Overview
In this release, we added the following features:
- Quiz question import from XLSX files
- Quiz question export to XLSX files
- Print-ready quiz export
We also fixed issues affecting quiz import, export, and print-view behavior.
What's new
Quiz question import from XLSX files
Assess now supports importing questions from Excel files.
Authors can select Excel file on the import page, download the supported template, and upload questions into a quiz or the question bank.
The import supports multiple worksheets, with each worksheet converted into a separate quiz section. Questions are imported in the same order as they appear in the file.
Supported content includes rich text, images, formulas represented as text, code, feedback, hints, scores, and the main Assess question types.
Validation errors are displayed when required values are missing or the spreadsheet does not follow the supported format.
Tracking IDs: LRN-18212, LRN-18823, LRN-18825
Quiz question export to XLSX files
Authors can now download quiz content as an XLSX file directly from the quiz editor.
The generated file contains:
- An instruction worksheet
- A separate worksheet for each quiz section
- Questions in their configured order
- Question content, answer options, correct answers, feedback, scores, and other supported settings
Question pools are expanded in the export so the corresponding questions can be reviewed outside Assess.
Tracking IDs: LRN-19144, LRN-19157
Print-ready quiz export
A new Download action is now available in the quiz editor.
The print view includes course and quiz information, sections, text blocks, questions, answer options, correct answers, scores, and supported feedback.
Content is displayed in the same order as in the quiz editor and without editing controls, navigation, or application menus. The browser print dialog can then be used to save the quiz as a PDF for accreditation and record-keeping.
Tracking IDs: LRN-18213, LRN-18287, LRN-18447
Fixes and improvements
We made the following fixes and improvements:
- Quiz import, export, and print-view behavior has been corrected.