Skip to content

Commit

Permalink
feat!: update org and URL slugs for demo course and library
Browse files Browse the repository at this point in the history
We want to present the course and library as belonging to
the Open edX community, not Axim.

Per consult with Axim legal, OpenedX is the proper slug,
not Open_edX or Open-edX.

Before:
* course-v1:Axim+DemoX+demo_course
* library-v1:Dummy+RESP_Q1

After:
* course-v1:OpenedX+DemoX+DemoCourse
* library-v1:OpenedX+DemoRespiratoryQuestions
  • Loading branch information
kdmccormick authored Feb 9, 2024
1 parent a89f8d4 commit 3d08769
Show file tree
Hide file tree
Showing 13 changed files with 440 additions and 440 deletions.
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:OpenedX+DemoX+DemoCourse``
- `<./dist/demo-course.tar.gz>`_
- `<./demo-course>`_
* - *Open edX Example Content Library*
- ``library-v1:demo+ContentLibrary``
- ``library-v1:OpenedX+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="OpenedX" 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="DemoCourse" org="OpenedX" course="DemoX"/>
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="OpenedX.DemoX.DemoCourse"/>
</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:OpenedX+DemoRespiratoryQuestions" source_library_version="65a02a73775dfe9dad8b26d2">
<problem url_name="0895f1b6c0b329e50b90"/>
<problem url_name="fa55e7ce7a529c3aadf2"/>
<problem url_name="73ccaa75b5b6036b48fd"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"course/demo_course": {
"course/DemoCourse": {
"advanced_modules": [
"edx_sga",
"lti",
Expand Down Expand Up @@ -139,4 +139,4 @@
]
}
}
}
}
Loading

0 comments on commit 3d08769

Please sign in to comment.