From 7b2fe389f78f50dac92cdb405ef4cfbd9eabb2d3 Mon Sep 17 00:00:00 2001 From: Christoph Walther Date: Fri, 20 Sep 2024 08:29:36 +0200 Subject: [PATCH] update content linking description --- content/content-creation.asciidoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/content-creation.asciidoc b/content/content-creation.asciidoc index aac66fe..0d4951f 100644 --- a/content/content-creation.asciidoc +++ b/content/content-creation.asciidoc @@ -65,6 +65,24 @@ NOTE:the "LTI Version" needs to be set to "LTI 1.1/1.2 (Default)" and the "LTI I | True | Necessary to get grading information back from CodeOcean +| Weight +| 1.0 +| It says default would be 1.0, don't be fooled by this hint. If nothing is entered, the exercise will not be graded. + |=== The rest can be left default. All other necessary LTI parameters are automatically added by the openEdx platform, i. e. to identify the user and the course. + +In individual parameters there are a lot more optional parameters, for example to hide parts of the CodeOcean interface. Those can be found in the CodeOcean documentation under `docs/lti_parameters.md`. + +.For a clean look, the following options can be added: +[source, json] +---- +[ + "token=1234abcd", + "embed_options_hide_navbar=true" + "embed_options_hide_sidebar=true" +] +---- + +This hides all unnecessary navigational components, additionally the comment section can be hidden with `disable_rfc=true`.