Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5, 3.1
-
Fix Version/s: 3.2
-
Component/s: Quiz
-
Environment:All
-
Testing Instructions:
-
Affected Branches:MOODLE_15_STABLE, MOODLE_31_STABLE
-
Fixed Branches:MOODLE_32_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-3782_multichoice_multiple
Description
Trying to enter a multi-answer multiple choice question in the Embedded/Cloze format, such as
{1:MULTICHOICE:%-50%A~%50%B~%50%C~%-50%D}, gives the One of the answers should be 100% warning. It's possible to enter such questions manually, or to import such questions in the GIFT format, but for questions with multiple parts that must use Cloze, it doesn't work.
For now, I can work around it by doing something like
{1:MC:=A and B~B and C~D~A, B and C}, but having the multi-answer check boxes would be ideal.