Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

GSOC/2015: Difference between revisions

From MoodleDocs
No edit summary
Line 19: Line 19:
== SCORM 1.2 player in the Mobile app ==
== SCORM 1.2 player in the Mobile app ==


* Student: Harindu Korala
* Student: [https://moodle.org/message/index.php?id=1924467 Harindu Korala]
* Mentor: [https://moodle.org/user/profile.php?id=49568 Juan Leyva]
* Mentor: [https://moodle.org/user/profile.php?id=49568 Juan Leyva]
* Summary: The goal was to develop a javascript basic SCORM player for the Moodle mobile application.
* Summary: The goal was to develop a javascript basic SCORM player for the Moodle mobile application.
* Spec: [[SCORM 1.2 player in the Mobile app]]
* Spec: [[SCORM 1.2 player in the Mobile app]]
* Outputs:
* Outputs: https://github.com/hckorala/moodlemobile2/tree/scorm
* Status: final evaluations failed
* Status: final evaluations failed

Revision as of 20:54, 31 August 2015

An overview of the Google Summer of Code 2015 projects for Moodle.

Meta enrolment plugin with multiple courses selection

An improved version of enrol_meta plugin which allows you to add multiple courses in a single enrol instance.

Moorsp Plagiarism API test plugin

The Moorsp plugin provides automated Behat and Unit tests for the core Moodle Plagiarism API. Ramindu completed functions to leverage the plagiarism API and implemented behat and unit tests to cover these functions. The plugin uses the new Events API instead of the older legacy log like the existing plagiarism plugins currently provide.

SCORM 1.2 player in the Mobile app