Skip to content

Commit

Permalink
Merge branch 'MDL-46761_26' of git://github.com/timhunt/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_26_STABLE
  • Loading branch information
marinaglancy committed Sep 8, 2014
2 parents dee890f + 9f00a10 commit cf92375
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions question/engine/questionusage.php
Expand Up @@ -310,10 +310,8 @@ public function get_question_max_mark($slot) {
}

/**
* Get the current mark awarded for the attempt at a question.
* @param int $slot the number used to identify this question within this usage.
* @return number|null The current mark for this question, or null if one has
* not been assigned yet.
* Get the total mark for all questions in this usage.
* @return number The sum of marks of all the question_attempts in this usage.
*/
public function get_total_mark() {
$mark = 0;
Expand Down

0 comments on commit cf92375

Please sign in to comment.