Moodle Plugins directory: Pcast | Moodle.org
Pcast
Activities ::: mod_pcast
Maintained by
Stephen Bourget
Activity module to create podcasts in Moodle
Latest release:
760 sites
451 downloads
50 fans
Current versions available: 15
The Pcast module makes it simple to create podcasts in moodle. Podcast episodes can be instructor created or added by course participants.
Contributors
Stephen Bourget (Lead maintainer)
Please login to view contributors details and/or to contact them
see: (https://docs.moodle.org/33/en/Pcast_FAQ)
< item>< title>RSS Error< link>http://192.168.251.139/moodle< pubDate>Tue, 20 Nov 2018 10:04:17 GMT< description>Error reading RSS data< guid isPermaLink="true">http://192.168.251.139/moodle< /item>
https://docs.moodle.org/35/en/Pcast_FAQ
the video size is bigger than my web tile width (I'm using campus theme) and so the users are unable to see the video thumbnail and also the file descriptions
https://tracker.moodle.org/browse/CONTRIB
There is a conditional on line 1666 in mod/pcast/lib.php attempting to instantiate/use the object class which is no longer relevant in PHP7
...
else if ($userid and $nullifnone) {
$grade = new object();
$grade->userid = $userid;
$grade->rawgrade = null;
pcast_grade_item_update($pcast, $grade);
Replaced with stdClass() to resolve. I see you use stdClass through your plugin so supsect this block was omitted.
plugin ver: 3.5 (2018051602) (2018051602)
mdl_ver: 3.6
It will be available in the next release. (If you need the fix sooner you can download the updated plugin directly from GitHub.)
We are using your plugin into a Moodle Workplace platforma and we find very usefull, however when we access to it from the Moodle Mobile App we see that is not integrated and that we need to go to the browswer to listen it. Is there any configuration/option to have it supported by the Monile App?
Thanks
Meri
I've added the request to github and hopefully I'll have time to add support for it in a future version.
https://github.com/sbourget/moodle-mod_pcast/issues/6
how to make a podcast on moodle 3.11
the plugin doesn't work version error (2021042601)
the plugin doesn't work
Validating mod_pcast ... Error
[Error] Required Moodle version [2021042300]
Installation aborted due to validation failure
thank you