Skip to content
Snippets Groups Projects

Added evaluation display; fixed double slash issue; restructured code a bit.

Closes #3515794

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • catch @catch started a thread on the diff
  • 81 return [];
    82 }
    83 /** @var \Drupal\lms_xapi\Plugin\Field\FieldType\XapiItem */
    84 $xapi_item = $items->first();
    85 $cacheable_metadata = new CacheableMetadata();
    86 $launch_url = $this->tincan->getLaunchUrl(
    87 $xapi_item->getPackagePath(),
    88 $activity,
    89 $answer->get('user_id')->entity,
    90 $cacheable_metadata
    91 );
    92 if ($launch_url === NULL) {
    93 return [];
    94 }
    95
    96 // Display the entire package with student data loaded from LRS.
  • added 1 commit

    • 57b7a3e4 - Use service classes instead of names; tincan -> xapi.

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 2928189a - File exist check; improved error logging.

    Compare with previous version

  • Please register or sign in to reply
    Loading