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

Implementing feedback quiz / knowledge quiz #107

Closed
6 tasks done
Adrian-Moldovan opened this issue Feb 15, 2022 · 3 comments
Closed
6 tasks done

Implementing feedback quiz / knowledge quiz #107

Adrian-Moldovan opened this issue Feb 15, 2022 · 3 comments
Assignees
Milestone

Comments

@Adrian-Moldovan
Copy link
Collaborator

Adrian-Moldovan commented Feb 15, 2022

On creating a quiz, the admin should specify the type of the quiz

Feedback quiz vs Knowledge quiz

  • Choosing a feedback quiz, should hide the quiz settings
  • Choosing a knowledge quiz should display the quiz settings and make them mandatory
  • Changing the type of the quiz should reset the saved questions
  • Choosing a feedback quiz will cancel the existence of a correct answer

Knowledge quiz with restricted access to next section

  • Choosing a knowledge quiz should display a toggle for restricting the access to the next course section

Quiz form modification

In the quiz setting request, two new form field will be submitted:

  • quiz_type (enum: FEEDBACK_QUIZ, KNOWLEDGE_QUIZ)
  • restrict_next_content (BOOLEAN)

The issue should be implemented after #72

  • Quiz type should be displayed in quiz list
@Adrian-Moldovan Adrian-Moldovan added this to To do in Edu Hospice Board via automation Feb 15, 2022
@Adrian-Moldovan Adrian-Moldovan added this to the April 2022 milestone Feb 15, 2022
@razvantudorache razvantudorache self-assigned this Apr 10, 2022
@razvantudorache razvantudorache moved this from To do to In progress in Edu Hospice Board Apr 10, 2022
razvantudorache added a commit that referenced this issue Apr 16, 2022
- start integration of quiz type and restrict next content
- add translations
@razvantudorache
Copy link
Collaborator

razvantudorache commented Apr 16, 2022

Questions for BE:
Quiz settings (attempts, min score, etc) that are hidden for feedback quiz should be sent to server?
Question option valid property for feedback quiz is needed?

razvantudorache added a commit that referenced this issue Apr 16, 2022
- integrate quiz type in quiz questions
- hide toggle for option valid for feedback quiz
- add mechanism to reset questions
- add confirmation when quiz type is changed
- add translations
razvantudorache added a commit that referenced this issue Apr 16, 2022
- add quiz type in quiz list
- add translation for quiz type column
@Adrian-Moldovan
Copy link
Collaborator Author

We created a ticket for the issue:
https://github.com/danutchindris/edu-hospice-api/issues/252

We will have an answer in the next team meeting

razvantudorache added a commit that referenced this issue May 1, 2022
- reset quiz type when change action is canceled
@Adrian-Moldovan
Copy link
Collaborator Author

Implemented successfully :)

Edu Hospice Board automation moved this from In progress to Done May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants