LMSouq
moodle-core AI Answered

Can exams2moodle export additional metainfo such as idnumber and tags?

FR
FrankS
1 month ago
3 views
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

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base