ELR R1 2023 Technical Release Notes
October 3rd, 2023 by John Clark
To upgrade to Learning R1 2023, see Upgrade Learning from R2 2022 to R1 2023.
With the R1 2023 release, Fielo Learning includes the following changes:
Improvements
- SCORM content: Add content to your courses and modules that follows the SCORM standard, leverage progress tracking for that content, and optionally require SCORM content to be viewed before the quiz can be taken.
- Quiz timer: Set the maximum amount of time members will have to complete their module quiz.
- Hide question-level feedback: Choose whether you want the quiz to indicate correct and incorrect answers on each question.
- Enhanced Video Thumbnails: Choose what image is shown on the video player prior to the member hitting play.
Changes that impact the platform
The following custom setting object was added:
- ScormSettings
The following Apex class was added:
- ScormService
The following fields were added to existing FieloELR objects:
- Content__c
- ImageCaption__c
- ScormDisplayMode__c
- ScormHeight__c
- ScormId__c
- ScormScoIds__c
- ThumbnailFile__c
- ThumbnailLinks__c
- ThumbnailSource__c
- ThumbnailURL__c
- Course__c
- ImageCaption__c
- Module__c
- ImageCaption__c
- QuizTimer__c
- ShowCorrectAnswer__c
The following picklist values were added:
| Object | Field | Label | API Name |
|---|---|---|---|
| Content__c | ContentSource__c | SCORM Id | ScormID |
| Content__c | ContentType__c | SCORM | SCORM |
| Course__c | ContentType__c | SCORM | SCORM |
| Module__c | ContentType__c | SCORM | SCORM |
No objects, fields or picklist values were deleted or deprecated.
