...
The goals for the Quiz Builder media file export design are as follows:
- Minimal code changes to Quiz Builder - since new development is no longer being promoted, the simplest functionality to achieve the result is desirableProvide a method for faculty to download multiple media files associated with a quiz, question pool or collection.
- Provide identification information specifying which media file(s) are associated with each question that is being exported.
- Include question title, media file name and question text in the identification information.
- Rename image files from their AFS storage name to their original file name as recorded in the myucdavis database, if possible.
- If image files are renamed, deal with name collisions in an intuitive, documented manner.
GUI Review
Code Functionality
...