-
Notifications
You must be signed in to change notification settings - Fork 304
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
: Export images of quiz exercises
#8841
Quiz exercises
: Export images of quiz exercises
#8841
Conversation
…m embedded images in markdown
…of assetes embedded in multiple choice options
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.
re-approve
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.
Reapprove
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.
re approve
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.
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.
Changes look good to me
Checklist
General
Client
Following the theming guidelines, I specified colors only in the theming variable files and checked that the changes look consistent in both the light and the dark theme.I addedauthorities
to all new routes and checked the course groups for displaying navigation elements (links, buttons).I translated all newly inserted strings into English and German.Motivation and Context
When a quiz is deleted, so are the assets. A previously imported json file of a quiz can no longer be used to import that quiz. This PR exports assets(images) in a zip file.
Adress issue 7682
At the moment importing a quiz through a json file does not work if the images have been deleted. A follow up PR will allow to import the quiz with the exported zip folder and a json file.
Description
For drag and drop questions the background and drag items are pulled and zipped. For images embedded in the text/MC Options a regex expression fetches the file name and path and zips the image.
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Performance Review
Code Review
Manual Tests
Test Coverage
Screenshots
Summary by CodeRabbit
New Features
Tests