WIP: ngubah total score doang

This commit is contained in:
Mahayoga 2026-05-26 17:35:56 +07:00
parent 22f532cdd6
commit d0bcdd2949
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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
})); }));