| Tanggal Pengisian |
: |
{{ $result->formatted_updated_at }} |
| Nama |
: |
{{ $result->user->nama_lengkap }} |
| Golongan |
: |
{{ $result->user->kelas_user }} |
| Jurusan |
: |
Teknologi Informasi |
Knowledge of Metacognitif(KM)
| Total skor : {{ $result->km_total }} |
Kelas skor : {{ $result->km_class }} |
No |
Kategori |
Nilai |
| 1 |
Declarative Knowledge |
{{ $result->declarative_knowledge }} |
| 2 |
Procedural Knowledge |
{{ $result->procedural_knowledge }} |
| 3 |
Conditional Knowledge |
{{ $result->conditional_knowledge }} |
Regulation of Metacognitif(RM)
| Total skor : {{ $result->rm_total }} |
Kelas skor : {{ $result->rm_class }} |
No |
Kategori |
Nilai |
| 1 |
Planning |
{{ $result->planning }} |
| 2 |
Information Management |
{{ $result->information_management }} |
| 3 |
Monitoring |
{{ $result->monitoring }} |
| 4 |
Debugging |
{{ $result->debugging }} |
| 5 |
Evaluation |
{{ $result->evaluation }} |
@php
$styleTexts = [
1 => 'Visual',
2 => 'Auditory',
3 => 'Read/Write',
4 => 'Kinesthetic',
5 => 'Multimodal',
];
$styleText = $styleTexts[$result->id_style] ?? 'Unknown';
@endphp
Skor Gaya Belajar (VARK)
| Total skor : {{ $result->visual + $result->auditory + $result->readwrite + $result->kinesthetic }} |
Gaya Belajar : {{ $styleText }} |
| No |
Gaya Belajar |
Skor |
| 1 |
Visual |
{{ $result->visual }} |
| 2 |
Auditory |
{{ $result->auditory }} |
| 3 |
Read/Write |
{{ $result->readwrite }} |
| 4 |
Kinesthetic |
{{ $result->kinesthetic }} |