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