Merge forename + name into [identifying] 'name' (more general)
[qomet.git] / views / grading.pug
index 58dc5e0..f7eda27 100644 (file)
@@ -16,12 +16,10 @@ block content
                                        table(:id="groupId(group)" v-for="group in [0].concat(groupList())")
                                                thead
                                                        tr
-                                                               th Forename
                                                                th Name
                                                                th(v-for="(q,i) in assessment.questions") Q.{{ (i+1) }}
                                                tbody
                                                        tr.assessment(v-for="s in studentList(group)")
-                                                               td {{ s.forename }}
                                                                td {{ s.name }}
                                                                td(v-for="(q,i) in assessment.questions" :style="{background-color: getColor(number,i)}" @click="seeDetails(number,i)")  
                                h4.title(@click="toggleDisplay('assessment')") Assessment