Moodle user enrollment to a course using Api -


i new moodle, setup site in local server. created new courses, users it. want enroll patient specific course (created using admin side) through javascript api. options enroll user in course. couldn't find apis enroll section

javascript api ? moodle uses php api , has webservice api.

see nice ws example : using moodle create users , enroll them in courses via sql

you call webservice api via js..


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -