You are here

list_item.tpl.php in Opigno TinCan API 7

File

modules/opigno_tincan_api_stats/templates/quizzes/partials/list_item.tpl.php
View source
<tr>
  <td><?php

print $quiz['title'];
?></td>
  <td class="center"><?php

print $quiz['number_of_views'];
?></td>
  <td class="center"><?php

print $quiz['number_of_users'];
?></td>
  <td class="center"><?php

print $quiz['number_of_attempts'];
?></td>
  <td class="center"><?php

print $quiz['average_score'] . '%';
?></td>
</tr>