MDL-38214 Questions: Add MCS, MCVS, MCHS Cloze subquestion types
Daniel Seemuth add MCO,MCVS,MCHS new multianswer subquestion types qtype_multianswer_initialise_multichoice_subquestion. Pierre Pichet MCO to MCS, add shuffling display in decode and verify edit_multianswer_form.php add test_questiontext_extraction. Signed-off-by: Pierre Pichet <[email protected]>
This commit is contained in:
@@ -1423,7 +1423,7 @@ END;
|
||||
|
||||
$mc->layout = 0;
|
||||
$mc->single = 1;
|
||||
$mc->shuffleanswers = 1;
|
||||
$mc->shuffleanswers = 0;
|
||||
$mc->correctfeedback = array('text' => '', 'format' => FORMAT_HTML, 'itemid' => null);
|
||||
$mc->partiallycorrectfeedback = array('text' => '', 'format' => FORMAT_HTML, 'itemid' => null);
|
||||
$mc->incorrectfeedback = array('text' => '', 'format' => FORMAT_HTML, 'itemid' => null);
|
||||
|
||||
Reference in New Issue
Block a user