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

mcq/gmcq: allow partly correct answer options and any correct answer option #3148

Closed
oliverfoster opened this issue May 12, 2021 · 0 comments
Assignees

Comments

@oliverfoster
Copy link
Member

oliverfoster commented May 12, 2021

Subject of the issue

Currently the mcq and gmcq options are either correct or incorrect and you must pick all of the correct options.
Partial correctness can only be obtained by selecting at least one correct and at least one incorrect option in a multi-select mcq.

I would like to extend them to allow:

Partly correct answer options

It would be useful to allow an option to be partly correct. Especially for branching which currently progresses on correct, partly-correct or incorrect responses. Such that a single select mcq/gmcq can be partly correct.

Any correct answer option

It may be that an mcq has 3 options, 2 of which are correct and only 1 is selectable.

Note:

This pr does not cover cases of multi-select mcqs where from a larger number of possible correct answers a smaller number are selectable but only an even lower number are required answers. Selectable and required are equal here if selectable is smaller than possible. i.e. you must pick selectable correct answers if there are more possible correct answers. This would require an extra property defining the required answers value.

@oliverfoster oliverfoster self-assigned this May 12, 2021
@oliverfoster oliverfoster changed the title adapt-contrib-mcq: allow partly correct answer options mcq/gmcq: allow partly correct answer options and any correct answer option May 12, 2021
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

2 participants