-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add - Quiz Editor Menu - Adding Questions #138
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Emil <EmilChri@users.noreply.github.com> Co-authored-by: Andreas Valentin Pedersen <Andreas272@users.noreply.github.com> Co-authored-by: Mads Poulsen <CGAddict@users.noreply.github.com>
Co-authored-by: Emil <EmilChri@users.noreply.github.com> Co-authored-by: Andreas Valentin Pedersen <Andreas272@users.noreply.github.com> Co-authored-by: Mads Poulsen <CGAddict@users.noreply.github.com>
Co-authored-by: Mads Poulsen <CGAddict@users.noreply.github.com>
…moodle-1 into Add---QuizCreator
Added behat tests + added id's for checkboxes and answers option
…zCreator---TeamEmil
…zCreator---TeamEmil
…ntermediate-layer' into Add---QuizCreator
…---QuizCreator # Conflicts: # server/moodle/mod/livequiz/amd/build/question.min.js.map # server/moodle/mod/livequiz/amd/build/question_editor.min.js # server/moodle/mod/livequiz/amd/build/question_editor.min.js.map # server/moodle/mod/livequiz/amd/src/question_editor.js # server/moodle/mod/livequiz/attempt.php # server/moodle/mod/livequiz/demodata.json # server/moodle/mod/livequiz/results.php # server/moodle/mod/livequiz/version.php
…5-Moodle/moodle-1 into Add--QuizCreator-bug-fixes
…5-Moodle/moodle-1 into Add--QuizCreator-bug-fixes
…5-Moodle/moodle-1 into Add--QuizCreator-bug-fixes
…5-Moodle/moodle-1 into Add--QuizCreator-bug-fixes
… Add--QuizCreator-bug-fixes
ChristofferGamel
approved these changes
Nov 25, 2024
DeeKahy
approved these changes
Nov 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it works it works. I still want answers to my questions even if it gets merged. Great job <3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
NOTE: Please merge #137 before this PR
This PR has been created to fix the issues in the styling_setup branch. It is now possible to create questions and add answers to the corresponding question. These are stored in the database when clicking "Add Question". The UI also shows a list of the questions present in the quiz. Lastly, we distinguish between a student and a lecturer, where only the lecturer can edit the quiz.
What is added/changed/removed
Quiz Editor Menu to
Issue/fixes reference
https://github.com/orgs/AAU-P5-Moodle/projects/2?pane=issue&itemId=82025880&issue=AAU-P5-Moodle%7Cmoodle-1%7C46, https://github.com/orgs/AAU-P5-Moodle/projects/2/views/1?pane=issue&itemId=85503814&issue=AAU-P5-Moodle%7Cmoodle-1%7C54, and https://github.com/orgs/AAU-P5-Moodle/projects/2/views/1?pane=issue&itemId=82021250&issue=AAU-P5-Moodle%7Cmoodle-1%7C45
Testing
Automatic Testing
Manual Testing
Checks