X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=views%2Fgrading.pug;h=f7eda279550e889f17a385b44d44ce36d6454997;hp=58dc5e0da69d735c48e11296f53b0eae9f11fdfc;hb=b3540dbb5c169db3c7cf49a04e253ab3a6940916;hpb=1131a8e77245bf3e088d945db785c1e22dc5f998 diff --git a/views/grading.pug b/views/grading.pug index 58dc5e0..f7eda27 100644 --- a/views/grading.pug +++ b/views/grading.pug @@ -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