Versions Compared

Key

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

...

File Name

Proposed Addition/Modification

qz_quiz_exportfiles.cfm

Calls function to pull information associated with the media files for a quiz, aan entire question pool, or a collection. Calls function to generate a ReadMe.txt message. Calls zip function to generate a zip folder and populates it with the media and ReadMe files. Generates a downloadable zip file screen.

login/zip.cfc

This imported component is setup in the main cms directory so that it can be access globally. It contains the functions which generate the zip folder and copy files into it. It's a Java-based function.

qz_quiz_exportxml.cfm

Includes the download link for the user to generate their media files into a zip file.

qz_quiz_exportxml.cfc

Includes query calls which pull the requested media files and provide user information about those files.

...