Panopto resource module
Maintained by
Ruslan Kabalin, Tony Butler
This is Panopto resource module plugin developed by Lancaster University to simplify using Panopto video recordings in Moodle courses. The plugin lets Moodle decide if user is allowed to access video resource and provides access to recording on demand. Plugin respects all Moodle resource availability features, such as group restriction or activity completion.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
More complicated logic might be possible with adding custom completion rules to module that would make extra Panopot API query to UsageReporting.GetSessionUserExtendedDetailedUsage (e.g. to determine what proportion of video has been viewed, how many attempts to view has been made, etc.) and draw completion result from this data (matching it with some completion criteria, e.g. n% of video has been viewed). This is not currently implemented, but possible to develop.
Technically, both plugins can work together I suppose, but you would still need to maintain video allocation the old way (i.e. put them in the course folders to make them appear in the block). This can be confusing and make permissions not intuitive (e.g. if you remove video from course folder in Panopto, but it remain as activity, people would still be able to view it, or for example of same video is in course folder on Panopto and used in Moodle activity restricted to course group, everyone enrolled in the course will be able to view it, so group restriction will not apply). What is your reasoning behind the need of using both plugins? If you only need a block that will show all Panopto videos used in the course (that were added as activity modules), it is easier to develop a block plugin that will simply list them (and will respect current user permissions as well, i.e. will not list videos restricted to course groups that user has no access).
If you want to discuss more, please create a ticket for this plugin on bug tracker (see URL in description above).
has anybody tried using both this plugin as well as the official block_panopto Plugin on the same moodle instance? If so does it work seamlessly or did you experience any problems?
Thanks in advance!