diff --git a/Penilaian Literasi/iClOP-V2/resources/views/literacy/admin/material/upload_materi.blade.php b/Penilaian Literasi/iClOP-V2/resources/views/literacy/admin/material/upload_materi.blade.php deleted file mode 100644 index fd6c1a5..0000000 --- a/Penilaian Literasi/iClOP-V2/resources/views/literacy/admin/material/upload_materi.blade.php +++ /dev/null @@ -1,39 +0,0 @@ -`@extends('php/teacher/home') -@section('content') -
-
-
-
-
- -
-
- - - -
-
- -
-
- -
-
-
- - - -@endsection - diff --git a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/material/components/modalNotification.blade.php b/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/material/components/modalNotification.blade.php deleted file mode 100644 index 03b6b7f..0000000 --- a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/material/components/modalNotification.blade.php +++ /dev/null @@ -1,22 +0,0 @@ - - \ No newline at end of file diff --git a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/material/index.blade.php b/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/material/index.blade.php deleted file mode 100644 index bcaa5f9..0000000 --- a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/material/index.blade.php +++ /dev/null @@ -1,1006 +0,0 @@ - - - - - - - - - - Tab Example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - -
-
-

Start Learning

-
-
- - - - -
-
- @foreach($topics as $topic) - @php - $limit_id = $topic->id; - $row = DB::table('react_topics_detail')->where('id_topics', $limit_id)->first(); - $rowArray = (array) $row; - if ($row) { - $rows = $row->id; - } - - @endphp - -
-
-
{{ $topic->description }}
-
- -
- @endforeach -
-
-

Topic Finished

-

Topic Finished as user : @php echo Auth::user()->name; @endphp

- @if($role == "student") -
- - - - - - - - - - - @foreach($completedTopics as $topic) - - - - - - @endforeach - -
Tanggal SelesaiNama UserNama Topic
{{ $topic->created_at }}{{ $topic->user_name }}{{ $topic->description}}
-
- @endif - @if($role == "teacher") -
- - - - - - - - - - - @foreach($completedTopics as $topic) - - - - - - @endforeach - -
Tanggal SelesaiNama UserNama Topic
{{ $topic->created_at }}{{ $topic->user_name }}{{ $topic->description}}
-
- - @endif - -
-
-

Progress Topic Finished

-

This is the content for the Topic Finished.

-
- - - - - - - - - - @foreach($progress as $userId => $userProgress) - - - - - - @endforeach - -
User NameProgress (%)Progress Bar
{{ $userProgress['name'] }}{{ $userProgress['percent'] }}% -
-
- {{ $userProgress['percent'] }}% -
-
-
-
-
- {{--
-

Manage Material

-

This is the content for the Manage Material of Literacy.

- - - - + Tambah Materi - - -
- - - - - - - - - - - - @forelse ($materials as $index => $material) - - - - - - - - @empty - - - - @endforelse - -
NoJudulDeskripsiFileAksi
{{ $index + 1 }}{{ $material->title }}{{ $material->description ?? '-' }} - @if ($material->file_path) - Download - @else - Tidak ada file - @endif - - - Edit - - -
- @csrf - @method('DELETE') - -
-
Tidak ada data
-
-
--}} -
-
-
-
- - - - -
- - -
-
- - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/material/topics_detail.blade.php b/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/material/topics_detail.blade.php deleted file mode 100644 index 5307b0f..0000000 --- a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/material/topics_detail.blade.php +++ /dev/null @@ -1,586 +0,0 @@ - - - - - - - - - - - - - - - iCLOP - - - - - - - - - - - - - - - - - -
- - -
-
-
- @php - if($pdf_reader == 0): - echo $html_start; - @endphp - - - @php - else: - @endphp - - - - @php - endif; - @endphp - @php echo explode('.', $html_start)[0] @endphp -
-
- - @if($role == ' ') -
-
- - - - - - - - - - - - - - @foreach ($listTask as $item) - - - - - - - @endforeach - -
NameStatusDownload File
{{ $item->name }}{{ $item->flag }}Download File/a> -
- -
-
- @else - - @endif - - @if($flag == 1) - -
-
-
-

Form Upload File

-
- -
-
- -
- @csrf - - - -
-
-
- - - *Files must be in accordance with the material
- *Hello.js, Form.js, Counter.js, FormStyle.js, dan Navbar.js
- *Hello.test.js, Form.test.js, Counter.test.js, FormStyle.test.js, dan Navbar.test.js -
-
-
-
- - -
-
-
-
- @include('literacy.student.material.components.modalNotification') -
- - -
-
-
-
- - @endif - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/task/form_submission_task.blade.php b/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/task/form_submission_task.blade.php deleted file mode 100644 index 0260136..0000000 --- a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/task/form_submission_task.blade.php +++ /dev/null @@ -1,98 +0,0 @@ - -
-

Upload File Practicum

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- {{ csrf_field() }} -
- - - Enter the work results .php | .html -
-
-
- - -
-
-
- -
- - -
- - Hasil Testing PHP Unit - -
-
diff --git a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/task/result_submssion_task.blade.php b/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/task/result_submssion_task.blade.php deleted file mode 100644 index 6894092..0000000 --- a/Penilaian Literasi/iClOP-V2/resources/views/literacy/student/task/result_submssion_task.blade.php +++ /dev/null @@ -1,3 +0,0 @@ -