VideoTrack
Maintained by
Roger D.
Videotrack was designed to embed videos and accurately track students' viewing progress. It allows teachers to condition activity completion on students watching a minimum percentage of the video, ensuring complete engagement with the educational content.
Support
Need help? Use the links below to report an issue or find more information.
- Repository URL (Git)
- https://github.com/yerodigo-cell/moodle-mode_videotrack.git
- Issue/bug tracker URL
- https://github.com/yerodigo-cell/moodle-mode_videotrack/issues
- Privacy information
- Privacy Data Storage: This plugin locally stores the highest percentage of the video watched by each student (highestpercent) and a completion status flag (iscompleted) in the Moodle database. This data is strictly used to evaluate student progress and completion criteria for the activity. The plugin fully implements the Moodle Privacy API (\core_privacy\local\metadata\provider), ensuring that all stored user data can be correctly exported or deleted upon request to comply with GDPR and other privacy regulations. Third-party Services (YouTube): This plugin does not transmit personal student data to any external servers. However, if an instructor chooses to embed a YouTube video using the external URL option, the YouTube IFrame API is loaded. In this scenario, YouTube/Google may collect metadata or place cookies in the student's browser according to Google's standard Privacy Policy. If a local MP4 file is uploaded, no external connections are made.