MDL-40171 question saving test

This commit is contained in:
Jamie Pratt
2013-07-09 15:08:01 +08:00
committed by Damyon Wiese
parent faaf80fadb
commit 01c898ecec
18 changed files with 1325 additions and 64 deletions
+1 -2
View File
@@ -768,7 +768,6 @@ class question_answer {
* Constructor.
* @param int $id the answer.
* @param string $answer the answer.
* @param int $answerformat the format of the answer.
* @param number $fraction the fraction this answer is worth.
* @param string $feedback the feedback for this answer.
* @param int $feedbackformat the format of the feedback.
@@ -966,4 +965,4 @@ class question_first_matching_answer_grading_strategy implements question_gradin
}
return null;
}
}
}