...
Table of Contents |
---|
1. Select a Quiz
From the Course Enrollments Section, the user is now ready to select an activity; this section will describe just the interactions with a Quiz Activity.
Once enrolled in the preferred course, the status of the course changes to Enrolled, as well as some other details such as percentage completed for the course and grade obtained:
...
Moodle Chatbot App lists all the activities available for the user. As the user wants to get a grade for the Arithmetic Quiz, the user types the number 1 (the number associated with the activity).
...
Type 0 to go back to the previous page: this allows the user to return to the course activities list (image 1).
...
Now, the user proceeds to submit the answer for the second question (as it is a true/false question, the user can type 1 or 2):
...
Again, the The Moodle Chatbot App shows the same structure of Correct/Incorrect messages and feedback for the answer. Here, the user answered the last question, so the bot provided the following information to the user:
Congratulations message: tells the user that he answered the last question.
Module Summary:
Started on: date and time when the user started the Quiz.
Completed on: date and time when the user completed the Quiz.
Time taken: the time elapsed between the user's starting and completion time.
Marks: the score obtained on the Quiz based on Moodle marks for each answer.
Grade: the grade obtained by the user.
Attempt: current number of attempts done by the user.
Actions:
1 - Go back to the course list
2 - Show course summary
3 - Repeat this module
...