Embedded content creation section
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
Once CodeOcean and Edly are setup, there are certain configuration steps to do, to provide an own course on this platform. The following steps show common steps used by content creators.
|
||||
|
||||
== Creating a course in openEdx ==
|
||||
=== Creating a course in openEdx ===
|
||||
|
||||
A new course can be created on the edit page: `https://hostname/course-authoring`. Course creation needs a naming scheme for course, organization, course number and course run (for example "Python Introduction", "HTWK", "C123.1", "WiSe24").
|
||||
|
||||
@ -10,7 +10,7 @@ Before it is possible to link external LTI tools, this has to be enabled for thi
|
||||
|
||||
A single course consists out of a strict hierarchy of section, subsection and units. There is a "New Section" button in the top right of the course edit page. To create subsections and units, the structure level above must first be expanded using the caret symbol on the left. In the edit page for a single unit, an external grader can be linked using an "Advanced" module and the "LTI Consumer" entry.
|
||||
|
||||
== Creating a CodeOcean consumer for edX ==
|
||||
=== Creating a CodeOcean consumer for edX ===
|
||||
|
||||
Go to Administation -> Integrations -> Consumer in CodeOcean and add a new entry to get individual secret and key for the LTI integration.
|
||||
|
||||
@ -25,7 +25,7 @@ These keys are required for OAuth 1 authentication, which is used by LTI 1.1. Th
|
||||
|
||||
The id can be chosen freely, but it has to be unique inside the edX platform.
|
||||
|
||||
== Linking a CodeOcean exercise ==
|
||||
=== Linking a CodeOcean exercise ===
|
||||
|
||||
After adding the Lti passport with the required secrets of the Codeocean LTI provider, new exercises can be linked. To get the link, open up an exercise in CodeOcean (Administrator -> Exercises -> Exercises) by clicking on it's title. The LTI embedding parameters are shown like this: `locale=en&token=1234abcd`. We are only interested in the last part, the token.
|
||||
|
||||
|
Reference in New Issue
Block a user