What is imsattempt.php for?

What is imsattempt.php for?

by Gustav W Delius -
အကြောင်းပြန်မှု အရေအတွက်: 2
There is a file mod/quiz/imsattempt.php which says:

// This code has been adapted from mod/quiz/attempt.php
// if called only with parameter = q, it returns an imsmanifest in xml format
// if the results are submitted, it saves the results

Can someone explain to me what this is for?
ပျှမ်းမျှအဆင့်သတ်မှတ်ချက်များ: -
Gustav W Delius ထံသို့ အကြောင်းပြန်ရာတွင်

Re: What is imsattempt.php for?

by Martin Dougiamas -
Core developers ၏ ရုပ်ပုံ Documentation writers ၏ ရုပ်ပုံ Moodle HQ ၏ ရုပ်ပုံ Particularly helpful Moodlers ၏ ရုပ်ပုံ Plugin developers ၏ ရုပ်ပုံ Testers ၏ ရုပ်ပုံ
Gustav W Delius ထံသို့ အကြောင်းပြန်ရာတွင်

Re: What is imsattempt.php for?

by Howard Miller -
Core developers ၏ ရုပ်ပုံ Documentation writers ၏ ရုပ်ပုံ Particularly helpful Moodlers ၏ ရုပ်ပုံ Peer reviewers ၏ ရုပ်ပုံ Plugin developers ၏ ရုပ်ပုံ
I can try!

This was part of the qti export routine. AFAIK, it turns out to be for exporting complete quizzes (not categories) - but only as part of their customisations. That export routine was part of the author's highly customised quiz module and as needed quite a lot of 'pruning'. I think I am just going to take that file out, as it doesn't really do anything!