Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change course and library keys to use OpenedX, DemoCourse, etc #50

Merged
merged 5 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ This repository contains a course and some libraries that you can import into yo
- Download
- Source OLX
* - *Open edX demo Course*
- ``course-v1:demo+Course+1``
- ``course-v1:Open_edX+DemoX+demo_course``
- `<./dist/demo-course.tar.gz>`_
- `<./demo-course>`_
* - *Open edX Example Content Library*
- ``library-v1:demo+ContentLibrary``
- ``library-v1:Open_edX+DemoRespiratoryQuestions``
- `<./dist/demo-content-library.tar.gz>`_
- `<./demo-content-library>`_

Expand Down
2 changes: 1 addition & 1 deletion demo-content-library/library/library.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<library url_name="library" xblock-family="xblock.v1" display_name="Respiratory System Question Bank 1" org="Dummy" library="RESP_Q1">
<library url_name="library" xblock-family="xblock.v1" display_name="Respiratory System Question Bank 1" org="Open_edX" library="DemoRespiratoryQuestions">
<problem url_name="dd88975768314dcd91363359d38371a8"/>
<problem url_name="4e98cc7d3ed6413b9afbdf64e4a1b682"/>
<problem url_name="19c4d31df12b423c8944cf66ed8aa11d"/>
Expand Down
2 changes: 1 addition & 1 deletion demo-course/course/course.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<course url_name="demo_course" org="Axim" course="DemoX"/>
<course url_name="demo_course" org="Open_edX" course="DemoX"/>
2 changes: 1 addition & 1 deletion demo-course/course/course/demo_course.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<chapter url_name="7281f869d5f44704b56d6fe6ee96d886"/>
<chapter url_name="b17a430abc234382a04e7835b013912d"/>
<chapter url_name="478db06a3afb417d87e26c0eafe5e962"/>
<wiki slug="Axim.DemoX.demo_course"/>
<wiki slug="Open_edX.DemoX.demo_course"/>
</course>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<library_content allow_resetting_children="false" max_count="2" source_library_id="library-v1:demo+ContentLibrary" source_library_version="65a02a73775dfe9dad8b26d2">
<library_content allow_resetting_children="false" max_count="2" source_library_id="library-v1:Open_edX+DemoRespiratoryQuestions" source_library_version="65a02a73775dfe9dad8b26d2">
<problem url_name="0895f1b6c0b329e50b90"/>
<problem url_name="fa55e7ce7a529c3aadf2"/>
<problem url_name="73ccaa75b5b6036b48fd"/>
Expand Down
Loading
Loading