small correction improvements in calculated question interface MDL-8389

This commit is contained in:
pichetp
2007-03-08 02:56:28 +00:00
parent 668483e068
commit 9cd5f2f577
@@ -173,7 +173,7 @@ class question_edit_calculated_form extends question_edit_form {
$answercount = 0;
//check grades
/*$totalfraction = 0;
$maxfraction = -1;*/
$maxfraction = -1; */
$possibledatasets = $this->qtypeobj->find_dataset_names($data['questiontext']);
$mandatorydatasets = array();
foreach ($answers as $key => $answer){