fuhrmanator / activity-connector

Activity connector for Moodle and SignETS
MIT License
0 stars 1 forks source link

Try to edit a moodle course. #5

Closed QcDev-arch closed 2 years ago

QcDev-arch commented 2 years ago

The old repository can help you to find how this can be achieved.

generalchy commented 2 years ago

- [ ] Try to create sub classes for moodle activities (MoodleQuiz, MoodleAssignment, MoodleExam, etc.) Done in #17 - [ ] Look at the different files after extracting the .mbz (check xml_reader.js to see how to extract the files) and add variables to the classes above based on that (currently, we want at least the dates) Done in #17