As a rural student using the AI coding tutor, I want to have an introductory module on artificial intelligence, so that I can understand the basic concepts, terminologies and the potential of AI.
Acceptance Criteria
[ ] The module explains what AI is and its history.
[ ] The module describes different types of AI (e.g., narrow/general/super AI).
[ ] The module introduces basic AI terminologies (e.g., machine learning, neural networks, algorithms).
[ ] The module includes interactive examples to illustrate AI concepts.
[ ] The module provides an overview of AI applications in real life.
[ ] The module assesses the student's understanding with a quiz at the end.
sequenceDiagram
participant Student
participant AI_Tutor
Student->>AI_Tutor: Select Introduction to AI Module
AI_Tutor->>Student: Present overview of AI
AI_Tutor->>Student: Explain different types of AI
AI_Tutor->>Student: Introduce basic terminologies
AI_Tutor->>Student: Show interactive examples
AI_Tutor->>Student: Provide real-life application cases
AI_Tutor->>Student: Administer quiz
Introduction to AI Module
As a rural student using the AI coding tutor, I want to have an introductory module on artificial intelligence, so that I can understand the basic concepts, terminologies and the potential of AI.
Acceptance Criteria