2017 © Pedro Peláez
 

tao-extension extension-tao-ltideliveryprovider

extension to manage LTI delivery provider for TAO

image

oat-sa/extension-tao-ltideliveryprovider

extension to manage LTI delivery provider for TAO

  • Monday, July 30, 2018
  • by oat-lionel
  • Repository
  • 21 Watchers
  • 0 Stars
  • 21,195 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 84 Versions
  • 8 % Grown

The README.md

TAO ltiDeliveryProvider extension

TAO Logo, (*1)

GitHub GitHub release GitHub commit activity codecov, (*2)

The LTI Delivery extension allows test-takers to take a delivery (delivered test) via LTI, (*3)

The endpoint for this service to proctor a specific delivery is: https://YOUR_DOMAIN/ltiDeliveryProvider/DeliveryTool/launch?delivery=YOUR_DELIVERY_URI, (*4)

or, (*5)

https://YOUR_DOMAIN/ltiDeliveryProvider/DeliveryTool/{"delivery":"YOUR_URI"}(base64 encoded), (*6)

This link can retrieved using the LTI button in the deliveries section in the TAO admin user interface., (*7)

Alternatively a configurable link can be used by omitting the delivery parameter https://YOUR_DOMAIN/ltiDeliveryProvider/DeliveryTool/launch, (*8)

In this scenario the instructor would need to call the LTI service first, and will be presented with a list of deliveries. Once he has chosen one of these deliveries it can no longer be changed. Test-takers subsequently clicking on the same link (as identified by Resource ID) will start the delivery chosen by the instructor., (*9)

The expected roles are: * Learner for people taking a test * Instructor for people configuring a link, (*10)

Custom parameters: * max_attempts Overrides the number of executions allowed on the delivery. Expects a positive integer value or 0 for unlimited attempts. Attempts on LTI calls are calculated per resource_link_id instead of per delivery., (*11)

Return Values: * log message will contain the status of the delivery execution * 100 for an active delivery * 101 for a paused delivery * 200 for a finished delivery * 201 for a terminated delivery, (*12)

Installation instructions

These instructions assume that you have already a TAO installation on your system. If you don't, go to package/tao and follow the installation instructions., (*13)

If you installed your TAO instance through package/tao, oat-sa/extension-tao-ltideliveryprovider is very likely already installed. You can verify this under Settings -> Extension manager, where it would appear on the left hand side as ltiDeliveryProvider. Alternatively you would find it in the code at /config/generis/installation.conf.php., (*14)

Note, that you have to be logged in as System Administrator to do this., (*15)

Add the extension to your TAO composer and to the autoloader:, (*16)

composer require oat-sa/extension-tao-ltideliveryprovider

Install the extension on the CLI from the project root:, (*17)

Linux:, (*18)

sudo php tao/scripts/installExtension oat-sa/extension-tao-ltideliveryprovider

Windows:, (*19)

php tao\scripts\installExtension oat-sa/extension-tao-ltideliveryprovider

As a system administrator you also install it through the TAO Extension Manager: - Settings (the gears on the right hand side of the menu) -> Extension manager - Select ltiDeliveryProvider on the right hand side, check the box and hit install, (*20)

REST API

LTI delivery service REST API, (*21)

Configuration options

Feature flags

FEATURE_FLAG_AGS_SCORE_SENDING_RETRY

A bool-typed environment variable, controlling whether AGS score should be resent if it fails to be sent. - "false" – the application won't try to resend another request when it fails. Default behavior. - "true" – the application will try to resend requests until the number of max retries is reached., (*22)

LaunchQueue.conf.php

Configuration option relaunchInterval

Description: specifies time (in seconds) for a test taker to wait before the page is reloaded when waiting in LTI queue, (*23)

Possible values: * Any numerical value (> 0), (*24)

Configuration option relaunchIntervalDeviation

Description: specifies time (in seconds) to pick a random amount of seconds between 0 and relaunchIntervalDeviation, then the random result is randomly added to or subtracted from relaunchInterval for each time the queue page is being reloaded. The goal of this option is to prevent knocking the backend simultaneously by multiple clients., (*25)

Possible values: * Any numerical value between 0 and relaunchInterval, (*26)

LtiDeliveryExecution.conf.php

Configuration option queue_persistence

Description: a persistence that LTI delivery execution service should work based on. Should be a persistence name that's registered in generis/persistences.conf.php, (*27)

Value example: * default * cache, (*28)

LtiNavigation.conf.php

Configuration option thankyouScreen

Description: whether the 'thank you' screen should be shown once a test is passed through LTI. It only takes effect if the custom_skip_thankyou LTI parameter is omitted. Otherwise, it's only depends on the LTI parameter., (*29)

Possible values: * true * false, (*30)

Configuration option delivery_return_status

Description: if enabled, the deliveryExecutionStatus return parameter will be included in a consumer return URL. This parameter will always be set to a delivery execution state label., (*31)

Possible values: * true: include the parameter in consumer return URLs * false: omit the parameter, (*32)

Configuration option message

Description: a factory for producing LTI messages, (*33)

Possible values: * an instance of any class that has the getLtiMessage method, (*34)

Value example: * new oat\ltiDeliveryProvider\model\navigation\DefaultMessageFactory(), (*35)

LtiResultIdStorage.conf.php

Configuration option persistence

Description: a persistence that LTI result aliases should be stored in. Should be a persistence name that's registered in generis/persistences.conf.php, (*36)

Value example: * default * cache, (*37)

Extension Wiki

You can find the extension wiki here., (*38)

The Versions

30/07 2018

dev-master

9999999-dev http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

30/07 2018

dev-doc/lti-log-message

dev-doc/lti-log-message http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

27/07 2018

dev-develop

dev-develop http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

27/07 2018

v6.5.0

6.5.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

20/06 2018

v6.4.2

6.4.2.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

18/06 2018

v6.4.1

6.4.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

15/06 2018

v6.4.0

6.4.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

06/06 2018

v6.3.0

6.3.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

24/05 2018

dev-feature/explicit-queue-enabler

dev-feature/explicit-queue-enabler http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

24/05 2018

dev-fix/collaboration-issues

dev-fix/collaboration-issues http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

17/05 2018

dev-feature/TAO-6225_migrate-ontology-ltilinks-to-kv

dev-feature/TAO-6225_migrate-ontology-ltilinks-to-kv http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

07/05 2018

dev-TAO-6220_register_DeliveryExecutionCounterService_events

dev-TAO-6220_register_DeliveryExecutionCounterService_events http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

04/05 2018

v6.2.0

6.2.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

04/05 2018

v6.1.0

6.1.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

24/04 2018

dev-TAO-6220_remove_LtiDeliveryExecutionService_isFinished_method

dev-TAO-6220_remove_LtiDeliveryExecutionService_isFinished_method http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

06/04 2018

v5.5.0

5.5.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

29/03 2018

dev-TAO-6126_manage_security_features_by_lti_parameter

dev-TAO-6126_manage_security_features_by_lti_parameter http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

23/03 2018

v5.4.0

5.4.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

23/02 2018

v5.3.0

5.3.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

22/02 2018

dev-release-5.1.1

dev-release-5.1.1 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

22/02 2018

v5.1.1

5.1.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

22/02 2018

dev-release-5.3.0

dev-release-5.3.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

16/02 2018

v4.0.1

4.0.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

02/02 2018

v5.1.0

5.1.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

02/02 2018

dev-release-5.1.0

dev-release-5.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

02/02 2018

dev-feature/tao-5666/sprint-69/search

dev-feature/tao-5666/sprint-69/search http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

26/01 2018

v5.0.1

5.0.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0-only

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

21/12 2017

v4.0.0

4.0.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

08/12 2017

v3.11.5

3.11.5.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

28/11 2017

dev-TAO-5668_login_queue_message

dev-TAO-5668_login_queue_message http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

24/11 2017

v3.11.3

3.11.3.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

17/11 2017

v3.9.1

3.9.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

17/11 2017

dev-hotfix/v3.9.1

dev-hotfix/v3.9.1 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

10/11 2017

v3.9.0

3.9.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

27/10 2017

v3.7.2

3.7.2.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

26/10 2017

dev-release-3.7.2

dev-release-3.7.2 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

25/10 2017

dev-refactoring/TAO-5102/remove_globals_from_core_extension

dev-refactoring/TAO-5102/remove_globals_from_core_extension http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

18/10 2017

v3.7.1

3.7.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

13/10 2017

v3.7.0

3.7.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

25/09 2017

v3.5.1

3.5.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

18/09 2017

dev-refactoring/TAO-5105/remove_globals_from_tao_core

dev-refactoring/TAO-5105/remove_globals_from_tao_core http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

01/09 2017

v3.4.0

3.4.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

23/08 2017

dev-feature/TAO-4276/abstract-de-link

dev-feature/TAO-4276/abstract-de-link http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

10/08 2017

dev-fix/remove-de-constraint

dev-fix/remove-de-constraint http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

09/08 2017

v3.3.2

3.3.2.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

09/08 2017

dev-fix/LtiResultAliasStorage_constraint_violation

dev-fix/LtiResultAliasStorage_constraint_violation http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

09/08 2017

v3.3.1

3.3.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

21/07 2017

v3.2.1

3.2.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

07/07 2017

v3.1.1

3.1.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

23/06 2017

v3.1.0

3.1.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

19/06 2017

dev-refactor/remove_taoLtiBasicOutcome_dependency

dev-refactor/remove_taoLtiBasicOutcome_dependency http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

14/06 2017

dev-TAO-2672_results_from_lti

dev-TAO-2672_results_from_lti http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

19/05 2017

v3.0.1

3.0.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

18/05 2017

dev-fix/pause_authorized_execution_during_lti_launch

dev-fix/pause_authorized_execution_during_lti_launch http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

04/05 2017

dev-fix/tao-4128_test_launch_lti

dev-fix/tao-4128_test_launch_lti http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

28/04 2017

v3.0.0

3.0.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

14/04 2017

v2.8.1

2.8.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

14/04 2017

v2.8.0

2.8.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

31/03 2017

v2.4.2

2.4.2.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

03/03 2017

v2.4.0

2.4.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

24/02 2017

dev-doc/readme

dev-doc/readme http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

17/02 2017

v2.2.0

2.2.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

20/01 2017

v2.1.0

2.1.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

10/01 2017

dev-fix/update-script

dev-fix/update-script http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

06/01 2017

1.7.1

1.7.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

22/12 2016

dev-fix/dependencies

dev-fix/dependencies http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

26/08 2016

v1.5.1

1.5.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

22/08 2016

v1.3.2

1.3.2.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

15/07 2016

v1.5.0

1.5.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

15/07 2016

dev-release-1.5.0

dev-release-1.5.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

11/05 2016

v1.3.1

1.3.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

25/04 2016

v1.3.0

1.3.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

11/04 2016

v1.2.1

1.2.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

19/02 2016

v1.2

1.2.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

29/12 2015

v1.1

1.1.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

25/09 2015

dev-mpdeploy

dev-mpdeploy http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

26/08 2015

dev-dev-act

dev-dev-act http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

18/08 2015

v1.0.4

1.0.4.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

29/07 2015

v1.0.3

1.0.3.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

09/07 2015

v1.0.2

1.0.2.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

19/06 2015

v1.0.1

1.0.1.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

30/04 2015

v1.0

1.0.0.0 http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

29/10 2014

1.0-beta

1.0.0.0-beta http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment

18/09 2014

dev-quality

dev-quality http://www.taotesting.com

extension to manage LTI delivery provider for TAO

  Sources   Download

GPL-2.0

The Requires

 

by Bertrand Chevrier
by Lionel Lecaque
by Dieter Raber
by Patrick Plichart
by Somsack Sipasseuth

qti tao oat computer-based-assessment