Skip to content

Commit

Permalink
MDL-9265:
Browse files Browse the repository at this point in the history
'correctanswer' field missing for true/false.
  • Loading branch information
thepurpleblob committed Jun 1, 2007
1 parent de5284f commit d022bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions question/format/blackboard_6/format.php
Expand Up @@ -564,6 +564,7 @@ function process_tf($quest, &$questions) {
$question->feedbacktrue = addslashes($fback->incorrect);
$question->feedbackfalse = addslashes($fback->correct);
}
$question->correctanswer = $question->answer;
$questions[] = $question;
}

Expand Down

0 comments on commit d022bf6

Please sign in to comment.