I have a large file (Totara XML format) that contains all of the questions to be imported. However, I want to import these questions into their appropriate category.
I'm seeing that there exists a certain syntax for this purpose, however, it's not clear whether this syntax applies to the entire file as a whole, or if they syntax can be used per question.
Here is the syntax:
<!-- question: 0 -->
<question type="category">
<category>
<text>$course$/{Course Name}</text>
</category>
</question>
Can the above syntax be used in more than one place within the same XML file? We have thousands of questions and this will take forever to manually sort them by category by point-and-click through the UI.
Thanks in advance.