Skip to content

Commit

Permalink
Fixing one codechecker error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassaei committed Oct 23, 2023
1 parent bd80c93 commit 24e186d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ protected function initialise_question_rows(question_definition $question, stdCl
$anslabel = 'a' . $column->number;
$correctanswers[$column->id] = $anslabel;
} else {
$correctanswers[$column->id] = $newrow->correctanswers[$column->id];
$correctanswers[$column->id] = $newrow->correctanswers[$column->id];
}
}
}
Expand Down

0 comments on commit 24e186d

Please sign in to comment.