Skip to content
Snippets Groups Projects
Commit bcb5ac0c authored by falcon's avatar falcon
Browse files

#635580 reported by neorg: Feedback should be shown by default.

parent e7523332
No related branches found
No related tags found
No related merge requests found
......@@ -501,7 +501,7 @@ function theme_quiz_take_summary($quiz, $questions, $score, $summary) {
}
$output .= '<div id="quiz_summary">'. check_markup($summary, $quiz->format) .'</div><br />'."\n";
// Get the feedback for all questions.
if (variable_get('quiz_display_feedback', 0)) {
if (variable_get('quiz_display_feedback', 1)) {
$output .= drupal_get_form('quiz_report_form', $questions, ($quiz->pass_rate > 0), TRUE);
}
return $output;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment