diff --git a/content/pl_docker/docker_course_dev.md b/content/pl_docker/docker_course_dev.md index 744f538..f43ad0b 100644 --- a/content/pl_docker/docker_course_dev.md +++ b/content/pl_docker/docker_course_dev.md @@ -188,6 +188,13 @@ You're ready to develop questions for the `OPB`! For development of questions that require an autograder, you will need to set up a local autograder container as well. +```{important} +Follow this section for any questions that require usage of external autograders, including PrairieLearn workspace questions. + +Some questions, such as the example below, contain built-in notebooks. To work with these questions locally, follow the docker initialization command in this section instead of the command described in step 8. +``` + + ### Important! (Windows Only) If you are using Windows, the following commands will need to be executed in Windows Subsystem for Linux (WSL). You can do this two ways: diff --git a/content/pl_docker/pl_images/open_workspace.png b/content/pl_docker/pl_images/open_workspace.png new file mode 100644 index 0000000..2263fb9 Binary files /dev/null and b/content/pl_docker/pl_images/open_workspace.png differ