SlideShare uma empresa Scribd logo
1 de 11
The new Open edX Cypress Release brings several new enhancements across certification,
learner profiles, cohorts and a lot more. Here's an overview of new features available.
Badges
Learners can now use badges as a way to share their achievements of the Open edX
courses they have completed. Enable badges to allow learners to show off their
accomplishments when they receive their certificates.
Cohorts
Course teams now create and manage cohorts on the Instructor Dashboard in the LMS,
instead of on the Advanced Settings page in Studio. Course teams can use the new
Cohorts page there to add and rename cohorts, change a cohort’s assignment method,
associate cohorts with content groups, and specify whether coursewide and
contentspecific discussions are divided by cohort.
Course Certificates
You can now create one certificate configuration per course. This configuration serves
as the template for certificates issued for all of the enrollment tracks available for your
course (such as “honor code” or “verified”). Honor code certificates use the organization
logo and signatory information, but do not include signature images, which are used only
for verified certificates.
Course Search
Learners can now search much of the content of your Open edX courses, including the
course title, description, text, and video transcripts. Learners can search for a term in an
individual course, or for that term in all of the courses that the learner is enrolled in,
whether the course is active or archived.
When the search engine returns results, either for an individual course or across all
courses, you can select any search result to view that result in the courseware.
Creative Commons
Course teams can now specify either “All Rights Reserved” or a Creative Commons
license for a course. Course teams can also select different license options for each
video.
Custom Courses
Course teams can create a custom course experience (CCX) to reuse course content.
By using a CCX, course teams can run some or all of an existing course for a group of
students on a new schedule.
Grade Report Enhancements
The grade report now includes new columns with certificate status and enrollment track
information. When course teams generate the grade report from the Instructor
Dashboard, they can see the following additional information for each learner.
● Enrollment track, to identify the learner’s enrollment mode as honor, verified, or
professional education.
● Verification status, to identify learners in the verified or professional track who
have completed identity verification with edX.
● Certificate eligibility status, to identify learners who have earned the passing
grade in the course at the time of the grade report generation.
● Certificate delivery status, to identify learners who have received their
certificates.
● The type of certificate, for learners who are eligible to receive a certificate.
Feedback and Hints in Common Problems
Course teams can now add feedback, hints, or both to the following problem types.
● Checkbox
● Dropdown
● Multiple choice
● Numerical input
● Text input
In Studio, course teams can use new templates to add sample problems that use the
feedback and hint syntax.
HTML Spell Check in Studio
When you edit an HTML component in Studio, an automated spell checker indicates any
misspelled words. The spell checker automatically uses the dictionary that is set for your
browser.
Learner Profiles
With the new Open edX Learner Profile feature, course teams and learners can share
information about themselves with the community. The profile can include an image that
identifies the user on the Open edX site as well as the user’s location and other
biographical information. Course teams and other learners in the course can view others’
profiles.
LTI Provider
New options that leverage learning tools interoperability (LTI) are available in this
release.
Previously, course teams could use Studio as a tool consumer: course teams could set
up an LTI component to embed external tools, such as learning applications and
textbooks, into an edX course.
Now, course teams can identify content from their edX courses to embed with other
content on their campus systems. Teams can specify the course units, videos, and
graded and ungraded problems that already exist in an edX course for launch within a
campus LMS such as Blackboard or Canvas. Student scores for graded content are
transferred to the campus system.
Authentication between the campus system and the edX system that provides the
content can be configured either to anonymously provision students or to prompt for
account creation.
New Studio Templates
This release includes new templates for HTML and problem components. These
templates provide updated guidelines and examples, accessibility information, and links
to documentation.
Original Open Response Assessment Problems Deprecated
When you access a course that contains an open response assessment created using
the original version of this assignment type (ORA 1), Studio now displays the message,
“This course uses features that are no longer supported.”
A newer version of the open response assessments feature (ORA 2) was released over
a year ago, and the ability to add ORA 1 problems was removed from Studio in May
2014.
Poll and Survey Tools
Course teams can now include two new types of components in your courses.
● Use the Poll tool to pose a question to learners and have them select an answer
from a set list.
● Use the Survey tool to pose multiple questions to learners and have them select
an answer for each question from a set list.
When polls and surveys are included in a course, course teams can analyze the
responses and also choose whether to let learners see the aggregate answers for the
class.
Problem Appearance Changes
To make the Open edX LMS easier to use on mobile devices, the appearance of
common problem types has changed. For example, a border surrounds options for
multiple choice and checkbox problems, and the entire area within the border is
selectable, making it easier for learners to select an option.
Problem Grade Report
For any course, course teams can now calculate grades for problems and generate a
report that can be downloaded from the Instructor Dashboard. This new report includes,
for each graded problem, a learner’s earned and possible points, and her total score,
expressed as a decimal.
Randomized Content Blocks
Course teams can now include a new type of component, a randomized content block, in
their courses. These components randomly draw problems from a predefined library of
components and present them to learners.
Course teams create and maintain libraries of components separately from courses. All
of an organization’s course teams can work collaboratively to develop the problems that
the libraries contain. Each library can then be referenced by randomized content blocks
in any of that organization’s courses.
Report of Not-Yet Enrolled Students
Course teams for invitationonly courses can now track enrollment status from the
Instructor Dashboard. The Data Download page of the Instructor Dashboard now
includes a downloadable report of learners who have been invited to enroll in a course,
but who have not yet done so.
Third Party Authentication
To enhance sign in options for your users, you can enable third party authentication
between institutional authentication systems and your implementation of Open edX. After
you enable third party authentication and integrate with SAML or OAuth2 identity
providers, users can register and sign in to your Open edX site with their campus or
institutional credentials.
Uploading ORA2 Files to Alternative Storage Systems
By default, the Open Response Assessment (ORA2) application stores files that learners
upload in an Amazon S3 bucket.
With the Cypress release, you can configure ORA2 to store files in an alternate system.
To have learners’ files stored in a system other than Amazon S3, you must complete the
following steps.
● Implement the BaseBackend class defined in the base.py file.
● For example, the S3.py file in the same directory is an implementation of
BaseBackend for Amazon S3. You must implement the equivalent class for the
storage system you intend to use.
● Configure ORA2 to use your alternative storage system by modifying the value of
backend_setting in init file to point to your implementation of BaseBackend.
● Add code to instantiate the new implementation to the get_backend() in the
init.py file.
● Configure ORA2 to use the alternative storage system by modifying the value of
ORA2_FILEUPLOAD_BACKEND in the Django settings to point to your
implementation of BaseBackend.
YouTube API 3.0 API Key
The Open edX Platform uses Version 3 of the YouTube API, which requires that the
application use an API key.
If you intend for courses on your Open edX instance to include videos that are hosted on
YouTube, you must get a YouTube API key and set the key in the Open edX Platform.
Embedded Files and Calendars
Courses can include files, such as documents, spreadsheets, and presentations, and a
calendar. Your course team uses Google to create and maintain these files and
calendars. They appear in the body of your course just like any other course content.
If your course includes a Google calendar, you see that calendar in the body of the
course. You can also add it to your own Google calendar.
REST API Changes
EdX has built and published documentation for the following REST APIs, which are
available in the Open edX Cypress release.
● Course Structure API Version 0
● User API Version 1.0
● Profile Images API Version 1.0
Accessibility Updates
In keeping with edX’s commitment to creating accessible content for everyone,
everywhere, the Open edX Cypress release contains several accessibility
enhancements in the Open edX LMS and discussions.
● Keyboard navigation in open response assessments has been improved by restoring
keyboard focus outline indicators.
● The LMS now has a region with a role of main and a descriptive arialabel allowing users
to quickly navigate to the main content area using landmarks.
● Several accessibility problems with numerical input problem types are now corrected.
● A current status of the problem is now conveyed to learners who use screen readers
properly.
● The workflow for checking how ASCII math is converted to MathML or MathJax format
has been streamlined for screen reader users.
● Nonessential information is no longer included in arialive regions, which improves the
experience for screen reader users.
● Improvements to the accessibility of discussion posts for screen reader users are
included in this release.
● HTML iframe elements now show meaningful title attributes that describe the content
embedded in the IFrame.
● The main blue colors used throughout the LMS user interface were changed to meet
WCAG AA guidelines for contrast.
● The LMS now includes an arialive region to contain HTML for problems.
● Submission buttons have been removed from the arialive div scope.
● Several accessibility fixes have been implemented in the course header.
● An aria label has been added to the LMS footer.
● The main region in the Student dashboard now includes the role and aria label
attributes.
● Navigation controls in the LMS now have arialabel attributes.
● Focus now changes directly to the content area after the user selects a link to a new
subsection or unit.
● Unit navigation links are reorganized into a single list. The arrow navigation is converted
from links to buttons and now includes the disabled attribute when appropriate.
● Labels to bypass blocks now use the industry standard text Skip to main content.
● The current discussion conversation now receives focus and includes an accessible
label.
● Discussions now include defined regions and landmarks for screen reader navigation.
The focus is on the discussion when a new topic is loaded, and changes to a new post
when it appears.

Mais conteúdo relacionado

Mais procurados

How To Use Olep And Project Courses Websections
How To Use Olep And Project Courses WebsectionsHow To Use Olep And Project Courses Websections
How To Use Olep And Project Courses Websections
LeNS_slide
 
04 distance learning standards-scorm specification
04 distance learning standards-scorm specification04 distance learning standards-scorm specification
04 distance learning standards-scorm specification
宥均 林
 
Texas Rangers to the rescue: turning your VLE into an exam centre
Texas Rangers to the rescue: turning your VLE into an exam centreTexas Rangers to the rescue: turning your VLE into an exam centre
Texas Rangers to the rescue: turning your VLE into an exam centre
BlackboardEMEA
 
My Career Portfolio - 2015
My Career Portfolio - 2015My Career Portfolio - 2015
My Career Portfolio - 2015
jtovar7
 
Moodle slides3
Moodle slides3Moodle slides3
Moodle slides3
yeamuna
 

Mais procurados (20)

How To Use Olep And Project Courses Websections
How To Use Olep And Project Courses WebsectionsHow To Use Olep And Project Courses Websections
How To Use Olep And Project Courses Websections
 
Career Portfolio
Career PortfolioCareer Portfolio
Career Portfolio
 
04 distance learning standards-scorm specification
04 distance learning standards-scorm specification04 distance learning standards-scorm specification
04 distance learning standards-scorm specification
 
eFront Platform Overview
eFront Platform OvervieweFront Platform Overview
eFront Platform Overview
 
Mura CMS & Moodle LMS
Mura CMS & Moodle LMSMura CMS & Moodle LMS
Mura CMS & Moodle LMS
 
Learning management system
Learning management systemLearning management system
Learning management system
 
YC
YCYC
YC
 
LMS Unit 4
LMS Unit 4LMS Unit 4
LMS Unit 4
 
Sloodle(68703 & 82915)
Sloodle(68703 & 82915)Sloodle(68703 & 82915)
Sloodle(68703 & 82915)
 
Best Practices In Moodle Administration
Best Practices In Moodle AdministrationBest Practices In Moodle Administration
Best Practices In Moodle Administration
 
Interoperability - LTI and Experience API (Formerly TinCan)
Interoperability - LTI and Experience API (Formerly TinCan) Interoperability - LTI and Experience API (Formerly TinCan)
Interoperability - LTI and Experience API (Formerly TinCan)
 
Texas Rangers to the rescue: turning your VLE into an exam centre
Texas Rangers to the rescue: turning your VLE into an exam centreTexas Rangers to the rescue: turning your VLE into an exam centre
Texas Rangers to the rescue: turning your VLE into an exam centre
 
Edmodo sample training_agenda
Edmodo sample training_agendaEdmodo sample training_agenda
Edmodo sample training_agenda
 
BISTrainer - Learning Management System
BISTrainer - Learning Management SystemBISTrainer - Learning Management System
BISTrainer - Learning Management System
 
IMS Learning Tools Interoperability (Smart ICT Korea)
IMS Learning Tools Interoperability (Smart ICT Korea)IMS Learning Tools Interoperability (Smart ICT Korea)
IMS Learning Tools Interoperability (Smart ICT Korea)
 
Lti
LtiLti
Lti
 
Rupak lms
Rupak lmsRupak lms
Rupak lms
 
10135 b 00
10135 b 0010135 b 00
10135 b 00
 
My Career Portfolio - 2015
My Career Portfolio - 2015My Career Portfolio - 2015
My Career Portfolio - 2015
 
Moodle slides3
Moodle slides3Moodle slides3
Moodle slides3
 

Semelhante a Open edX Cypress Release Features

E Tqf Open Source Lms
E Tqf Open Source LmsE Tqf Open Source Lms
E Tqf Open Source Lms
FIT Ltd
 
Open Source Learning Management System - Canvas
Open Source Learning Management System - CanvasOpen Source Learning Management System - Canvas
Open Source Learning Management System - Canvas
Ebizon
 

Semelhante a Open edX Cypress Release Features (20)

LMS
LMSLMS
LMS
 
E tool in yoga ,a module for teaching and learning
E  tool in yoga ,a module for teaching and learningE  tool in yoga ,a module for teaching and learning
E tool in yoga ,a module for teaching and learning
 
Talent_lms introduction
Talent_lms introductionTalent_lms introduction
Talent_lms introduction
 
E Tqf Open Source Lms
E Tqf Open Source LmsE Tqf Open Source Lms
E Tqf Open Source Lms
 
Learning management system net, azure
Learning management system   net, azureLearning management system   net, azure
Learning management system net, azure
 
eFront Commercial Editions Overview
eFront Commercial Editions OvervieweFront Commercial Editions Overview
eFront Commercial Editions Overview
 
Course administration
Course administrationCourse administration
Course administration
 
IRJET- Enhanced In-House Portal for UG Students
IRJET-  	  Enhanced In-House Portal for UG StudentsIRJET-  	  Enhanced In-House Portal for UG Students
IRJET- Enhanced In-House Portal for UG Students
 
Odoo 13 Elearning
Odoo 13 ElearningOdoo 13 Elearning
Odoo 13 Elearning
 
Moodle Features
Moodle FeaturesMoodle Features
Moodle Features
 
What is moodle ppt
What is moodle pptWhat is moodle ppt
What is moodle ppt
 
Moodle for teachers
Moodle for teachersMoodle for teachers
Moodle for teachers
 
Smart document sharing application presentation(stufac connect)
Smart document sharing application presentation(stufac connect)Smart document sharing application presentation(stufac connect)
Smart document sharing application presentation(stufac connect)
 
Using moodle lms + microsoft 365
Using moodle lms + microsoft 365Using moodle lms + microsoft 365
Using moodle lms + microsoft 365
 
SPLMS presentation English
SPLMS presentation EnglishSPLMS presentation English
SPLMS presentation English
 
Introduction to LMS.pptx
Introduction to LMS.pptxIntroduction to LMS.pptx
Introduction to LMS.pptx
 
Open Source Learning Management System - Canvas
Open Source Learning Management System - CanvasOpen Source Learning Management System - Canvas
Open Source Learning Management System - Canvas
 
Adobe Captivate Prime-Basics
Adobe Captivate Prime-BasicsAdobe Captivate Prime-Basics
Adobe Captivate Prime-Basics
 
Introduction to the Module Control Panel in Blackboard Learn 9.1
Introduction to the Module Control Panel in Blackboard Learn 9.1Introduction to the Module Control Panel in Blackboard Learn 9.1
Introduction to the Module Control Panel in Blackboard Learn 9.1
 
Specification based testing
Specification based testingSpecification based testing
Specification based testing
 

Mais de Amish Gandhi

Mais de Amish Gandhi (9)

Open edX Building and Running a Course
Open edX Building and Running a CourseOpen edX Building and Running a Course
Open edX Building and Running a Course
 
List of Venture Capitalists
List of Venture CapitalistsList of Venture Capitalists
List of Venture Capitalists
 
44 Responsibilities for Product Managers
44 Responsibilities for Product Managers44 Responsibilities for Product Managers
44 Responsibilities for Product Managers
 
Open edX Overview
Open edX OverviewOpen edX Overview
Open edX Overview
 
Wearable Development Ecosystem
Wearable Development EcosystemWearable Development Ecosystem
Wearable Development Ecosystem
 
Dr. Glass: Google Glass for the Medical Vertical
Dr. Glass: Google Glass for the Medical VerticalDr. Glass: Google Glass for the Medical Vertical
Dr. Glass: Google Glass for the Medical Vertical
 
The Future of Financial Information Services
The Future of Financial Information ServicesThe Future of Financial Information Services
The Future of Financial Information Services
 
Wearable Computing Ecosystem
Wearable Computing EcosystemWearable Computing Ecosystem
Wearable Computing Ecosystem
 
Applying Innovation in Software Development
Applying Innovation in Software DevelopmentApplying Innovation in Software Development
Applying Innovation in Software Development
 

Último

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Último (20)

Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 

Open edX Cypress Release Features

  • 1. The new Open edX Cypress Release brings several new enhancements across certification, learner profiles, cohorts and a lot more. Here's an overview of new features available. Badges Learners can now use badges as a way to share their achievements of the Open edX courses they have completed. Enable badges to allow learners to show off their accomplishments when they receive their certificates. Cohorts Course teams now create and manage cohorts on the Instructor Dashboard in the LMS, instead of on the Advanced Settings page in Studio. Course teams can use the new Cohorts page there to add and rename cohorts, change a cohort’s assignment method, associate cohorts with content groups, and specify whether coursewide and contentspecific discussions are divided by cohort. Course Certificates You can now create one certificate configuration per course. This configuration serves as the template for certificates issued for all of the enrollment tracks available for your course (such as “honor code” or “verified”). Honor code certificates use the organization logo and signatory information, but do not include signature images, which are used only for verified certificates. Course Search
  • 2. Learners can now search much of the content of your Open edX courses, including the course title, description, text, and video transcripts. Learners can search for a term in an individual course, or for that term in all of the courses that the learner is enrolled in, whether the course is active or archived. When the search engine returns results, either for an individual course or across all courses, you can select any search result to view that result in the courseware. Creative Commons Course teams can now specify either “All Rights Reserved” or a Creative Commons license for a course. Course teams can also select different license options for each video. Custom Courses Course teams can create a custom course experience (CCX) to reuse course content. By using a CCX, course teams can run some or all of an existing course for a group of students on a new schedule. Grade Report Enhancements The grade report now includes new columns with certificate status and enrollment track information. When course teams generate the grade report from the Instructor Dashboard, they can see the following additional information for each learner. ● Enrollment track, to identify the learner’s enrollment mode as honor, verified, or
  • 3. professional education. ● Verification status, to identify learners in the verified or professional track who have completed identity verification with edX. ● Certificate eligibility status, to identify learners who have earned the passing grade in the course at the time of the grade report generation. ● Certificate delivery status, to identify learners who have received their certificates. ● The type of certificate, for learners who are eligible to receive a certificate. Feedback and Hints in Common Problems Course teams can now add feedback, hints, or both to the following problem types. ● Checkbox ● Dropdown ● Multiple choice ● Numerical input ● Text input In Studio, course teams can use new templates to add sample problems that use the feedback and hint syntax. HTML Spell Check in Studio When you edit an HTML component in Studio, an automated spell checker indicates any misspelled words. The spell checker automatically uses the dictionary that is set for your
  • 4. browser. Learner Profiles With the new Open edX Learner Profile feature, course teams and learners can share information about themselves with the community. The profile can include an image that identifies the user on the Open edX site as well as the user’s location and other biographical information. Course teams and other learners in the course can view others’ profiles. LTI Provider New options that leverage learning tools interoperability (LTI) are available in this release. Previously, course teams could use Studio as a tool consumer: course teams could set up an LTI component to embed external tools, such as learning applications and textbooks, into an edX course. Now, course teams can identify content from their edX courses to embed with other content on their campus systems. Teams can specify the course units, videos, and graded and ungraded problems that already exist in an edX course for launch within a campus LMS such as Blackboard or Canvas. Student scores for graded content are transferred to the campus system. Authentication between the campus system and the edX system that provides the content can be configured either to anonymously provision students or to prompt for
  • 5. account creation. New Studio Templates This release includes new templates for HTML and problem components. These templates provide updated guidelines and examples, accessibility information, and links to documentation. Original Open Response Assessment Problems Deprecated When you access a course that contains an open response assessment created using the original version of this assignment type (ORA 1), Studio now displays the message, “This course uses features that are no longer supported.” A newer version of the open response assessments feature (ORA 2) was released over a year ago, and the ability to add ORA 1 problems was removed from Studio in May 2014. Poll and Survey Tools Course teams can now include two new types of components in your courses. ● Use the Poll tool to pose a question to learners and have them select an answer from a set list. ● Use the Survey tool to pose multiple questions to learners and have them select an answer for each question from a set list. When polls and surveys are included in a course, course teams can analyze the
  • 6. responses and also choose whether to let learners see the aggregate answers for the class. Problem Appearance Changes To make the Open edX LMS easier to use on mobile devices, the appearance of common problem types has changed. For example, a border surrounds options for multiple choice and checkbox problems, and the entire area within the border is selectable, making it easier for learners to select an option. Problem Grade Report For any course, course teams can now calculate grades for problems and generate a report that can be downloaded from the Instructor Dashboard. This new report includes, for each graded problem, a learner’s earned and possible points, and her total score, expressed as a decimal. Randomized Content Blocks Course teams can now include a new type of component, a randomized content block, in their courses. These components randomly draw problems from a predefined library of components and present them to learners. Course teams create and maintain libraries of components separately from courses. All of an organization’s course teams can work collaboratively to develop the problems that the libraries contain. Each library can then be referenced by randomized content blocks
  • 7. in any of that organization’s courses. Report of Not-Yet Enrolled Students Course teams for invitationonly courses can now track enrollment status from the Instructor Dashboard. The Data Download page of the Instructor Dashboard now includes a downloadable report of learners who have been invited to enroll in a course, but who have not yet done so. Third Party Authentication To enhance sign in options for your users, you can enable third party authentication between institutional authentication systems and your implementation of Open edX. After you enable third party authentication and integrate with SAML or OAuth2 identity providers, users can register and sign in to your Open edX site with their campus or institutional credentials. Uploading ORA2 Files to Alternative Storage Systems By default, the Open Response Assessment (ORA2) application stores files that learners upload in an Amazon S3 bucket. With the Cypress release, you can configure ORA2 to store files in an alternate system. To have learners’ files stored in a system other than Amazon S3, you must complete the following steps. ● Implement the BaseBackend class defined in the base.py file. ● For example, the S3.py file in the same directory is an implementation of
  • 8. BaseBackend for Amazon S3. You must implement the equivalent class for the storage system you intend to use. ● Configure ORA2 to use your alternative storage system by modifying the value of backend_setting in init file to point to your implementation of BaseBackend. ● Add code to instantiate the new implementation to the get_backend() in the init.py file. ● Configure ORA2 to use the alternative storage system by modifying the value of ORA2_FILEUPLOAD_BACKEND in the Django settings to point to your implementation of BaseBackend. YouTube API 3.0 API Key The Open edX Platform uses Version 3 of the YouTube API, which requires that the application use an API key. If you intend for courses on your Open edX instance to include videos that are hosted on YouTube, you must get a YouTube API key and set the key in the Open edX Platform. Embedded Files and Calendars Courses can include files, such as documents, spreadsheets, and presentations, and a calendar. Your course team uses Google to create and maintain these files and calendars. They appear in the body of your course just like any other course content. If your course includes a Google calendar, you see that calendar in the body of the course. You can also add it to your own Google calendar.
  • 9. REST API Changes EdX has built and published documentation for the following REST APIs, which are available in the Open edX Cypress release. ● Course Structure API Version 0 ● User API Version 1.0 ● Profile Images API Version 1.0 Accessibility Updates In keeping with edX’s commitment to creating accessible content for everyone, everywhere, the Open edX Cypress release contains several accessibility enhancements in the Open edX LMS and discussions. ● Keyboard navigation in open response assessments has been improved by restoring keyboard focus outline indicators. ● The LMS now has a region with a role of main and a descriptive arialabel allowing users to quickly navigate to the main content area using landmarks. ● Several accessibility problems with numerical input problem types are now corrected. ● A current status of the problem is now conveyed to learners who use screen readers properly. ● The workflow for checking how ASCII math is converted to MathML or MathJax format has been streamlined for screen reader users. ● Nonessential information is no longer included in arialive regions, which improves the experience for screen reader users.
  • 10. ● Improvements to the accessibility of discussion posts for screen reader users are included in this release. ● HTML iframe elements now show meaningful title attributes that describe the content embedded in the IFrame. ● The main blue colors used throughout the LMS user interface were changed to meet WCAG AA guidelines for contrast. ● The LMS now includes an arialive region to contain HTML for problems. ● Submission buttons have been removed from the arialive div scope. ● Several accessibility fixes have been implemented in the course header. ● An aria label has been added to the LMS footer. ● The main region in the Student dashboard now includes the role and aria label attributes. ● Navigation controls in the LMS now have arialabel attributes. ● Focus now changes directly to the content area after the user selects a link to a new subsection or unit. ● Unit navigation links are reorganized into a single list. The arrow navigation is converted from links to buttons and now includes the disabled attribute when appropriate. ● Labels to bypass blocks now use the industry standard text Skip to main content. ● The current discussion conversation now receives focus and includes an accessible label. ● Discussions now include defined regions and landmarks for screen reader navigation.
  • 11. The focus is on the discussion when a new topic is loaded, and changes to a new post when it appears.