Added evaluation display; fixed double slash issue; restructured code a bit.
1 open thread
Closes #3515794
Merge request reports
Activity
- Resolved by Marcin Grabias
- Resolved by Marcin Grabias
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. - Resolved by Marcin Grabias
added 1 commit
- 57b7a3e4 - Use service classes instead of names; tincan -> xapi.
Please register or sign in to reply