ttek-plg / plg-lti
tk-uni库的LTI插件
Requires
- php: ^7.3.0
- imsglobal/lti-1p3-tool: dev-master
- dev-master
- 3.4.x-dev
- 3.4.2
- 3.4.0
- 3.2.x-dev
- 3.2.6
- 3.2.4
- 3.2.2
- 3.2.0
- 3.0.x-dev
- 3.0.48
- 3.0.46
- 3.0.44
- 3.0.42
- 3.0.40
- 3.0.38
- 3.0.36
- 3.0.34
- 3.0.32
- 3.0.30
- 3.0.28
- 3.0.26
- 3.0.24
- 3.0.22
- 3.0.20
- 3.0.18
- 3.0.16
- 3.0.14
- 3.0.12
- 3.0.10
- 3.0.8
- 3.0.6
- 3.0.4
- 3.0.2
- 3.0.0
- 2.0.38
- 2.0.36
- 2.0.34
- 2.0.32
- 2.0.30
- 2.0.28
- 2.0.26
- 2.0.24
- 2.0.22
- 2.0.20
- 2.0.18
- 2.0.16
- 2.0.14
- 2.0.12
- 2.0.10
- 2.0.8
- 2.0.6
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.0
- dev-ver2
This package is auto-updated.
Last update: 2024-09-05 01:48:51 UTC
README
项目: ttek-plg/plg-lti
发布日期: 2016年9月1日 网站: http://www.tropotek.com/
作者: Michael Mifsud http://www.tropotek.com/
为新的EMS III系统设计的LTI插件。使用它来创建自己的插件。
内容
安装
可在Packagist(ttek-plg/plg-lti)上找到,并可通过Composer进行安装。
# composer require ttek-plg/plg-lti
或者在您的composer.json文件中添加以下内容
{
"ttek-plg/plg-lti": "~1.0"
}
如果您不使用Composer,您可以从GitHub获取代码,并使用任何PSR-0兼容的自动加载器(例如plg-lti)来加载类。
简介
示例LTI启动参数
数组[40]([tool_consumer_info_product_family_code] => Blackboard Learn [resource_link_title] => lti-voce II(NEW)[context_title] => VOCE Vet Science LTI测试 [roles] => urn:lti:role:ims/lis/Instructor [lis_person_name_family] => SampsonMifsud [tool_consumer_instance_name] => 墨尔本大学 [tool_consumer_instance_guid] => 1005cc36f90e4ed58af938c5cea8374a [resource_link_id] => _74321_1 [custom_testparam1] => testValue1 [custom_testparam2] => testValue2 [oauth_signature_method] => HMAC-SHA1 [oauth_version] => 1.0 [custom_caliper_profile_url] => https://unimelb.edu.au/learn/api/v1/telemetry/caliper/profile/_75691_1 [launch_presentation_return_url] => https://unimelb.edu.au/webapps/blackboard/execute/blti/launchReturn?subject_id=_2051_1&content_id=_75691_1&toGC=false&launch_time=10000020541026&launch_id=b98984d5-1079-45d0-853c-71ce76643197&link_id=_75691_1 [ext_launch_id] => b993834d5-1079-45d0-853c-71ce76643197 [resource_link_description] => 测试新的VOCE II网站。现在命名为PeerReView供公众使用。 ;-) 注意:需要我的电脑开机才能测试...lol(如果它关闭,我就无法进行测试。)还可以查看可以推广给其他机构或学院的网站公开部分。(http://252s-dev.vet.unimelb.edu.au/~mifsudm/Unimelb/lti-voce2/)[ext_lms] => bb-3200.0.1-rel.56+af64d14 [lti_version] => LTI-1p0 [lis_person_contact_email_primary] => michael.mifsud@unimelb.edu.au [oauth_signature] => K0rJ442MLEQXTZhddNQWG85qumk= [tool_consumer_instance_description] => 墨尔本大学 [oauth_consumer_key] => unimelb_00000 [launch_presentation_locale] => en-AU [custom_caliper_federated_session_id] => https://blackboard.com/v1/sites/41943a4f-ec98-419c-8aa2-c7147a833858/sessions/ACE9B0DDB7EFBDC51162AF9B60BE0DDE [lis_person_sourcedid] => smaso [oauth_timestamp] => 1501020541 [lis_person_name_full] => Samson Joe [tool_consumer_instance_contact_email] => dba-support@unimelb.edu.au [lis_person_name_given] => Samson [custom_tc_profile_url] => [oauth_nonce] => 45778356062349877 [lti_message_type] => basic-lti-launch-request [user_id] => e178575f054e46bffdaadfb1438d099b [oauth_callback] => about:blank [tool_consumer_info_version] => 3200.0.1-rel.56+af64d14 [context_id] => 7cd5258c04e749a2d67d184f6f200328 [context_label] => VOCE10001_2014_SM5 [launch_presentation_document_target] => window [ext_launch_presentation_css_url] => https://unimelb.edu.au/common/shared.css,https://unimelb.edu.au/branding/themes/unimelb-201410-08/theme.css,https://unimelb.edu.au/branding/colorpalettes/unimelb-201404.08/generated/colorpalette.generated.modern.css [lti_subjectId] => 1
)