Can view student responses on a dedicated page
This commit is contained in:
parent
56c408282b
commit
6d271f765b
3 changed files with 57 additions and 6 deletions
|
|
@ -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 }} %</td>
|
||||
|
|
|
|||
Reference in a new issue