Fix hotspot question result by a new parameter - refs BT#11202

1.10.x
Angel Fernando Quiroz Campos 9 years ago
parent 2a5dc9d4d3
commit dfaa4f873d
  1. 5
      main/exercice/exercise.class.php

@ -3123,7 +3123,7 @@ class Exercise
* @param bool $show_result show results or not
* @param int $propagate_neg
* @param array $hotspot_delineation_result
*
* @param boolean $showTotalScoreAndUserChoices
* @todo reduce parameters of this function
* @return string html code
*/
@ -4585,7 +4585,8 @@ class Exercise
$studentChoice,
$answerComment,
$results_disabled,
$answerId
$answerId,
$showTotalScoreAndUserChoices
);
break;
case HOT_SPOT_DELINEATION:

Loading…
Cancel
Save