The following information summarizes what is new in the edX platform this week.
The edX engineering wiki Release Pages provide detailed information about every change made to the edx-platform GitHub repository. If you are interested in additional information about every change in a release, create a user account for the wiki and review the dated release pages.
A new “staff only” option is available for the custom pages that you add to your course. You can now define a new setting, Hide Page from Learners, to identify content that should only be available to members of the course team who have the Staff or Admin role.
For more information, see Managing the Pages in Your Course in Building and Running an edX Course or Managing the Pages in Your Course in Building and Running an Open edX Course. (OSPR-1327)
You can now define additional correct answers for numerical input problems in
the same way that you can for text input problems. In the simple editor,
additional correct answers are identified by the "or="
Markdown. In the
advanced editor, additional correct answers are added in an <
additional_answer>
OLX element.
For more information, see Adding Multiple Correct Responses in Building and Running an edX Course or Adding Multiple Correct Responses in Building and Running an Open edX Course. (TNL-5581)
For Insights, this release adds a Course Home link to the navigation bar on all course pages.
The navigation bar before the change:
The navigation bar after the change:
Two new SQL tables are now included in the data packages that edX prepares
for partner organizations. These tables, student_courseaccessrole
and
django_comment_client_role_users
, contain data to identify the privilege
levels, or roles, that individual users have for a course.
student_courseaccessrole
lists the users who have a privileged role or
roles for working in a course.django_comment_client_role_users
identifies the privilege role for
working in course discussions for every user enrolled in a course.For more information, see User Info and Learner Progress Data in the EdX Research Guide. (TNL-4154)