update content linking description
This commit is contained in:
@ -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`.
|
||||
|
Reference in New Issue
Block a user