...
File Name | Proposed Addition/Modification |
---|---|
/login/CourseManagement/quiz/qz_win_ques_list.cfm | Modifications to add the Export Question Pool link to this page will be 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 to open a new window. All No query calls will be made from the new window functionalitythis page. |
/login/CourseManagement/quiz/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. |
/login/CourseManagement/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 the reflect information specific to a question pool or collection rather than a quiz. Text will be visible based on a variable passed in through the new window link. |
...