[svn r13728] Minor - Added comments to exercise_attempt()

skala
Yannick Warnier 18 years ago
parent 2ff01db956
commit 598219a11d
  1. 8
      main/inc/lib/events.lib.inc.php

@ -496,6 +496,14 @@ function event_exercice($exo_id, $score, $weighting)
//return 0;
}
/**
* Record an event for this attempt at answering an exercise
* @param float Score achieved
* @param string Answer given
* @param integer Question ID
* @param integer Exercise ID
* @param integer Position
*/
function exercise_attempt($score,$answer,$quesId,$exeId,$j)
{
global $_configuration;

Loading…
Cancel
Save