issues
search
harishdurga
/
laravel-quiz
With this package, you can easily get quiz functionality into your Laravel project.
MIT License
162
stars
19
forks
source link
Restructure
#1
Closed
harishdurga
closed
3 years ago
harishdurga
commented
3 years ago
Models and their relations restructured
unit and feature tests
model methods
calculate_score()
for
QuizAttempt
and
correct_options()
for
Question
added
calculate_score()
forQuizAttempt
andcorrect_options()
forQuestion
added