Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to randomize options in multiple-choice templates #15

Open
mitcho opened this issue Mar 2, 2014 · 0 comments
Open

Add option to randomize options in multiple-choice templates #15

mitcho opened this issue Mar 2, 2014 · 0 comments

Comments

@mitcho
Copy link
Owner

mitcho commented Mar 2, 2014

Good feature request by @VerbingNouns: for multiple-choice templates, it would be nice to have an option to have the Lister randomize the answer choices.

Technically, this would mean an option to shuffle the fields within an individual item.

A general case implementation would be nontrivial:

  • How does this affect latin square-ing and balancing?
  • Each logical "choice" could correspond to one field, but it could also correspond to multiple fields, which would have to be shuffled as groups.
  • There are also fields that, depending on the template, shouldn't be shuffled. For example, contexts.

But there's definitely an important use case here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant