halaman-psikolog #1

Merged
Mahayoga merged 52 commits from halaman-psikolog into master 2026-07-06 12:37:30 +07:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit d0bcdd2949 - Show all commits

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