Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Statement result for xAPI structure checking and usage.

Copyright: 2020 Ferran Recio
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 107 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

item_result:: (4 methods):
  __construct()
  create_from_data()
  get_duration()
  get_score()


Class: item_result  - X-Ref

Abstract xAPI result class.

__construct(stdClass $data, int $duration = null, item_score $score = null)   X-Ref
Function to create a result from part of the xAPI statement.

param: stdClass $data the original xAPI element
param: int $duration duration in seconds
param: item_score $score the provided score

create_from_data(stdClass $data)   X-Ref
Function to create an item from part of the xAPI statement.

param: stdClass $data the original xAPI element
return: item item_result xAPI generated

get_duration()   X-Ref
Returns the duration in seconds (if present).

return: int|null duration in seconds

get_score()   X-Ref
Returns the score.

return: item_score|null the score item