You are here

quiz-question-score.tpl.php in Quiz 7.5

Same filename and directory in other branches
  1. 7.6 theme/quiz-question-score.tpl.php

File

theme/quiz-question-score.tpl.php
View source
<div class="quiz-report-score-container <?php

print $class;
?>">
  <span>
    <?php

print t('Score:');
?> <?php

print $score;
?> <?php

print t('of') . ' ' . $max_score;
?>
  </span>
</div>