Rasa can be a bit daunting to develop with at first. As a developer, you need to learn where the different parts of the chatbot go and how they relate. In this article, we’ll build a quiz chatbot using Rasa. The chatbot will help students practice their addition skills, so we’ll call it Addy. It will take the user’s name, allow them to choose a quiz difficulty, give them their quiz results, and send results to a learning record store using xAPI for an instructor to review. Below is a diagram of how the chatbot will work. Along the way, we’ll get experience with a number of Rasa’s features.
Share this post
Rasa Quizbot - Setting Up Responses (Part 1)
Share this post
Rasa can be a bit daunting to develop with at first. As a developer, you need to learn where the different parts of the chatbot go and how they relate. In this article, we’ll build a quiz chatbot using Rasa. The chatbot will help students practice their addition skills, so we’ll call it Addy. It will take the user’s name, allow them to choose a quiz difficulty, give them their quiz results, and send results to a learning record store using xAPI for an instructor to review. Below is a diagram of how the chatbot will work. Along the way, we’ll get experience with a number of Rasa’s features.