diff --git a/README.md b/README.md index 1a58c69..d6e9423 100644 --- a/README.md +++ b/README.md @@ -276,38 +276,3 @@ You can hold links in modules under version control, similar to `Page` and `Assi ``` - ---- - -# Future work ⚠️ this is not yet implemented in `mc` - -## Containerization of quizzess ⚠️ this is not yet implemented in `mc` - -I want this so badly, but I'm not up to it yet. I'd love a contribution! - -## Due dates ⚠️ this is not yet implemented in `mc` - - -Due dates are encoded relative to the first day of class, by week number and day of week. Week numbers start at 1. - -| Day code | Day of week | -| --- | --- | -| M | Monday | -| T | Tuesday | -| W | Wednesday | -| R | Thursday | -| F | Friday | -| Sa | Saturday | -| Su | Sunday | - -In the `meta.json` file for an assignment, the due date is encoded like this example: - -``` -"due":{"time":"10pm", "week":11, "day":"R"} -``` - -A default time for all assignents can be set in `_course_metadata/defaults.json` with entry `"due_time":"10pm"`, for example. If this record is not present, and no due time is set for an individual assignment, then the Canvas default time for the course will be used. On UWEC's system, this can be changed in the course settings. The default value is 11:59pm. - -The first day of class is set ... HOW?? - - diff --git a/doc/index.rst b/doc/index.rst index 1429ec3..c146db2 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -37,7 +37,7 @@ Notes on_meta_dot_json making_links_to_existing_content - + wishlist Useful links diff --git a/doc/wishlist.rst b/doc/wishlist.rst new file mode 100644 index 0000000..6081bde --- /dev/null +++ b/doc/wishlist.rst @@ -0,0 +1,35 @@ +Wish list +============= + +⚠️ this is not yet implemented in `mc` + +Containerization of quizzess ⚠️ +------------------------------------------------------------------------- + +I want this so badly, but I'm not up to it yet. I'd love a contribution! + + +Due dates ⚠️ +------------------------------------- + +Due dates would be encoded relative to the first day of class, by week number and day of week. Week numbers start at 1. + +| Day code | Day of week | +| --- | --- | +| M | Monday | +| T | Tuesday | +| W | Wednesday | +| R | Thursday | +| F | Friday | +| Sa | Saturday | +| Su | Sunday | + +In the `meta.json` file for an assignment, the due date would be encoded like this example: + +``` +"due":{"time":"10pm", "week":11, "day":"R"} +``` + +A default time for all assignents can be set in `_course_metadata/defaults.json` with entry `"due_time":"10pm"`, for example. If this record is not present, and no due time is set for an individual assignment, then the Canvas default time for the course will be used. On UWEC's system, this can be changed in the course settings. The default value is 11:59pm. + +The first day of class is set ... HOW??