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">
Tingkat Kecemasan
</h4>
@if ($data_aswered['totalScore'] <= 20)
@if ($data_aswered['totalScore'] <= 37)
<h2 class="mt-4 text-success">
Normal
</h2>

View File

@ -300,6 +300,7 @@ function finishExam() {
ws.send(JSON.stringify({
type: "command",
action: "stop",
finish: true,
session_id: SESSION_ID
}));