Create XML questions file using R

Re: Create XML questions file using R

by Emmanuel Curis -
Number of replies: 0
My script can generate questions with numerical answers, either as numerical or close, but not calculated questions. Instead, use R to make the computation and random-question generation part (to have access to much more capabilities than the simple calculated question — their limitations was one of the reason to develop such a package).
For such questions generation, however, you will have to directly use the question generation functions in R (typically, numerique.moodle() here), not the CSV file conversion functions.
If you give an example of question you want to do, I may give a sample script to generate them.
Best regards,