Index: lams_monitoring/web/timeLimit5.jsp =================================================================== diff -u -rc0b0a7432face1dba3be2bffcf0332ad7e97170a -r8853aed83e14eb0e9c29c5af3c856bdc90ea0668 --- lams_monitoring/web/timeLimit5.jsp (.../timeLimit5.jsp) (revision c0b0a7432face1dba3be2bffcf0332ad7e97170a) +++ lams_monitoring/web/timeLimit5.jsp (.../timeLimit5.jsp) (revision 8853aed83e14eb0e9c29c5af3c856bdc90ea0668) @@ -465,7 +465,7 @@ $('.individual-time-limit-value', row).text(this.adjustment); row.removeClass('d-none'); - if (this.adjustment === 0){ + if (this.adjustment === 0 || this.finished){ return true; } let secondsLeft = absoluteTimeLimitFinish - Math.round(now / 1000) + this.adjustment * 60;