Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: quiz with user input #491

Merged
merged 4 commits into from
Mar 27, 2023
Merged

feat: quiz with user input #491

merged 4 commits into from
Mar 27, 2023

Conversation

pateljannat
Copy link
Collaborator

@pateljannat pateljannat commented Mar 23, 2023

Quiz with User Input

You can now have quiz questions with User Input. In the quiz creation form, the instructor must select a question type. If the type is Choices, the question will be in the form of multiple options as it was before. If they choose the type User Input, they will have to provide a Possible Answer. Min 1 and Max 4 possible answers can be provided.

Screenshot 2023-03-27 at 9 31 48 AM

Users will have to enter an answer for this type of question, when they click the check button the answer will be matched with all possible answers. If a match is found, the answer will be considered as correct. If not it will be considered incorrect. The matching will be case-insensitive.

Screenshot 2023-04-04 at 12 33 02 PM

@pateljannat pateljannat marked this pull request as ready for review March 27, 2023 07:31
@pateljannat pateljannat merged commit 72cbbf1 into frappe:main Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant