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