Reputation: 1913
I have a question: I'm trying to connect interrelated elements between two courses (calculus and physics) for students, and first step I'm going to do is to add custom fields for course materials and assignments, on which I'm going to keep id's for the elements of the correlated course element.
For example: student fails the test on Classical Mechanics and he's redirected on materials about derivatives on Calculus.
So, two question here:
1) how to add custom fields in Moodle.
2) how to request them via REST API in Moodle?
Thanks!
Upvotes: 0
Views: 485
Reputation: 241
how to add custom fields in Moodle.
You should develop your own plugin, and it is not what can be explained in two words.
how to request them via REST API in Moodle?
This is also part of custom development
Upvotes: 0