DigitalFlow/Open-Certification-Trainer

Random order Questions / Answers

Opened this issue · 1 comments

Hello,

Thank you for your repo! Looks really neat.

Just had one question:

Does this repo have any support to randomly order questions and answers?

For instance, an input of:

  • question 1
    A.
    B.
    C.
    D.
  • question 2
    A.
    B.
    C.
    D.

Could have an output of

  • question 2
    B.
    A.
    C.
    D.
  • question 1
    A.
    C.
    D.
    B.

or any possible other orderings?

I hope my question makes sense, and I want to thank you again for your time and your repo.

Hi @rblakedavis,

yes, OCT can do that :)

When you're in assessment mode, all questions are randomly sorted every time, so that you don't just learn the order.

Kind regards,
Florian