Skip to content

Commit

Permalink
moved future things to wishlist page
Browse files Browse the repository at this point in the history
  • Loading branch information
ofloveandhate committed Jul 11, 2024
1 parent 604e5ff commit cd89f9f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
35 changes: 0 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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??
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Notes

on_meta_dot_json
making_links_to_existing_content

wishlist


Useful links
Expand Down
35 changes: 35 additions & 0 deletions doc/wishlist.rst
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??

0 comments on commit cd89f9f

Please sign in to comment.