Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2023-08-14 14:26:52 +00:00
commit 790405a132
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ You should then run the initialisation scripts. The easiest way to do this is to
Usage Usage
----- -----
In the Open edX studio, edit a course and add a new "Advanced blank problem" ("Problem" 🠆 "Advanced" 🠆 "Blank Advanced Problem"). Then, click "Edit" and copy-paste the following in the editor:: In the Open edX studio, edit a course and add a new "Advanced blank problem" ("Problem" → "Advanced" → "Blank Advanced Problem"). Then, click "Edit" and copy-paste the following in the editor::
<problem> <problem>

View File

@ -36,7 +36,7 @@ config = {
# Initialization hooks # Initialization hooks
# To add a custom initialization task, create a bash script template under: # To add a custom initialization task, create a bash script template under:
# tutorcodejail/templates/codejail/tasks/ # tutorxqueue/templates/xqueue/tasks/
# and then add it to the MY_INIT_TASKS list. Each task is in the format: # and then add it to the MY_INIT_TASKS list. Each task is in the format:
# ("<service>", ("<path>", "<to>", "<script>", "<template>")) # ("<service>", ("<path>", "<to>", "<script>", "<template>"))
MY_INIT_TASKS: list[tuple[str, tuple[str, ...]]] = [ MY_INIT_TASKS: list[tuple[str, tuple[str, ...]]] = [