Moodle Plugins directory: Bongo: Versions: 1.1-r1 | Moodle.org

Bongo
Bongo 1.1-r1
Bongo Plugin Description
Bongo is a Video Assessment platform built around synchronous and asynchronous learning to facilitate soft skills development at scale. The Bongo Moodle plugin enables access to YouSeeU Bongo Learn (c). The plugin creates a free Bongo trial subscription. A paid Bongo subscription is required for ongoing use.
What the plugin does
It gathers relevant information related to the specific Moodle installation and sends that to the Bongo REST API. The Bongo REST API will respond with the necessary connection information allowing the Moodle to make regular LTI requests against Bongo.
Supported Moodle versions
Moodle version 2.7 and higher are supported.
Code repository name
The code repository name is moodle-local_bongo.
Source control URL
See https://github.com/YouSeeU/moodle-local_bongo
Bug tracker
See https://github.com/YouSeeU/moodle-local_bongo/issues
Learn more about the Bongo solution
Please visit https://www.bongolearn.com
Licensing
Licensed under GNU GPL v3 and higher.
Subscriptions required
Initial installation of the Bongo plugin provisions a free trial of Bongo. The trial can be extended based on need. For ongoing usage of Bongo in Moodle, a paid subscription of Bongo is required.
How to build
Dependencies
Must be using Moodle 2.7 or higher Must have mod_lti
Cross database compatibility
Verfied to work with MySQL, PostgreSQL, MS SQL and Oracle.
Linux
There is a shell script at the top level of the repo (./package_plugin.sh) that will create a zip of the plugin. This will only work on linux.
Windows
Create a new folder called 'bongo' and copy the contents of the repo into it, excluding: * The .circleci directory * .travis.yml
Then zip the new 'bongo' folder.
How to install on Moodle
- Log into Moodle as an administrator
- Navigate to Site Administration
- Open the Plugins tab
- Click on Install Plugin
- Upload the new zip file
- Click install from zip file
- If no errors, click continue
- If no unmet dependencies, click 'Upgrade Moodle database now'
- If no errors, 'Success' is shown, click 'Continue'
- Configure Bongo on Moodle
- Navigate to '/local/bongo/index.php' on the moodle server (ex: http://localhost/local/bongo/index.php)
- Add Moodle School Name
- Add Bongo Premium Key
- Select Bongo Region
- Click Save
- Click Save
- You're in Bongo!
What the Bongo Plugin does
- Take configuration from user
- Contact the Bongo REST API
- Save the configuration in the Bongo Plugin's Moodle table
- Create a LTI Type (Consumer) on the Moodle server
- Create a Course and activity on the Moodle server and attach the activity to the LTI Type
- Describe to the user what the plugin just created
- Launch into Bongo
- After installation, the user and any administrators can use the Bongo application from the 'Add Activity/Resource' in any course to add Bongo as an activity to any course.
Potential issues
- Write access needs to be allowed on /local for installation from zip file
- Access to the internet so the plugin can call the Bongo REST API
Version information
- Version build number
- 2021032201
- Version release name
- 1.1-r1
- Maturity
- Stable version
- MD5 Sum
- 505d870e6bf63b114a8e43ea2a1d9717
- Supported software
- Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6
- Latest release for Moodle 2.7
- Latest release for Moodle 2.8
- Latest release for Moodle 2.9
- Latest release for Moodle 3.0
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.