MDL-9265:
'correctanswer' field missing for true/false.
This commit is contained in:
@@ -561,6 +561,7 @@ function process_tf($quest, &$questions) {
|
||||
$question->feedbacktrue = addslashes($fback->incorrect);
|
||||
$question->feedbackfalse = addslashes($fback->correct);
|
||||
}
|
||||
$question->correctanswer = $question->answer;
|
||||
$questions[] = $question;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user