X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=views%2Fmonitor.pug;h=fa9daee2deeacfc67772b81e3fadab639d11951e;hp=891dda230b937209b759843726e67fbbacedb9b1;hb=2bada710d28ffe9f45b150e5744b43af83e93d99;hpb=9872823d38894604662dc60d92480a1e062b815d diff --git a/views/monitor.pug b/views/monitor.pug index 891dda2..fa9daee 100644 --- a/views/monitor.pug +++ b/views/monitor.pug @@ -6,7 +6,7 @@ block append stylesheets block content .container#monitor .row - .col.s12.m10.offset-m1.l8.offset-l2.xl6.offset-xl3 + .col.s12.m10.offset-m1 h4= examName #stage0(v-show="stage==0") .card @@ -31,7 +31,7 @@ block content th(v-for="(q,i) in assessment.questions") Q.{{ (i+1) }} tbody tr.assessment(v-for="s in studentList(group)") - td {{ s.name }} + td(:class="{blur:!!s.blur,resize:!!s.resize,disconnect:!!s.disco}") {{ s.name }} td(v-for="(q,i) in assessment.questions" :style="{backgroundColor: getColor(s.number,i)}" @click="seeDetails(s.number,i)")   h4.title(@click="toggleDisplay('assessment')") Assessment div(v-show="display=='assessment'")