I’ve been working on giving edx-platform the ability to support personalized schedules for course content in self-paced courses. In short, we’re adding support for assigning relative dates to content, and then interpreting those date offsets relative to the point at which a user gets access to the self-paced course’s content (either when the course starts, or when the user enrolls, whichever is later).
The ADR for the changes is currently in PR form, and I’d love feedback on it (even once the ADR merges).
Yes, in a rough form. The core functionality landed last week, behind a set of waffle flags and configuration models. The management functionality should land soon.
The course must be self-paced and it works at subsection level. The subsection must be graded. Then you will see the Due In box in the subsection settings:
Note that this commands only the results of a graded subsection, not the content itself.