Minor - Update type hinting in PHPDoc for Exercise::manage_answer()

pull/2591/head
Yannick Warnier 8 years ago
parent 52e679ddec
commit 608556fc0b
  1. 2
      main/exercise/exercise.class.php

@ -3296,7 +3296,7 @@ class Exercise
*
* @param int $exeId
* @param int $questionId
* @param int $choice the user selected
* @param mixed $choice the user-selected option
* @param string $from function is called from 'exercise_show' or 'exercise_result'
* @param array $exerciseResultCoordinates the hotspot coordinates $hotspot[$question_id] = coordinates
* @param bool $saved_results save results in the DB or just show the reponse

Loading…
Cancel
Save