Demo Aplikasi Tugas Akhir | Willy Adistyan - 202043502704 | Universitas Indrapasta PGRI

Willy Adistyan
30 Jul 202412:19

Summary

TLDRThis video presents a demo of a final project application, a web-based expert system designed to identify learning styles in teenagers using the forward chaining method. The creator, Will Disistian, introduces the system built with PHP and MySQL, showcasing its features, including user identification, learning style assessment, and personalized results. The system also includes an admin panel for managing data, questions, and learning style categories, offering a comprehensive tool for educational assessment.

Takeaways

  • 😀 The presenter introduces their final project, a web-based expert system for identifying learning styles in teenagers using the forward chaining method.
  • 👤 The presenter's name is Will Disistian, with an NPM (student ID) of 202043502704, and they are from the Department of Computer Science and Engineering at the Faculty of Engineering and Computer Science.
  • 💻 The system is built using PHP as the programming language and MySQL as the database, with additional tools like Bootstrap for the interface and Storyset for illustrations.
  • 🌐 The system is accessible through a web browser by entering a local host URL, indicating it's a local development environment.
  • 📚 The system includes educational content about learning styles, specifically the Visual, Auditory, and Kinesthetic (VAK) model, and the benefits of understanding one's learning style.
  • 🔍 Users are guided through a process of identification by answering a series of questions that align with their personality and learning preferences.
  • 📊 After completing the identification process, users receive a report detailing their dominant learning style, such as Auditory in the presenter's case, with a percentage indicating dominance.
  • 🖨 The results can be printed, providing a tangible record of the learning style identification.
  • 🔑 A unique code is generated for each identification result, allowing users to retrieve their results later if needed.
  • 🛠️ The system includes an admin panel for managing the system's content, including questions, learning style categories, and user identification results.
  • 🔒 The admin panel requires a login, ensuring that only authorized personnel can make changes to the system's data.
  • 🗂️ The admin panel provides functionalities for adding, editing, and deleting questions, as well as managing user identification results and generating reports.

Q & A

  • What is the title of the final project discussed in the video?

    -The title of the final project is 'Design of an Expert System for Identifying Learning Styles in Adolescents Using Forward Chaining Method Based on Web'.

  • Who is the presenter of the video?

    -The presenter of the video is Will Disistian with the NPM (Nomor Pokok Mahasiswa) 202043502704.

  • What faculty and program is the presenter from?

    -The presenter is from the Faculty of Engineering and Computer Science, majoring in Information Technology.

  • What programming language and database were used to develop the web-based expert system?

    -The programming language used is PHP, and MySQL is used as the database for the web-based expert system.

  • What are the four main menu options on the homepage of the expert system?

    -The four main menu options are Home, Identification, Information, and About.

  • What does the 'Learn' button on the homepage direct users to?

    -The 'Learn' button directs users to an information page that discusses learning styles, including the VAK (Visual, Auditory, Kinesthetic) model.

  • What is the purpose of the 'Start' button on the homepage?

    -The 'Start' button leads users to the Identification page where they can begin the process of identifying their learning style.

  • What is required before starting the learning style identification process?

    -Before starting the identification process, users must read the guide and check a box indicating they have understood the instructions.

  • What happens when the 'See Results' button is clicked after completing the identification form?

    -After clicking the 'See Results' button, users are presented with the results of their learning style identification, including a percentage breakdown of their dominant learning style.

  • How can users find their past learning style identification results?

    -Users can find their past results by entering a 6-digit code on the 'Search Identification Results' page, which they previously copied from their identification result page.

  • What administrative features are available on the admin dashboard?

    -The admin dashboard includes a dashboard with total identification statistics, a results section for viewing and printing detailed identification results, a questions section for managing the identification questions and answers, and a learning styles section for viewing and editing learning style data.

  • How can an administrator delete multiple identification results at once?

    -An administrator can select multiple identification results and then click the 'Delete Selection' button to remove them all at once.

  • What is the function of the 'Profile' and 'Change Password' options in the admin menu?

    -The 'Profile' option allows the administrator to view and edit their account details, while the 'Change Password' option allows them to update their login password.

  • How does the presenter conclude the video demonstration?

    -The presenter concludes the video by apologizing for any shortcomings in the presentation and expressing gratitude, ending with traditional Islamic greetings.

Outlines

00:00

🎓 Introduction to the Final Project Demo

This paragraph introduces the presenter's final project, an expert system designed to identify learning styles among teenagers using the forward chaining method on a web-based platform. The presenter, identified by their name and student ID, hails from the Department of Computer Science and Information Technology. The system is built using PHP as the programming language and MySQL as the database, with additional tools such as Bootstrap for the user interface and Storyset for illustrations. The presenter guides the audience through the initial steps of accessing the web application, explaining the layout and functionality of the home page, including menus and buttons for starting the learning style identification process.

05:02

🔍 Exploring the Learning Style Identification Process

The second paragraph delves into the actual process of identifying a user's learning style. It describes the information page that provides an overview of learning styles, including the VAK (Visual, Auditory, Kinesthetic) model, and the benefits of understanding one's learning style. The presenter then demonstrates how to start the identification process, which involves filling out a form with personal data and answering a series of questions based on one's personality traits. After completion, the system provides a result, identifying the dominant learning style, in this case, Auditory, with a detailed explanation and the option to print the results.

10:03

📊 Admin Panel Features and User Data Management

The final paragraph showcases the administrative side of the application, where the presenter demonstrates logging into the admin panel and navigating through various features. The admin dashboard displays statistics and graphs about the identifications done, including age, gender, and learning style distribution. The admin can view, print, and manage user identification results, search for specific users, apply filters to the data, and delete selected records. Additionally, the admin can manage questions used in the identification process, add new questions, and edit or delete existing ones. The paragraph concludes with the admin profile settings, including the ability to change the password and logout functionality.

Mindmap

Keywords

💡Expert System

An expert system is a computer program that uses artificial intelligence to simulate the decision-making ability of a human expert in a specific domain. In the context of the video, the expert system is designed to identify learning styles among teenagers. It uses a forward chaining method to make inferences based on the input data provided by the users, which is a core component of the video's demonstration.

💡Learning Style

A learning style refers to the preferred way in which an individual learns and processes information. The video discusses different learning styles, such as Visual, Auditory, and Kinesthetic, which are essential for the expert system to identify. Understanding one's learning style can significantly improve educational outcomes, and the video's application is designed to help teenagers discover their dominant learning style.

💡Forward Chaining

Forward chaining is a rule-based reasoning technique used in expert systems where the system starts with known facts and applies rules to derive new conclusions. In the video, forward chaining is the method by which the expert system identifies the learning style of the user. It begins with the user's responses to a set of questions and then applies predefined rules to determine the user's learning style.

💡Web-based System

A web-based system is an application that is accessed over the internet, typically through a web browser. The video's theme revolves around a web-based expert system for learning style identification. This system is built using PHP and MySQL, allowing users to access it from any location with an internet connection, emphasizing the convenience and accessibility of web-based applications.

💡PHP

PHP, which stands for Hypertext Preprocessor, is a widely-used open-source server-side scripting language. In the video, PHP is the programming language used to develop the backend of the expert system. It handles the logic, data processing, and interactions between the user and the system, showcasing its role in building dynamic web applications.

💡MySQL

MySQL is an open-source relational database management system that is used to store, manage, and retrieve data. In the context of the video, MySQL serves as the database for the expert system, storing user data and results of the learning style identification process. It is integral to the system's functionality, ensuring data is organized and readily accessible.

💡Bootstrap

Bootstrap is a popular front-end framework for developing responsive and mobile-first websites. The video mentions Bootstrap being used to create the user interface of the expert system. It helps in designing the layout and appearance of the web application, making it visually appealing and user-friendly.

💡Identify Learning Style

The process of identifying a learning style involves assessing an individual's preferences for absorbing and engaging with information. In the video, this is the primary function of the expert system. Users are guided through a series of questions, and their responses are used to determine their dominant learning style, which is a key aspect of the system's utility.

💡Visual, Auditory, Kinesthetic (VAK)

VAK is an acronym for Visual, Auditory, and Kinesthetic learning styles, which are the three main modalities through which individuals process information. The video discusses these styles in the context of the expert system's capabilities. Understanding one's VAK preferences can help tailor educational approaches to suit individual needs, which is the goal of the system demonstrated in the video.

💡Admin Panel

An admin panel is a section of a web application that allows administrators to manage the system's content and users. In the video, the admin panel is shown as a part of the expert system, where administrators can view reports, manage user data, and control the system's settings. It is a critical component for maintaining and overseeing the operation of the web-based application.

💡Data Handling

Data handling refers to the processes involved in managing data within a system, including collecting, storing, and processing it. The video script mentions data handling in the context of the expert system's functionality, where user responses are collected, processed to identify learning styles, and stored in the database. Effective data handling is essential for the system's accuracy and reliability.

Highlights

Introduction of the final project presentation on designing an expert system for identifying learning styles in teenagers using forward chaining method.

The presenter, Will Disistian, introduces themselves with their NPM and faculty details.

The expert system is web-based, utilizing PHP as the programming language and MySQL as the database.

The system features a user-friendly interface with a welcome message and a brief explanation of learning styles.

The system includes four main menus: Home, Identification, Information, and About.

A 'Start Learning' button directs users to an information page about learning styles, including VAK (Visual, Auditory, Kinesthetic) model.

The 'Learn More' page provides a brief definition of each learning style and the benefits of understanding one's learning style.

The 'Start' button leads to an identification page where users must read and understand the guidelines before proceeding.

Users are required to fill out a personal data form before beginning the identification process.

The identification process involves answering a series of questions based on one's personality traits.

Upon completion, users can view the results of their learning style identification, which includes a percentage breakdown.

Results can be printed or saved as a report, including the user's name, date, and learning style description.

A unique code is provided for users to retrieve their identification results at a later time.

The system includes an admin panel for managing identification results, user data, and system questions.

Admins can view statistics such as the total number of identifications done, age distribution, gender, and learning style counts.

Admins have the ability to search, filter, and delete user data, as well as manage questions and learning style categories.

The system allows for the addition and modification of questions, as well as the ability to edit learning style descriptions.

Admins can also change their profile information and log out from the system.

The presenter concludes the demo with an apology for any shortcomings in the presentation and thanks the audience.

Transcripts

play00:05

asalamualaikum warahmatullahi

play00:08

wabarakatuh Jadi di video ini saya akan

play00:10

membahas demo aplikasi tugas akhir saya

play00:13

yang berjudul perancangan sistem pakar

play00:16

identifikasi gaya belajar pada remaja

play00:19

dengan metode forward chaining berbasis

play00:21

web sebelumnya Perkenalkan nama saya

play00:24

will disistian NPM 202043502704

play00:30

dari program studi Teknik Informatika

play00:32

Fakultas Teknik dan ilmu komputer

play00:37

oke langsung saja kita mulai masuk ke

play00:38

pembahasannya jadi sistem paker yang

play00:41

saya buat ini yaitu berbasis web itu

play00:43

menggunakan PHP sebagai bahasa

play00:46

pemogramannya dan dibantu dengan MySQL

play00:49

sebagai database dengan menggunakan exam

play00:52

PP Oke Langsung aja kita mulai kita buka

play00:55

duluam pp-nya kita Nyalakan modul mycale

play00:59

dan apa nya kalau sudah kita buka

play01:02

browser kesayangan kita aja lalu kita

play01:05

masuk ke web-nya kita ketikkan

play01:09

url-nya itu ada local host kayak belajar

play01:12

Oke ini dia tampilan dari web sistem

play01:15

pakar gaya

play01:17

belajarnya sini ada sambutan apa itu

play01:21

gaya belajar dan pengertian singkatnya

play01:23

lalu di atas Jika diperhatikan ada empat

play01:27

menu Nabar yaitu ada home Identifikasi

play01:29

informasi dan tentang kalau di bawah ada

play01:31

tombol mulai dan pelajari kita mulai

play01:34

dari tombol pelajari dulu ketika diklik

play01:37

dia akan diarahkan ke halaman informasi

play01:39

di halaman informasi ini berisi tentang

play01:42

mengenal tentang Kid

play01:44

belajar itu membahas tentang masalah

play01:48

umumnya dan solusinya yaitu model gaya

play01:50

belajar visual auditory kinestetic lalu

play01:53

di sini ada pengertian singkatnya

play01:55

masing-masing kaya

play01:57

belajarnya Lalu ada manfaat mengetahui

play02:00

gaya belajar dan ajakan untuk memulai

play02:03

identifikasi gaya belajarnya kita ke

play02:06

atas selanjutnya di sebelahnya ada

play02:10

navbar tentang jika kita klik itu akan

play02:12

mengarah ke halaman tentang di sini

play02:15

berisi profil singkat Tempat penelitian

play02:18

saya yaitu Madrasah Tsanawiyah alfatiah

play02:21

atau MTS alfatiah yang terletak di Jalan

play02:24

manogol 13 Condet Jakarta Timur di sini

play02:28

ada sejarah singkatnya

play02:30

ada visi misinya lalu ini ada pengertian

play02:33

singkat tentang sistem pakar yang ada di

play02:35

web ini lalu pemprograman pemprograman

play02:37

ini

play02:39

adalah apa saja yang saya gunakan untuk

play02:41

membangun website ini itu ada Php untuk

play02:44

bahasa pemogramannya boostrap untuk

play02:45

membuat tampilannya masg sebagai

play02:48

database dan Story set sebagai aset

play02:50

ilustrasi atau gambar-gambar yang saya

play02:52

gunakan di web ini Oke langsung kita

play02:55

Kembali ke home

play02:57

lagi tadi kita sudah mencat

play03:00

tombol pelajari Nah kalau kita pcet

play03:02

tombol mulai dia akan diarahkan ke

play03:04

halaman identifikasi nah di halaman ini

play03:07

itu terdapat panduan pengisian sistem

play03:10

pakar identifikasi G

play03:11

belajarnya wajib dibaca sebelum mulai di

play03:14

sini ada tombol cari identifikasi kita

play03:16

akan gunakan ini setelah selesai

play03:19

identifikasi gaya belajar Nah untuk

play03:21

memulai

play03:23

identifikasinya kita harus centang saya

play03:27

sudah mengerti Artinya kita sudah

play03:29

membaca panduannya apa l kita mulai

play03:31

sekarang Nah sebelum masuk ke

play03:35

identifikasi kebajarnya kita harus

play03:37

mengisikan data diri kita di form ini

play03:40

Oke Mari kita isi aja Misalkan seperti

play03:52

ini Oke setelah kita berhasil

play03:55

mengisi formnya di sini

play03:58

ada form identifikasinya di sini kita

play04:01

harus menjawab semua pertanyaan di sini

play04:04

sesuai dengan kepribadian kita

play04:25

Oke ini sudah selesai saya isi semua ya

play04:29

kalau sudah kita langsung klik tombol

play04:32

lihat hasil

play04:34

saja Nah berikut hasil dari identifikasi

play04:38

gaya belajarnya di sini muncul bahwa

play04:40

gaya belajar saya adalah auditory di

play04:43

sini ada keterangannya bahwa saya yang

play04:45

dominan adalah 53% auditory di sini ada

play04:49

keterangan singkatnya apa itu gizer

play04:52

auditory terus ini bisa kita cetak

play04:54

misalkan kita cetak

play04:56

Oke loading kita tunggu sebentar

play05:01

nah ini dia hasilnya yang berupa cetak

play05:06

dari hasil gaya belajar tadi ada report

play05:10

kodenya nama jenis kamin tanggal akhir

play05:13

kelas gaya belajar saya apa dan

play05:16

deskripsi gaya belajar saya

play05:19

oke kita close nah lalu di sini ada kode

play05:23

apa ini fungsi kode ini jika kita salin

play05:26

Oke kode berhasil dicopy keboard oke

play05:29

kalau kita kembali ke halaman

play05:32

identifikasi kita bisa mencari hasil

play05:35

identifikasi gajar yang sudah kita

play05:37

lakukan itu dengan kode tadi Nah caranya

play05:41

kita klik cari hasil identifikasi di

play05:43

sini nah lalu masukkan 6 digit kode

play05:45

hasil identifikasi itu kode yang tadi

play05:47

kita copy kita paste aja j344r ini lalu

play05:51

kita cari nah lalu akan diarahkan ke

play05:55

hasil gaya belajar kita tadi Nah kalau

play05:58

kita masuk masan kode sal-salan itu

play06:01

tidak akan ketemu ya hasil identifikasi

play06:03

k belajar tidak

play06:05

ditemukan oke itu saja untuk halaman

play06:09

yang bisa diaksesare sekarang kita akan

play06:10

ke halaman admin Oke kita duplikate aja

play06:14

tab-nya kita buka di tab baru lalu kita

play06:18

buka di url-nya ada di admin ini loal SK

play06:23

belajar admin lah di sini kita harus

play06:25

login kita masukkan username dan

play06:28

password-nya nah

play06:30

ini jika username password-nya salah ini

play06:33

kita bisa login ya Jadi kita harus

play06:36

memasukkan username dan password yang

play06:38

benar

play06:43

Oke ini dia tampilan

play06:47

dari admin di sini langsung diarahkan ke

play06:50

dashboard ya di sini ada sambutannya

play06:53

Selamat malam oke terima kasih Lalu ada

play06:58

total identifikasi Gab sudah dilakukan

play07:00

berapa di sini ada diagramnya atau

play07:03

grafiknya ini ada grafik bar l ada

play07:06

grafik batang ini di sini ada keterangan

play07:09

umur berapa aja yang sudah melakukan

play07:11

identifikasi lalu jenis kelaminya itu

play07:14

didefinisikan oleh lakaki atau perempuan

play07:16

ini jumlah jenis gaya belajarnya itu ada

play07:19

berapa per masing-masing gaya belajarnya

play07:22

oke lalu ke tab hasil hasil ini

play07:26

maksudnya hasil identifikasi belajar ini

play07:28

nah ini ini yang kita tadi sudah

play07:30

masukkan itu ada nama saya wilasan

play07:33

laki-laki umur 9 k belajar auditory

play07:36

tanggal dibuat tengkap ya untuk

play07:38

menampilkannya

play07:39

ini bisa melihat secara detail ini

play07:42

detailnya ini juga lihat keterangannya

play07:45

apa kalau kita juga bisa mencetak dari

play07:48

sini jadi admin juga bisa mencetak hasil

play07:51

identifikasi gayak belajarnya

play07:54

Oke sudah kita back kita kembali ke sini

play07:58

Nah di sini ada untuk pencarian misalkan

play08:02

kita cari orang yang ada

play08:05

annya akan muncul ada 77 data lalu kita

play08:10

bisa memberi filter misalkan kita cari

play08:14

yang gaya belajarnya visual saja ini

play08:17

kita hapus ya namanya oke

play08:20

nah kelihatan di sini 67 yang gaya

play08:23

belajarnya visual terus number of data

play08:25

ini maksudnya banyak Data yang

play08:27

ditampilkan misalkan ya ini biar

play08:30

kelihatan

play08:31

semua ya yaat ini terlihat semua terus

play08:37

di sini ada cheex

play08:40

BX Che box di sini berfungsi untuk

play08:44

menghapus jadi kalau kita pencet hapus

play08:46

yang di sini ini berfungsi untuk

play08:48

menghapus data kita hapus Oke jadi hasil

play08:51

identifikasi dari downu tambah berhasil

play08:53

dihapus Nah misalkan kita ingin

play08:56

menghapus data yang banyak sekaligus

play08:58

kita bisa menggunakan

play09:00

tadikang kita cari oke Belajar visual

play09:04

cari ini kan banyak nih misalkan Saya

play09:07

mau menghapus ini Empat data ini lalu

play09:11

kita klik delete selection aja

play09:15

dahah selanjutnya kita ke menu

play09:20

pertanyaan nah di pertanyaan ini itu

play09:24

menampilkan pertanyaan yang tadi muncul

play09:26

saat kita

play09:28

identifikasi nah ini ada detail dari

play09:31

pertanyaannya itu ada pilihan jawabannya

play09:35

nah pilihan jawaban ini maksudnya kalau

play09:38

V itu berarti dia pilihan jawaban untuk

play09:40

bobot visual bipun a berarti untuk bobot

play09:44

auditory k untuk bobot kinestetik

play09:46

seperti itu di sini ada tombol tambah

play09:48

pertanyaan ubah pertanyaan dan hapus

play09:50

pertanyaan kita coba yang tambah dulu

play09:54

misalkan apa Iya jum-nya ini kasih saja

play09:59

jawaban

play10:01

visual

play10:03

jawaban

play10:04

auditory jawaban ke

play10:08

Nes tek Nah kita Tambah Nah pertanyaan

play10:14

baru berhasil ditambahkan Mari kita cek

play10:16

Nah

play10:17

ini apa

play10:19

iya kita coba tompol ubahnya kita

play10:22

misalkan ubah pertanyaannya jadi Masa

play10:24

sih

play10:25

tatanyaanya jadi tiga ya simpan

play10:28

perubahan

play10:30

lihat masa sih berhasil Diba ya terus

play10:33

misal kita ingin hapus pertanyaannya

play10:36

kita coba Hapus dan pertanyaan juga

play10:39

berhasil dihapusarti semua tombol

play10:41

berhasil berfungsi Di Sini oke yang

play10:43

terakhir ada gaya belajar gaya belajar

play10:46

ini ad jenis gaya belajarnya di sini

play10:48

kita cuma bisa melihat dan mengubah gaya

play10:52

belajar ini karena gay blernya sudah

play10:54

pasti tu

play10:56

saja misalkan kita coba ubah yang ini

play10:59

ini

play11:00

kita hapus keterangannya kita simpan

play11:03

perubahan kita cek nah data gaya belajar

play11:05

G7 berhasil diedit kita cek Nah ya dia

play11:08

kehapus ya Oke kita kembalikan

play11:12

Lagian sudah

play11:16

oke udah untuk G bler seperti saja

play11:18

simpel di sini pengaturan ini sedikit

play11:21

tambahan saja e profil tentang admin

play11:25

yang login itu ada username nama nama

play11:28

panggilan l lalu di sini untuk ganti

play11:31

password ini jika kita ingin mengganti

play11:33

password Lalu ada ubah profil untuk

play11:35

mengubah profil dari si adminnya sudah

play11:41

berhasil mengubah profil

play11:44

oke lalu di sini ada tombol logout

play11:47

tentunya untuk log out dari admin ini

play11:51

Oke kita coba log out oke nah udah kita

play11:56

berhasil log out oke itu saja saja untuk

play12:00

pembahasan video demo aplikasi tugas

play12:03

akhir saya mohon maaf bila ada

play12:05

kekurangan dalam

play12:07

penyampaiannya kurang lebihnya saya

play12:09

minta maaf sekian terima kasih

play12:12

wasalamualaikum warahmatullahi

play12:14

wabarakatuh

Rate This

5.0 / 5 (0 votes)

Ähnliche Tags
Learning StylesExpert SystemWeb ApplicationPHP ProgrammingMySQL DatabaseEducational ToolTeen DevelopmentForward ChainingUser IdentificationAdmin Panel
Benötigen Sie eine Zusammenfassung auf Englisch?