Skip to content
Snippets Groups Projects
Commit 451241bc authored by Devin Zuczek's avatar Devin Zuczek Committed by Devin Zuczek
Browse files

Issue #2422919 by djdevin, sandra@digitalworldbiology.com: Scored quiz must be saved twice

parent 85a9cf7f
No related branches found
No related tags found
No related merge requests found
......@@ -425,7 +425,7 @@ function theme_quiz_result($variables) {
$quiz_result = quiz_result_load($variables['result_id']);
$account = $variables['account'];
if (!$score['is_evaluated']) {
if (!$score['is_evaluated'] && empty($_POST)) {
$msg = t('Parts of this @quiz have not been evaluated yet. The score below is not final.', array('@quiz' => QUIZ_NAME));
drupal_set_message($msg, 'warning');
}
......
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