Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Provide a method for faculty to download multiple media files associated with a quiz, question pool or collection.
  2. Provide identification information specifying which media file(s) are associated with each question that is being exported.
  3. Include question title, media file name and question text in the identification information.
  4. Rename image files from their AFS storage name to their original file name as recorded in the myucdavis database, if possible.
  5. If image files are renamed, deal with name collisions in an intuitive, documented manner.

GUI Review

Media export is tied into the Quiz Builder export of quiz, collection or question pool, so the information and download are located on the export screen.

If the user is exporting media as part of a quiz, the information lists the section and question number with which it is related. If the question exists in a pool or collection, there is no associated question number (or there will not be after import into Samigo) so the files are simply listed in the order that they are pulled from the database.

For graphic files, such as .gif, .jpg, or .bmp, the user can click to view and/or save the graphic individually.

Code Functionality

Currently, the MyUCDavis cms runs on ColdFusion MX 6 with an Oracle database. New code for exporting question media in a zip file will use the existing environment and will include ColdFusion code, CF components, and JavaScript. The export file generated via download will be Samigo-compliant XML.

...