WIP: ngubah total score doang
This commit is contained in:
parent
22f532cdd6
commit
d0bcdd2949
|
|
@ -81,7 +81,7 @@
|
||||||
<h4 class="card-title">
|
<h4 class="card-title">
|
||||||
Tingkat Kecemasan
|
Tingkat Kecemasan
|
||||||
</h4>
|
</h4>
|
||||||
@if ($data_aswered['totalScore'] <= 20)
|
@if ($data_aswered['totalScore'] <= 37)
|
||||||
<h2 class="mt-4 text-success">
|
<h2 class="mt-4 text-success">
|
||||||
Normal
|
Normal
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
||||||
|
|
@ -300,6 +300,7 @@ function finishExam() {
|
||||||
ws.send(JSON.stringify({
|
ws.send(JSON.stringify({
|
||||||
type: "command",
|
type: "command",
|
||||||
action: "stop",
|
action: "stop",
|
||||||
|
finish: true,
|
||||||
session_id: SESSION_ID
|
session_id: SESSION_ID
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue