Feature #3628
Once user chooses grade and subject, ask a question and if answer is wrong, ask assistant for answer and provide to the user
Start date:
06/25/2024
Due date:
% Done:
100%
Estimated time:
Description
Today, we allow user to type in something and we provide the OpenAI assistant's response. But, when user chooses a grade and subject, we should first ask the question Q.
If user's answer matches A, then say "Answer is correct". Otherwise, ask assistant for the answer and provide that to the user.
For this ticket, use Q as "What is the capital of France?" and A as "Paris".
As always, test in testMode as true as much as possible.