Skip to content

Commit

Permalink
MDL-21723 fixed rression, thanks Ben Dailey
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Feb 25, 2010
1 parent b0210a1 commit 45c6bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/report/overview/overview_table.php
Expand Up @@ -231,7 +231,7 @@ function other_cols($colname, $attempt){

$link = new moodle_url("/mod/quiz/reviewquestion.php?attempt=$attempt->attempt&question=$question->id");
$action = new popup_action('click', $link, 'reviewquestion', array('height' => 450, 'width' => 650));
$linktopopup = $OUTPUT->action-link($link, $grade, $action, array('title'=>get_string('reviewresponsetoq', 'quiz', $question->formattedname)));
$linktopopup = $OUTPUT->action_link($link, $grade, $action, array('title'=>get_string('reviewresponsetoq', 'quiz', $question->formattedname)));

if (($this->questions[$questionid]->maxgrade != 0)){
$fractionofgrade = $stateforqinattempt->grade
Expand Down

0 comments on commit 45c6bf6

Please sign in to comment.