Can view student responses on a dedicated page

This commit is contained in:
nemunaire 2020-11-28 18:59:14 +01:00
commit 6d271f765b
3 changed files with 57 additions and 6 deletions

View file

@ -51,7 +51,7 @@
</tr>
</thead>
<tbody>
<tr ng-repeat="(sid,survey) in surveys">
<tr ng-repeat="(sid,survey) in surveys" ng-click="showUserSurvey()">
<td>{{ survey.id }}</td>
<td>{{ survey.title }}</td>
<td ng-controller="UserGradesController" title="{{ grades }}">{{ avancement * 100 | number:2 }}&nbsp;%</td>