Skip to content

Releases: davidpesce/moodle-mod_tincanlaunch

v1.63

14 Apr 20:25
Compare
Choose a tag to compare

Many changes have been implemented in this release. The following are some of those changes:

  • Simplified launch of the xAPI content (student bypasses the registration page).
  • Resolve inconsistent activity completions.
  • Updated the plugin to work with newer versions of Moodle (3.11+).
  • Utilize Github Actions for CI and deploy new releases to Moodle Plugin Directory.
  • Slight optimization in the scheduled task that checks completion.

V1.4RC - November 2018 Pre-Release

30 Oct 14:38
Compare
Choose a tag to compare
Pre-release

Fixes a number of bugs and now uses Watershed's Sessions API, significantly simplifying the Watershed integration.

This is a pre-release pending testing.

v1.3RC - The Watershed Update

23 May 16:38
Compare
Choose a tag to compare
Pre-release

Release Candidate - please test!

  • Adds support for Watershed integration
  • Includes WatershedPHP library, on which the Watershed report plugin is dependant
  • Fixes #95 #93 #87

v1.2RC for Moodle 3.0

27 Nov 18:40
Compare
Choose a tag to compare
Pre-release

Release Candidate - please test!

  • Update for Moodle 3.0
  • Replace own xAPI code with TinCanPHP (requires PHP 5.4 or higher)
  • Feature: upload Tin Can zip file, read tincan.xml and host content
  • Feature: select the agent identifier to be used and specify an account homePage for external id
  • Feature: select whether to allow multiple registrations (previously was possible but disabled in the code)
  • Some bug fixes
  • Some code tidy up