HomeGuidesDeveloper HubRelease Notes
Get supportBook a chat
Release Notes
These docs are for v2.76. Click to read the latest docs for v2.208.

ELR R1 2023 Technical Release Notes

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:

ObjectFieldLabelAPI Name
Content__cContentSource__cSCORM IdScormID
Content__cContentType__cSCORMSCORM
Course__cContentType__cSCORMSCORM
Module__cContentType__cSCORMSCORM

No objects, fields or picklist values were deleted or deprecated.