From 683e6e6ab01408f1c145e5ff277f9e8eb43ee7c7 Mon Sep 17 00:00:00 2001 From: Tom Reijnders Date: Wed, 6 Jul 2022 21:22:22 +0200 Subject: [PATCH] Fix not closed " and tweaking the text for the LTI property page. --- .../en-GB/website_code/php/properties/properties_library.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/en-GB/website_code/php/properties/properties_library.inc b/languages/en-GB/website_code/php/properties/properties_library.inc index 5b8093476a..f92472848d 100644 --- a/languages/en-GB/website_code/php/properties/properties_library.inc +++ b/languages/en-GB/website_code/php/properties/properties_library.inc @@ -237,9 +237,9 @@ define("PROPERTIES_LIBRARY_TSUGI", "LTI/xAPI"); - define("PROPERTIES_LIBRARY_TSUGI_DESCRIPTION", "

Here you can publish your project as an LTI1 tool. To add this project via LTI to a learning environment the auto generated key, secret and URL specific to this project will need to be added to the learning environment. You can change the auto populated values but remember the key must be unique for this project in this Xerte installation. If you are enabling others to add this project via LTI to their learning environment they will need each of these details too.

You can also choose to track activities through xAPI. If you want to do that you need to specify the end-point, the username and the password of the LRS that is going to receive the xAPI events. If you want to track activities without LTI, the only option you have as a learner identifier is setting a group value. The group will need to be specified in the launch URL (substitute groupname by the groupname you want to used).

"); + define("PROPERTIES_LIBRARY_TSUGI_DESCRIPTION", "

Here you can publish your project as an LTI1.1 or LTI1.3 tool. To add this project via LTI to a learning environment the auto generated key, secret and URL specific to this project will need to be added to the learning environment. You can change the auto populated values but remember the key must be unique for this project in this Xerte installation. If you are enabling others to add this project via LTI to their learning environment they will need each of these details too.

You can also choose to track activities through xAPI. If you want to do that you need to specify the end-point, the username and the password of the LRS that is going to receive the xAPI events. If you want to track activities without LTI, the only option you have as a learner identifier is setting a group value. The group will need to be specified in the launch URL (substitute groupname by the groupname you want to used).

"); - define("PROPERTIES_LIBRARY_TSUGI_NOTAVAILABLE_DESCRIPTION", "

Here you could publish your project as an LTI1.1 or LTI1.3 tool if you install and configure TSUGI as part of your installation, however TSUGI is not currently installed. See how to install TSUGI for further details.

You can also choose to track activities through xAPI. If you want to do so you need to specify the end-point, the username and the password of the LRS that is going to receive the xAPI events. You can use xAPI without Tsugi/LTI installed but in this case the only option you have as a learner identifier is setting a group value. The group will need to be specified in the launch URL (substitute groupname by the groupname you want to be used).

"); + define("PROPERTIES_LIBRARY_TSUGI_NOTAVAILABLE_DESCRIPTION", "

Here you could publish your project as an LTI1.1 or LTI1.3 tool if you install and configure TSUGI as part of your installation, however TSUGI is not currently installed. See how to install TSUGI for further details.

You can also choose to track activities through xAPI. If you want to do so you need to specify the end-point, the username and the password of the LRS that is going to receive the xAPI events. You can use xAPI without Tsugi/LTI installed but in this case the only option you have as a learner identifier is setting a group value. The group will need to be specified in the launch URL (substitute groupname by the groupname you want to be used).

"); define("PROPERTIES_LIBRARY_TSUGI_PUBLISH", "Publish project through Tsugi as an LTI1 tool");