openedx studio how to do a course migration

by Carroll Berge 6 min read

First, start in Studio, and click the Tools drop-down menu. Then select Export. From this page, there really is only one option - to click the big blue button Export Course Content To export your course.

Full Answer

How to export a course from Open edX?

First, start in Studio, and click the Tools drop-down menu. Then select Export. From this page, there really is only one option - to click the big blue button Export Course Content To export your course. On the Export page, there is a list of components that are and are not exported.

How does theming work in Open edX?

DISCLAIMER: Please note that The Center for Reimagining Learning (tCRIL) provides the information on this page as a courtesy for the general benefit of the Open edX community and does not screen, review, approve, or endorse any of the entities, services, or offers that may be listed from time to time. tCRIL has not vetted the qualifications or experience of these entities …

How do I customize the appearance of my Open edX platform?

Jun 30, 2021 · python /edx/app/edxapp/edx-platform/manage.py cms --settings=production import /edx/var/edxapp/data /var/tmp/edx-demo-course . run migrations. cd /var/tmp git clone https://github.com/edx/edx-demo-course.git source /edx/app/edxapp/edxapp_env python /edx/app/edxapp/edx-platform/manage.py {lms/cms} syncdb --settings=production. delete course

What is open edX UI?

To create and run a course, you can either create an entirely new course in Studio, or you can re-run an existing course. For more information about re- running a course, see Re-running a Course. You can also export and import courses as XML files. You can do this when you need to back up a course or edit the course in XML. 6.3.2.1. Create a ...

How do I export an Openx course?

From the Tools menu, select Export. Select Export Course Content.
...
Examples follow.
  1. To save your work.
  2. To edit the XML in your course directly.
  3. To create a backup copy of your course, which you can import if you want to revert the course back to a previous state.
  4. To share with the team members of another course.

How do I open database migrations in edX?

Import data in the new instance
  1. Extract the compressed file: sudo tar xzf edx-migrate-data.tar.gz.
  2. Migrate databases: MySQL: mysql -u root -p < edx-migrate-data/bitnami_edx_mysql.sql. ...
  3. Migrate edX Platform data: ...
  4. Migrate edX XQueue data: ...
  5. Restart all services: sudo /opt/bitnami/ctlscript.sh restart.
Mar 15, 2022

How do I create a certificate in open edX?

To do this, go to https://<courses.host name of your Open edX instance>/admin . For example, this might be https://courses.YourOrganization.com/admin . Under Site Administration > Certificates, add or edit a certificate generation course setting. Select Yes for Include hours of effort and save the configuration.

How do I delete a course in edX studio?

Steps to Unenroll
  1. Visit your edX personal dashboard* ...
  2. On the Courses page of the dashboard, find the course that you want to unenroll from.
  3. Select the Settings 'gear' icon next to the View Course or View Archived Course button.
  4. Click 'Unenroll.

How do I revert back to old Django?

Reversing migrations
  1. Migrations can be reversed with migrate by passing the number of the previous migration. For example, to reverse migration books.0003 :
  2. If you want to reverse all migrations applied for an app, use the name zero :
  3. A migration is irreversible if it contains any irreversible operations.

Does EDX have a dark mode?

Incidentally, the edX development team created two sample custom themes, the “Red Theme” and the “Dark Theme”, both of which are located in /edx/app/edxapp/edx-platform/themes.Feb 16, 2019

How do I change my EDX certificate?

To edit a certificate, follow these steps.
  1. In Studio, from the Settings menu, select Certificates.
  2. On the Certificates page, at the top of the certificate form, select the Edit icon.
  3. When you have finished editing the certificate, select Save.

How do I change my Openx logo?

Go to the /edx/var/edxapp/staticfiles/images/ Replace the image header-logo. png with new logo image.

How many courses can you enroll in edX?

Yes! You may take multiple edX courses. We recommend checking the requirements on each course description page to balance your available study hours and the demands of the intended courses.Apr 25, 2022

Can I re enroll in edX?

Yes! You may re-take a future session of an edX course. Each offering of a course is assessed independently and most edX courses do repeat.

How do I hide a course in open edX?

Change "both" to "none" and save your changes.

If you want the course to be seen in your catalog, but only allow viewers to access the About page, you can change this section to "about" instead.
Feb 3, 2021

Can you change the course URL?

The course title and number that you specify when you create your course become part of the course URL. The course URL cannot be changed. However, you can change the way that your course title and number appear in Studio and the LMS.

How to change the title of a course in LMS?

Open the course in Studio. On the Settings menu, select Advanced Settings. In the Course Display Name field, enter the title that you want. Select Save. In Studio and the LMS, your course title changes to the value that you specify in the Course Display Name field. The URL for your course does not change.

Can you edit course name after creating a course?

The values that you enter for the organization, course number, and course run cannot be edited after you create your course. For Course Name, enter the title of your course. For example, the name might be “Sets, Maps, and Symmetry Groups”. Use title capitalization for the course title, and normal spacing and punctuation.

How to change course number in LMS?

Open the course in Studio. On the Settings menu, select Advanced Settings. In the Course Number Display String field, enter the number that you want. Select Save. In Studio and the LMS, your course number changes to the value that you specify in the Course Number Display String field.

Installation and Operations

The courseware Django app is now only imported as "lms.djangoapps.courseware". If you import it as "courseware", you may get errors. Fix the imports.

Feature Changes

If converting to using Publisher and wanting your courses set up with types, use the backpopulate-course-type management command found here: https://github.com/edx/course-discovery/blob/master/course_discovery/apps/course_metadata/management/commands/backpopulate_course_type.py.

Can't find an old course in Studio? Check out the new Archived Courses tab

The new Archived Courses tab makes it easy to find and view your expired courses. You'll see this new tab at the top of your Studio home page.

Learners and archived courses

Learners can enroll or continue to work in archived courses, even after the course end date. While they can access the course content, learners cannot submit answers for graded problems or participate in course discussions in archived courses. To view the content of an archived course:

What is open edx?

The Open edX UI is built upon several cornerstone technologies, which itself is a double-edged sword. On the one hand the edX architects are smartly leveraging a plethora of mature, open source frameworks, largely eliminating the hard work of designing a good UI. On the other hand, if you’re relatively new to web programming then you might find the learning curve overwhelming. Hopefully, after some practical exercises you’ll agree me that on balance the Open edX designers have made really good choices.

Is Bootstrap enabled on the homepage?

Bootstrap is not enabled on the homepage of the LMS, however, you can manually add the necessary CSS and javascript libraries to the index.html Mako template. You can see a functional example here: https://github.com/lpm0073/edx.custom-theme/…/index.html.

image