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

#19 - Tests should be scheduled #22

Merged
merged 18 commits into from
Aug 20, 2024
Merged

Conversation

AmonDeShir
Copy link
Collaborator

@AmonDeShir AmonDeShir commented Aug 14, 2024

Should close #19 and close #21 and close #23.

  • Moved the existing CRUD operations for quizzes to the admin group.
  • Added new models to store user responses to quizzes.
  • Implemented functionality to randomize the order of questions and answers when a quiz is sent to a user.

@AmonDeShir AmonDeShir linked an issue Aug 14, 2024 that may be closed by this pull request
@AmonDeShir AmonDeShir linked an issue Aug 16, 2024 that may be closed by this pull request
database/factories/QuizFactory.php Outdated Show resolved Hide resolved
app/Models/Quiz.php Outdated Show resolved Hide resolved
app/Models/Quiz.php Outdated Show resolved Hide resolved
kamilpiech97
kamilpiech97 previously approved these changes Aug 20, 2024
@AmonDeShir AmonDeShir merged commit 9b3c9fe into main Aug 20, 2024
3 checks passed
@AmonDeShir AmonDeShir deleted the 19-tests-should-be-scheduled branch August 20, 2024 08:15
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.

Tests should have timer Order of questions and responses should be randomized Tests should be scheduled
3 participants