英文摘要 |
This study aims to improve the teaching materials of a chatbot that can program interactive contents using the network, by developing the teaching materials from previous studies into a form that can be deployed on the Web. The developed teaching materials enable interactive interactions with chatbots on the Web. In the learning model, students set a problem and try to solve it with technology. Students repeat the evaluation and correction based on the feedback from users. Finally, they evaluate the learning task. The design of the teaching materials is based on the programming content that allows students to learn about the mechanisms and characteristics of information systems from previous studies. The chatbots created by students are made available on the Web. This makes it possible to receive feedback from users outside the school on the programs they have created, analyze the data, and utilize the data to debug the programs. The system is developed in JavaScript, using Vue.js as a JavaScript framework. The development materials consist of a chatbot operation system, a dedicated program editor, a data management system and upload system. The database uses a cloud-hosted BaaS (Backend as a Service). The database was designed to store and share media and user usage logs and evaluation results. The chatbot system is based on a student-created program that replies to user input with text and images in chatbot form. The system also has a keyword search function and a usage evaluation function. The chatbot responds when the keyword set by the student is searched. The student can analyze the user's search history and usability, and modify or improve the chat program and the search term settings. We are planning to implement the developed teaching materials in a Japanese junior high school technology class to verify their validity and educational effectiveness. |