...
File Name | Proposed Addition/Modification |
---|---|
qz_win_ques_list.cfm | Modifications to add the Addad an Export Question Pool link to this page will be limited . Limited to code where mode=question, since this same list box is used for questions and quizzes under various pages. Code modifications include adding a link with JavaScript functionality function exportPool() to open a new window . No query calls will be made from this page.as qz_quiz_exportxml.cfm?quizID=0&export=questionPool |
qz_col_title.cfm | Modifications to add the Export Collection link to this page will be limited to code for editing an existing collection. Code modifications include adding a link with JavaScript functionality to open a new window. No query calls will be made from this page. |
qz_quiz_properties.cfm | Modified Export Quiz url to add export="quiz" |
qz_quiz_exportxml.cfm | This file is currently used to display export instructions including a Download button and link for the export xml and media zip files. Text will be added to reflect information specific to a question pool or collection rather than a quiz. |
qz_quiz_exportxml.cfc | This component file contains functions for generating quiz information in string or array formats for delivery to the xml file generation page. Additional functions will be added to pull in and format questions for a question pool or collection. |
qz_quiz_exportxmldoc.cfm | This file generates the downloadable xml file for a quiz/assessment. This file will be modified to allow question pool or collection data to be delivered in the same downloadable xml format. |
...