2017 © Pedro Peláez
 

tao-extension extension-tao-itemqti

extension to create QTI items

image

oat-sa/extension-tao-itemqti

extension to create QTI items

  • Friday, July 27, 2018
  • by oat-lionel
  • Repository
  • 21 Watchers
  • 3 Stars
  • 26,560 Installations
  • JavaScript
  • 2 Dependents
  • 0 Suggesters
  • 8 Forks
  • 12 Open issues
  • 100 Versions
  • 6 % Grown

The README.md

extension-tao-itemqti

codecov, (*1)

extension to create QTI items for TAO, (*2)

How to import items

Environment Variables

QTI Identifier Validator Pattern - ENV_QTI_IDENTIFIER_VALIDATOR_PATTERN

QTI Item identifiers by default are normalized strings that accepts everything in the pattern /^[a-zA-Z_]{1}[a-zA-Z0-9_\.-]*$/u. If for some reason you want to change this behavior, it's possible by using the environment variable ENV_QTI_IDENTIFIER_VALIDATOR_PATTERN with a different pattern. Example:, (*3)

```shell script, (*4)

Do not accept dots on the QTI Item identifier

ENV_QTI_IDENTIFIER_VALIDATOR_PATTERN='/^[a-zA-Z_]{1}[a-zA-Z0-9_-]*$/u', (*5)

This would mean that case the user tries to save or import an item with an identifier with dots, this would return an 
error:

![Error Provided by ENV_QTI_IDENTIFIER_VALIDATOR_PATTERN environment variable](https://user-images.githubusercontent.com/11900046/151952020-e6ed4ff3-a499-4aa9-bd3e-d2bc81a83bd8.jpg)


After that, please always run `taoUpdate` to make sure that all the configurations were successfully applied.

```shell script
cd /path/to/tao/app

php tao/scripts/taoUpdate.php

REMOTE_LIST_SCALE

This environment variable is used to enable the Remote List Scale feature. It allows you to define a remote list scale for items. Definition should be a link to a json file with correct structure., (*6)

[
    {
      "uri": "http://www.tao.lu/Ontologies/TAO.rdf#CERF-A1-A2",
      "label": "CEFR SCALE A1-A2",
      "values": {
        "1": "Under A1",
        "2": "A1",
        "3": "A2"
      }
    },
    {
      "uri": "http://www.tao.lu/Ontologies/TAO.rdf#CERF-A2-B1",
      "label": "CEFR SCALE A2-B1",
      "values": {
        "1": "Under A1",
        "2": "A1",
        "3": "A2",
        "4": "B1"
      }
    },
    {
      "uri": "http://www.tao.lu/Ontologies/TAO.rdf#CERF-B1-B2",
      "label": "CEFR SCALE B1-B2",
      "values": {
        "1": "Under A1",
        "2": "A1",
        "3": "A2",
        "4": "B1",
        "5": "B2"
      }
    },
    {
      "uri": "http://www.tao.lu/Ontologies/TAO.rdf#CERF",
      "label": "CEFR SCALE C1",
      "values": {
        "1": "Under C1",
        "2": "C1"
      }
    }
  ]
REMOTE_LIST_SCALE='https://gist.githubusercontent.com/bartlomiejmarszal/7bac38b07c965b75f6e4a5f19c0e6445/raw/e7c200c7333c895724dde757e1c8ce271eef7be1/scales.json'

Feature Flags

Variable Description Default value
FEATURE_FLAG_FLA Toggles certain media-interaction options' availability in item authoring false
FEATURE_FLAG_UNIQUE_NUMERIC_QTI_IDENTIFIER This will replace Item Qti Identifier to 9 digits non editable field -
REMOTE_LIST_SCALE Define and enable Remote List Scale feature -

The Versions

27/07 2018

dev-feature/TAO-6326/new-media-editor

dev-feature/TAO-6326/new-media-editor http://www.taotesting.com

extension to create QTI items

  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-master

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

extension to create QTI items

  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

dev-develop

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

extension to create QTI items

  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

v15.6.0

15.6.0.0 http://www.taotesting.com

extension to create QTI items

  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-release-15.6.0

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

extension to create QTI items

  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/07 2018

dev-fix/TAO-6386_broken-min-max-test

dev-fix/TAO-6386_broken-min-max-test http://www.taotesting.com

extension to create QTI items

  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/07 2018

dev-feature/TAO-4578/task-queue-for-import-and-export

dev-feature/TAO-4578/task-queue-for-import-and-export http://www.taotesting.com

extension to create QTI items

  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/07 2018

v15.5.0

15.5.0.0 http://www.taotesting.com

extension to create QTI items

  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/07 2018

dev-fix/TAO-6416/check-for-loaded-theme

dev-fix/TAO-6416/check-for-loaded-theme http://www.taotesting.com

extension to create QTI items

  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/06 2018

v15.4.0

15.4.0.0 http://www.taotesting.com

extension to create QTI items

  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

v15.3.2

15.3.2.0 http://www.taotesting.com

extension to create QTI items

  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

14/06 2018

dev-fix/TAO-5701-broken-state-match-interaction

dev-fix/TAO-5701-broken-state-match-interaction http://www.taotesting.com

extension to create QTI items

  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

01/06 2018

v15.1.1

15.1.1.0 http://www.taotesting.com

extension to create QTI items

  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

01/06 2018

dev-fix/TAO-6100/gap-match-map-response

dev-fix/TAO-6100/gap-match-map-response http://www.taotesting.com

extension to create QTI items

  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

31/05 2018

dev-TAO-6222/improve_error_reporting_on_import

dev-TAO-6222/improve_error_reporting_on_import http://www.taotesting.com

extension to create QTI items

  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/05 2018

v15.1.0

15.1.0.0 http://www.taotesting.com

extension to create QTI items

  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/05 2018

dev-fix/TAO-6177/fix-custom-ident-for-item

dev-fix/TAO-6177/fix-custom-ident-for-item http://www.taotesting.com

extension to create QTI items

  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

v14.2.0

14.2.0.0 http://www.taotesting.com

extension to create QTI items

  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/04 2018

dev-feature/TAO-6189-new-metadadata-guardian

dev-feature/TAO-6189-new-metadadata-guardian http://www.taotesting.com

extension to create QTI items

  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/04 2018

dev-feature/TAO-6189/new-data-guardian

dev-feature/TAO-6189/new-data-guardian http://www.taotesting.com

extension to create QTI items

  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/04 2018

v14.1.0

14.1.0.0 http://www.taotesting.com

extension to create QTI items

  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

13/04 2018

dev-release-13.3.3

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

extension to create QTI items

  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

v14.0.0

14.0.0.0 http://www.taotesting.com

extension to create QTI items

  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

dev-feature/TAO-5919-portable-element-creator-lazy-loading

dev-feature/TAO-5919-portable-element-creator-lazy-loading http://www.taotesting.com

extension to create QTI items

  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

dev-fix/TAO-6142/Creator-image-dimensions-fix

dev-fix/TAO-6142/Creator-image-dimensions-fix http://www.taotesting.com

extension to create QTI items

  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

28/03 2018

dev-fix/TAO-6106/sprint74/fix-translate

dev-fix/TAO-6106/sprint74/fix-translate http://www.taotesting.com

extension to create QTI items

  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

28/03 2018

dev-TAO-6133_missed_item_resources

dev-TAO-6133_missed_item_resources http://www.taotesting.com

extension to create QTI items

  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

v13.7.1

13.7.1.0 http://www.taotesting.com

extension to create QTI items

  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/03 2018

dev-TAO-6032/Unneeded-item-language-versions-clearing

dev-TAO-6032/Unneeded-item-language-versions-clearing http://www.taotesting.com

extension to create QTI items

  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/03 2018

dev-release-11.4.2

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

extension to create QTI items

  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/03 2018

v11.4.2

11.4.2.0 http://www.taotesting.com

extension to create QTI items

  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/03 2018

v11.4.1

11.4.1.0 http://www.taotesting.com

extension to create QTI items

  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/03 2018

v13.3.2

13.3.2.0 http://www.taotesting.com

extension to create QTI items

  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/03 2018

dev-fix/TAO-5829/rest-publisher-role

dev-fix/TAO-5829/rest-publisher-role http://www.taotesting.com

extension to create QTI items

  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/02 2018

dev-fix/TAO-6044_keep-media-playing-state

dev-fix/TAO-6044_keep-media-playing-state http://www.taotesting.com

extension to create QTI items

  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/02 2018

dev-feature/TAO-5729-send-assets-to-cloudfront

dev-feature/TAO-5729-send-assets-to-cloudfront http://www.taotesting.com

extension to create QTI items

  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/02 2018

v13.3.1

13.3.1.0 http://www.taotesting.com

extension to create QTI items

  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

v13.3.0

13.3.0.0 http://www.taotesting.com

extension to create QTI items

  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

v13.0.0

13.0.0.0 http://www.taotesting.com

extension to create QTI items

  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/02 2018

dev-fix/experiment-sam-ver-lib

dev-fix/experiment-sam-ver-lib http://www.taotesting.com

extension to create QTI items

  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

09/02 2018

v12.7.3

12.7.3.0 http://www.taotesting.com

extension to create QTI items

  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

08/02 2018

dev-feature/TAO-5103/use-new-helpers

dev-feature/TAO-5103/use-new-helpers http://www.taotesting.com

extension to create QTI items

  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

30/01 2018

dev-fix/TAO-5505/TTS--cannot-click-to-speak-choice-content

dev-fix/TAO-5505/TTS--cannot-click-to-speak-choice-content http://www.taotesting.com

extension to create QTI items

  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

dev-feature/TAO-5795-allow-multiple-events-registration

dev-feature/TAO-5795-allow-multiple-events-registration http://www.taotesting.com

extension to create QTI items

  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

dev-feature/TAO-4578/apply-new-taskqueue

dev-feature/TAO-4578/apply-new-taskqueue http://www.taotesting.com

extension to create QTI items

  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

26/01 2018

dev-fix/TAO-3779-escape-console-response

dev-fix/TAO-3779-escape-console-response http://www.taotesting.com

extension to create QTI items

  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

v12.7.1

12.7.1.0 http://www.taotesting.com

extension to create QTI items

  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

12/01 2018

dev-feature/TAO-5729-configurable-blacklist

dev-feature/TAO-5729-configurable-blacklist http://www.taotesting.com

extension to create QTI items

  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

12/01 2018

v12.6.0

12.6.0.0 http://www.taotesting.com

extension to create QTI items

  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

12/01 2018

dev-release-12.6.0

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

extension to create QTI items

  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/01 2018

dev-feature/TAO-4578/apply-new-taskqueue-web

dev-feature/TAO-4578/apply-new-taskqueue-web http://www.taotesting.com

extension to create QTI items

  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/01 2018

v12.3.0

12.3.0.0 http://www.taotesting.com

extension to create QTI items

  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/12 2017

dev-TAO-5754_ckeditor_toolbar_tuning

dev-TAO-5754_ckeditor_toolbar_tuning http://www.taotesting.com

extension to create QTI items

  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/12 2017

v12.1.1

12.1.1.0 http://www.taotesting.com

extension to create QTI items

  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/12 2017

dev-fix/TAO-5698-back-button-new-state

dev-fix/TAO-5698-back-button-new-state http://www.taotesting.com

extension to create QTI items

  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/12 2017

v12.0.0

12.0.0.0 http://www.taotesting.com

extension to create QTI items

  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/12 2017

dev-TAO-5727/stateless_result_storage

dev-TAO-5727/stateless_result_storage http://www.taotesting.com

extension to create QTI items

  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

v11.4.0

11.4.0.0 http://www.taotesting.com

extension to create QTI items

  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/11 2017

dev-TAO-5491/QTI-xmllang-Attribute-Data-not-Transfered-in-Markup

dev-TAO-5491/QTI-xmllang-Attribute-Data-not-Transfered-in-Markup http://www.taotesting.com

extension to create QTI items

  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

v11.2.1

11.2.1.0 http://www.taotesting.com

extension to create QTI items

  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

v9.10.1.x-dev

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

extension to create QTI items

  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

v9.10.1

9.10.1.0 http://www.taotesting.com

extension to create QTI items

  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/11 2017

dev-feature/TAO-5567-tooltip-authoring-pci

dev-feature/TAO-5567-tooltip-authoring-pci http://www.taotesting.com

extension to create QTI items

  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/11 2017

dev-TAO-5547/Specify-language-for-TTS-in-items

dev-TAO-5547/Specify-language-for-TTS-in-items http://www.taotesting.com

extension to create QTI items

  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/11 2017

dev-TAO-5567-test

dev-TAO-5567-test http://www.taotesting.com

extension to create QTI items

  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

v11.0.0

11.0.0.0 http://www.taotesting.com

extension to create QTI items

  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/11 2017

dev-feature/pci-urn

dev-feature/pci-urn http://www.taotesting.com

extension to create QTI items

  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/11 2017

dev-TAO-4996/Shared-Stimulus-Images-not-Displayed-at-Delivery-Time-when-no-MediaManager

dev-TAO-4996/Shared-Stimulus-Images-not-Displayed-at-Delivery-Time-when-no-MediaManager http://www.taotesting.com

extension to create QTI items

  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/10 2017

dev-fix/TAO-3097-inline-choice-map

dev-fix/TAO-3097-inline-choice-map http://www.taotesting.com

extension to create QTI items

  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/10 2017

dev-feature/TAO-5270-create-composite-pci

dev-feature/TAO-5270-create-composite-pci http://www.taotesting.com

extension to create QTI items

  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

dev-demo/TAO-5271-ims-pci

dev-demo/TAO-5271-ims-pci http://www.taotesting.com

extension to create QTI items

  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

v10.9.2

10.9.2.0 http://www.taotesting.com

extension to create QTI items

  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/10 2017

dev-experiment/generate-sample-structure

dev-experiment/generate-sample-structure http://www.taotesting.com

extension to create QTI items

  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/10 2017

dev-refactoring/TAO-5104/remove-globals-from-generis

dev-refactoring/TAO-5104/remove-globals-from-generis http://www.taotesting.com

extension to create QTI items

  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

v10.8.2

10.8.2.0 http://www.taotesting.com

extension to create QTI items

  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

16/10 2017

v10.8.1

10.8.1.0 http://www.taotesting.com

extension to create QTI items

  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/10 2017

dev-feature/TAO-4814_requirejs_bundles

dev-feature/TAO-4814_requirejs_bundles http://www.taotesting.com

extension to create QTI items

  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

v10.8.0

10.8.0.0 http://www.taotesting.com

extension to create QTI items

  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

dev-feature/TAO-5270-ims-pci-creator

dev-feature/TAO-5270-ims-pci-creator http://www.taotesting.com

extension to create QTI items

  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/10 2017

v10.3.1

10.3.1.0 http://www.taotesting.com

extension to create QTI items

  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/09 2017

10.3.0

10.3.0.0 http://www.taotesting.com

extension to create QTI items

  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/09 2017

dev-release-10.3.0

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

extension to create QTI items

  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/09 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 create QTI items

  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/09 2017

dev-feature/TAO-5146-outcome-vars-in-rubric-blocks

dev-feature/TAO-5146-outcome-vars-in-rubric-blocks http://www.taotesting.com

extension to create QTI items

  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

v9.11.4

9.11.4.0 http://www.taotesting.com

extension to create QTI items

  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/09 2017

v9.11.3

9.11.3.0 http://www.taotesting.com

extension to create QTI items

  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/09 2017

v9.11.2

9.11.2.0 http://www.taotesting.com

extension to create QTI items

  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/09 2017

v9.11.1

9.11.1.0 http://www.taotesting.com

extension to create QTI items

  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 create QTI items

  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/09 2017

v9.11.0

9.11.0.0 http://www.taotesting.com

extension to create QTI items

  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/09 2017

v9.10.0

9.10.0.0 http://www.taotesting.com

extension to create QTI items

  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/09 2017

v9.9.3

9.9.3.0 http://www.taotesting.com

extension to create QTI items

  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

v9.9.2

9.9.2.0 http://www.taotesting.com

extension to create QTI items

  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

v9.9.1

9.9.1.0 http://www.taotesting.com

extension to create QTI items

  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/08 2017

dev-fix/TAO-4945-insert-rows-ie-bug

dev-fix/TAO-4945-insert-rows-ie-bug http://www.taotesting.com

extension to create QTI items

  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/08 2017

dev-release-8.5.0

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

extension to create QTI items

  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/08 2017

v8.5.0

8.5.0.0 http://www.taotesting.com

extension to create QTI items

  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/08 2017

dev-feature/TAO-4944_use-filesystem-instead-of-path

dev-feature/TAO-4944_use-filesystem-instead-of-path http://www.taotesting.com

extension to create QTI items

  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/08 2017

dev-fix/TAO-4435-unwanted-whitespace

dev-fix/TAO-4435-unwanted-whitespace http://www.taotesting.com

extension to create QTI items

  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/08 2017

v8.5.0.x-dev

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

extension to create QTI items

  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