-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved future things to wishlist page
- Loading branch information
1 parent
604e5ff
commit cd89f9f
Showing
3 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ Notes | |
|
||
on_meta_dot_json | ||
making_links_to_existing_content | ||
|
||
wishlist | ||
|
||
|
||
Useful links | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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?? |