Copyright: UbiCast (https://www.ubicast.eu) License: https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
This block plugin allows teachers to add Nudgis channel in courses as a block.
- The UbiCast base plugin:
mod_ubicast
(https://github.com/UbiCastTeam/moodle-mod_ubicast). - A UbiCast Nudgis web site (version >= 8.1). Visit https://www.ubicast.eu/en/solutions/delivery/ to ask for a trial.
- Cookies must be allowed for the Nudgis web site (see note below).
In order to make the LTI authentication work, Nudgis needs cookies usage.
If your Nudgis is using a domain totally different from your Moodle domain, cookies will probably get blocked by browsers because they will be classified as third party cookies.
To avoid Nudgis cookies to be considered as third party cookies, we recommend to use a sub domain for Nudgis using the same top domain as the Moodle site (for example, if your Moodle uses moodle.yourdomain.com
as domain, you can use nudgis.yourdomain.com
as Nudgis domain).
It is also possible to allow third party cookies usage in the browser settings.
- In the Moodle server, go to the Moodle atto plugins directory:
cd blocks
- Clone the repository:
git clone https://github.com/UbiCastTeam/moodle-block_ubicast.git ubicast
- Visit Moodle as administrator
- Navigate to Dashboard (upgrade your Moodle)
This plugin relies heavily on the https://github.com/UbiCastTeam/moodle-mod_ubicast plugin's LTI integration mechanism that you can read on in said README.