Hello everyone, can I add more important date such as subsection date in current Dates tab
I’m using lilac version
Hello everyone, can I add more important date such as subsection date in current Dates tab
Hi Luam - I’ve been wondering how to do this for a while: finding your post prompted me to have another try and I have worked out how to do it!
Log in to your /admin panel of Django-settings
Search there for “django-waffle”
Select “Flags”
Select “Add Flag” (gray button top-right)
Paste this text
course_experience.relative_dates
Info at Feature Toggles — edx-platform Technical Reference documentation
and in GitHub readme
For “Everyone”
Checkboxes: select
“Notes”: add something to remind you of what it does:
Makes dates-for-graded-work appear in the tab “Dates”
“Users”: if only to be seen by a user specified here (for Testing)
Then “Save”
Now if in the Course Content-Outline for a Unit’s-settings, you set a “Due date” for a graded-problem,
it will appear in the “Dates” tab.
Many thanks for your good answer.