Skip to content

[Documentation:Developer] Recreating Courses Documentation #678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _docs/developer/development_instructions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,15 @@ these changes.
missing the hundreds of sample student submissions present in the
full installation.

You can append the `--test_only_grading` flag to the above command to
more closely mimic the version that is on the Cypress CI.

If you only need a certain courses, you can append each course name to
the above command to only create the courses you want.

_NOTE: If you mistype a course, that course will not be created. If you
only have mistyped courses, then no courses gets created._


NOTE: This command will also have to be run twice a year on July 1st and January 1st when the test semester will change from fall to spring or vice versa.

Expand Down
Loading