-
Notifications
You must be signed in to change notification settings - Fork 301
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
Quiz exercises
: Fix LTI Moodle quiz participation results reflection
#7129
Conversation
…com/ls1intum/Artemis into bugfix/fix-lti-programming-exercise
…i-quiz-exercise-grade
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.
@RY997 Thank you for noticing. With new changes, Lti profile needs to be added to servers to enable lti features. Since it is not yet added to TS5 (or other test servers) it refuses to connect. I will mark this PR as work in progress until the lti profile added to the test servers. |
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
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.
Tested in testing session. Works well
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.
Works as expected. Tested during testing session
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.
Participating and practicing in the Quiz via Moodle worked fine!
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.
Code LGTM!
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.
Tested as per instructions, LGTM
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.
Approve!
Checklist
General
Server
Motivation and Context
Currently, the grade reflection for quiz exercises between Artemis and Moodle via LTI integration is not functioning. As a result, grades are not being transferred or displayed on Moodle. This pull request fixes this issue by ensuring grades are accurately reflected in Moodle.
Description
Steps for Testing
Please test this PR with TS11. I already pre-configured quiz exercises for easy testing for TS11.
Prerequisites:
Use "Quiz Exercise" on moodle in LTI Testing Course.
Moodle Login Credentials:
Artemis User Testing Steps:
Review Progress
Performance Review
Code Review
Manual Tests
Test Coverage
Client
Server
Screenshots