Import Testing for BJC edX Course dev
Lab Parser v 1.5
Parses labs from bjc-r into an entirely new course file ready for edX import
Instructions:
===============
Parsing:
- Make sure parser.py, tar_file.py, new_lab_parser.py, the course folder from export, and bjc-r are in all in your current directory.
---If lab doesn't already exist in course: 2) Add the name of the lab (without the .topic) as a sequential filename to the correct chapter in the course folder.
---If lab does exist, and you are modifying an existing lab: 2) Don't need to add the name of the lab to the correct chapter in the course folder.
-
Run parser.py and follow onscreen instructions.
-
Go to studio.edge.edx.org and import the newly created {{Course Folder}}.tar.gz file.
Removing:
-
Make sure parser.py, tar_file.py, new_lab_parser.py, the course folder from export, and bjc-r are in all in your current directory.
-
You can remove the name of the lab from the correct chapter in the course folder if you want to for ease of reading, but this isn't a necessary step.
-
Run remover.py and follow onsceen instructions.
-
Go to studio.edge.edx.org and import the newly created {{Course Folder}}.tar.gz file.