Nutmeg is the latest Open edX named release. It came out June 9th, 2022. In this post we’ll take a look at some of the newest additions to the Open edX software, highlighting some great features you’ll be excited to have.
Dates Tab Added As Default for All Courses
The main courseware experience now features the “Dates” tab as one of the default tabs. This tab enables learners to see an outline of the full course, with important due dates for graded assignments highlighted. This enables learners to set aside time in advance to complete course content, and helps them stay on track.
Important note for system operators: this tab will be turned on only for newly-created courses. To turn the tab on for existing courses, the backfill_course_tabs management command will need to be run. See the release notes for more information.
Course Goals Weekly Update
This feature adds a new Weekly Learning Goal widget to the course home page. Goal setting and planning supports learner success. It also supports learners’ time management efforts and accountability. By prompting learners to set their goals when beginning a course and subscribe to helpful reminder emails, you can increase engagement and completion rates.
To use it, learners use the Weekly Learning Goal widget from the right side of the course home page to select a weekly learning goal:
Choosing one of the goal options automatically subscribes the learner to goal reminder emails, which look like this:
The weekly reminders continue until the learner completes their course and/or their audit access ends. Learners can modify/cancel their goal and reminder settings at any time from the widget or via links in the email. When a goal is completed, a success email similar to the following will be sent:
Important note for system operators: to enable this feature, you will need to set a flag as well as run a management command. Please see the documentation for more information.
Updated Course Progress Page
This change was included in Maple, but never got a highlight! The Course Progress page is fully revamped to give learners a solid visual understanding of their progress through the content as well as their current grade. It features many elements:
The top element shows the percentage progress through all course elements – including videos, text, and problems. The Grades section shows the learner’s current calculated grade against the course passing mark, as well as a drill-down summary of how they’re doing on different types of assignments. A breakdown of grades per section follows. Finally, the right hand sidebar gives additional links that can assist the learner in managing their time so they can succeed in the course.
Instructor-facing Changes
Standardized Course Tab Order: In order for learners to have a more consistent experience course-to-course, course tabs have a new, standard ordering. When reordering static course tabs in a course, this ordering will be enforced. Default pages (Course, Progress, Dates, Discussion, Notes, Teams, and Wiki) are now followed by custom pages and textbooks.
In the above example, Notes, Teams, and Wiki are unused and custom pages for “Course Schedule” and “Supplements” have been added to the course.
There are lots of other, less-frequently used tabs. To view the full course tab hierarchy, click into the following expand box:
- courseware
- course_info
- progress
- dates
- discussion
- external_discussion
- lti_discussion
- edxnotes
- teams
- wiki
- syllabus
- static_tab
- external_link
- lti_tab
- textbooks
- html_textbooks
- pdf_textbooks
- instructor
- ccx
Higher Grade Cutoffs: Previously, the minimum grade cutoff that could be set in grading policies was a 97. It’s rare that a course team wants to set the grade range for passing higher than 97, but in Nutmeg, it is now possible to set a minimum grade cutoff up to 99.
Enhancements to LTI Support
The LTI XBlock, which is the part of the Open edX platform that supports the LTI integration, passes various parameters from an Open edX instance to the LTI tool provider. There are various optional parameters that could be passed, but to keep the XBlock simple, many were omitted during development. However, it can be useful to pass some types of parameters to some LTI tools in order for them to work better.
In Nutmeg, it is now possible to define static & dynamic custom parameters to send to the LTI Tool Provider when the LTI tool launches. Configuration of these parameters is done at the instance level by a system operator; instructions can be found here.
Additionally, mobile support of LTI tools is now possible. The Open edX mobile application will now open the LTI tool in the mobile browser so the learner can engage with it.
Micro-frontend (MFE) Updates
The Learning MFE, which is the default way of serving course content, now supports right-to-left languages such as Arabic and Hebrew. Additionally, when an XBlock fails to load (render), the users will now see this error message: “An unexpected error occurred. Please click the button below to refresh the page.”
The Account Settings page, where users can see and update their personal information, is now served by the Account MFE by default. There is no behavior change, but visual styles may differ.
Hello, reading the new features I have a doubt in the Dates Tab topic, since it comments that you read the release notes and in these it mentions that the command python manage.py cms backfill_course_tabs must be executed but the option does not exist, what would be the correct?
I have executed with the option backfill_course_end_dates which is the most similar, but it does not fill the page with dates.
I am using the version tutor, version 14.0.3
Are you running Nutmeg? This command was added in March and made it into the first Nutmeg release: feat: Add backfill course tabs management command · openedx/edx-platform@61b93d9 · GitHub
For further questions, could you make a new top-level post to get other people’s help? Thanks!
Great feature but there is no instruction about how do I use this feature in production. In spite of it I was able to enable relative due dates using the waffle flags and this works perfectly for instructor paced courses. However most of my courses are self paced and I am unable to have that working. In fact I assume most of all openedx supported platform prefers self paced courses including edx.org justifying anyone anytime anywhere.
I have failed to have this feature working in my instance for self paced courses. Have any one been able to use this feature in production??
Could you guide me?? the only step I took was enabling waffle switches necessary.
Regards
Hi @Sujit_Patel - please make a new post by visiting https://discuss.openedx.org/ and clicking the “New Topic” button. Please put it in the right category so others can see it. Thanks!