small correction improvements in calculated question interface MDL-8389
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user