Actions
Bug #3456
closedQuestion prompts not displayed in LabelDataColumns
Start date:
07/24/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3456
Description
Question text from parsed assessment is not displayed - possibly due to the migration from question prompt to response item prompt.
Updated by ben leinfelder over 16 years ago
i'm using the following XPath expression to set the prompt for the question:
/*[local-name()='questestinterop']/*[local-name()='assessment']/*[local-name()='section']/*[local-name()='item']/*[local-name()='presentation']/*[local-name()='flow']/*[local-name()='material']/*[local-name()='mattext']
perhaps the qti serialization used by the parser has changed...
Updated by ben leinfelder about 16 years ago
we may also want to reevaluate using <html> in the <mattext> tags for prompts and choices. it can get a little unwieldy
Updated by ben leinfelder about 16 years ago
Question prompt text is showing in the Data Import Wizard when mapping questions to score/response/feedback columns
Actions