Enrol Sync: Course check input file
From MoodleDocs
This file allows asking the "course check tool" if a set of files do exist in Moodle.
A report file is generated after execution of the test in the special sync file cabinet at the following location:
sync/reports
This file can be retrieved using the embedded file manager.
File format
File must give an identifying attribute as first field, and optional descriprion on second field (for expliciting results in reports)
First attribute can be:
- Course ID (numeric DB id)
- Course shortname
- Course IDNumber
Depending on the identifier choosen in the file, you'll have to configure the check course tool accordingly.
File Sample
idnumber1;Description 1 idnumber2;Description 2