ARETEedu / moodle-mod_arete

A repository service for Augmented Reality Learning Experience Models (compliant with IEEE p1589-2020)
GNU General Public License v3.0
3 stars 2 forks source link

xAPI connect #5

Open fwild opened 3 years ago

fwild commented 3 years ago

Would be awesome, if the moodle plugin queries the xAPI endpoint (e.g. https://lrs.tech4comp.dbis.rwth-aachen.de/login) to see if the students booked on the course did actually do the activity (and to what success).

fwild commented 3 years ago

Automated validation using xAPI: We should query the xAPI for each student and check whether they “started” and “finished” the activity. Maybe connect to grading tables? But also inspect the log info (opened activity, submitted activity). Grading support: certain actions contribute points to the grade? E.g. some sort of roll-up rules.

fwild commented 3 years ago

Moreover: how about we store a ghost trail of every learner of an activity to the xAPI - so that we can pull this out on the moodle side to create a heatmap (maybe even in 3D using webXR)?