Problem Description
When I export the xml file of a multiple choice question, it contains the following lines:
<idnumber>arbitrary_id_set_by_user</idnumber>
<answernumbering>ABCD</answernumbering>
<tag></tag>
Is there a way to add `idnumber`, `answernumbering` and `tag` to the metainformation section of the question so that r-exams can export to moodle XML as `<idnumber>idnumber</idnumber>`,`<answernumbering>ABCD</answernumbering>`, `<tag>tag1</tag>`, and `<tag>tag2</tag>` etc?
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?