X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/lti
home
/
cbholdings
/
pasukulu
/
mod
/
lti
/
📁
..
📄
OAuth.php
(29.62 KB)
📄
OAuthBody.php
(5.41 KB)
📄
TrivialStore.php
(4.87 KB)
📄
ajax.php
(3.18 KB)
📁
amd
📄
auth.php
(6.06 KB)
📁
backup
📄
certs.php
(1.16 KB)
📁
classes
📄
contentitem.php
(2.43 KB)
📄
contentitem_return.php
(3.75 KB)
📁
db
📄
deprecatedlib.php
(1.1 KB)
📄
edit_form.php
(18.63 KB)
📄
externalregistrationreturn.php
(2.31 KB)
📄
grade.php
(1.36 KB)
📄
index.php
(4.46 KB)
📄
instructor_edit_tool_type.php
(3.89 KB)
📁
lang
📄
launch.php
(3.84 KB)
📄
lib.php
(25.61 KB)
📄
locallib.php
(158.48 KB)
📄
mod_form.js
(23.42 KB)
📄
mod_form.php
(18.9 KB)
📄
openid-configuration.php
(2.66 KB)
📄
openid-registration.php
(3.46 KB)
📁
pix
📄
register.php
(4.39 KB)
📄
register_form.php
(4.33 KB)
📄
registersettings.php
(3.18 KB)
📄
registration.php
(1.4 KB)
📄
registrationreturn.php
(3.47 KB)
📄
request_tool.php
(2.57 KB)
📄
return.php
(4.71 KB)
📁
service
📄
service.php
(7.48 KB)
📄
servicelib.php
(9.89 KB)
📄
services.php
(3.01 KB)
📄
settings.php
(8.03 KB)
📁
source
📄
startltiadvregistration.php
(2.95 KB)
📄
styles.css
(7.9 KB)
📁
templates
📁
tests
📄
token.php
(3.42 KB)
📄
toolconfigure.php
(2.09 KB)
📄
toolproxies.php
(6.4 KB)
📄
toolssettings.php
(3.83 KB)
📄
typessettings.php
(5.75 KB)
📄
upgrade.txt
(4.24 KB)
📄
upgradelib.php
(2.08 KB)
📄
version.php
(2.58 KB)
📄
view.php
(8.25 KB)
Editing: upgrade.txt
This files describes API changes in the lti code. === 4.2 === * get_jwt_claim_mappings() function has been added to service_base class. It allows a service subplugin to be compatible with LTI 1.3 by exposing its 1.1 custom parameters to LTI 1.3 claim mapping. * The `serialise_tool_proxy` method, deprecated since 3.10, has been removed and can no longer be used === 4.1 === * The callback get_shortcuts() is now removed. Please use get_course_content_items and get_all_content_items instead. * Services can now implement the override_endpoint function to replace the launch url and/or the custom parameters. === 3.10 === * Select Content supports multiple, allowing a tool to return more than one link at a time. Parameter multiple in function lti_build_content_item_selection_request() is now set to true. * Deprecated unused function after external function, 'get_tool_proxies()', was refactored: - serialise_tool_proxy() === 3.8 === * The following functions have been finally deprecated and can not be used anymore: * lti_scale_used() === 3.7 === * Deprecated functions to add support for LTI 1 tools to access services: - mod_lti\local\ltiservice\service_base->check_tool_proxy() - mod_lti\local\ltiservice\service_base->check_type() - mod_lti\local\ltiservice\resource_base->check_tool_proxy() - mod_lti\local\ltiservice\resource_base->check_type() - mod_lti_edit_types_form->get_lti_advantage_services() replaced by: - mod_lti\local\ltiservice\service_base->check_tool() - mod_lti\local\ltiservice\resource_base->check_tool() - mod_lti_edit_types_form->get_lti_services() * Deprecated unused function: - mod_lti\local\ltiservice\service_base->get_configuration_parameter_names() * Deprecated functions to simplify implementation of LTI scopes for accessing services: - mod_lti\local\ltiservice\resource_base->get_permissions() - ltiservice_gradebookservices\local\resources\lineitem\get_permissions() - ltiservice_gradebookservices\local\resources\lineitems\get_permissions() - ltiservice_gradebookservices\local\resources\results\get_permissions() - ltiservice_gradebookservices\local\resources\scores\get_permissions() - ltiservice_memberships\local\resources\contextmemberships\get_permissions() replaced by: - mod_lti\local\ltiservice\service_base->get_permitted_scopes() - ltiservice_gradebookservices\local\service\gradebookservices->get_permitted_scopes() - ltiservice_memberships\local\service\memberships\->get_permitted_scopes() * Deprecated function to remove definition as static: - ltiservice_memberships\local\service\memberships\get_users_json() replaced by: - ltiservice_memberships\local\service\memberships\get_members_json() === 3.4 === * The following functions, previously used (exclusively) by upgrade steps are not available anymore because of the upgrade cleanup performed for this version. See MDL-57432 for more info: - mod_lti_upgrade_custom_separator() === 3.2 === * Support for LTI ContentItem message type. * New function lti_build_content_item_selection_request() for building an LTI ContentItemSelectionRequest. * New Select content button in External tool configuration page that lets the user configure an external tool by fetching tool configuration content from the preconfigured tool's content selection interface. === 3.1 === * When requesting a grade from the outcome service, and empty grade will now be returned as an empty grade in accordance with the spec. Previously a grade of 0 would be returned. === 3.0 === * Function lti_view (locallib.php) was renamed to lti_launch_tool. A new and different lti_view function was created in the module lib.php containing the code for launching events and update the completion status for the module. === 2.8 === * Support for LTI 2 added, including extensible services implemented as ltiservice plugins. * Function sendOAuthBodyPOST removed from OAuthBody.php because it was not being used. * The field 'grade' in the table {lti} is now an integer rather than a numeric to bring it in line with the 'grade' field in other activities. === 2.7 === * mod_lti\event\unknown_service_api_called now has less data stored in 'other' but everything is still available for event observers via method get_message_data()
Upload File
Create Folder