LogoLogo
  • LEARN
    • Overview
    • Capabilities
      • Rich and Diverse Assets
      • Organised Collections
      • Asset Lifecycle Management
      • Powerful Discovery
      • Phygital Discovery
      • Observability
    • Technical Architecture
    • Product & Developer Guide
      • Content Service
        • Content APIs
          • Features
          • Architecture
          • Code Structure
          • Schemas
          • APIs
          • Jobs
            • Content publish
            • Asset enrichment
            • Audit event generator
            • Video stream generator
          • FAQs
            • Upload Content
        • Media APIs
          • Features
          • Architecture
          • Schemas
          • APIs
          • Jobs
            • Asset enrichment
            • Audit event generator
          • FAQs
        • Channel APIs
          • Architecture
          • Schema
          • APIs
          • Configuration
          • FAQs
        • License APIs
          • Architecture
          • Schema
          • APIs
          • Configuration
          • FAQs
        • Collection APIs
          • Features
          • Architecture
          • Schemas
          • APIs
          • Jobs
            • Content publish
            • Post publish processor
            • Audit event generator
          • FAQs
      • Search Service
        • Architecture
        • Code Structure
          • Configuration
        • APIs
        • Jobs
          • Search indexer
          • Audit history indexer
        • FAQs
      • Taxonomy Service (Taxonomy & Tagging)
        • Framework APIs
          • Architecture
          • Code Structure
            • Configuration
          • Schemas
          • APIs
          • Jobs
            • Audit event generator
          • FAQs
            • Create Framework
            • Add Content to Framework
        • Object Category APIs
          • Architecture
          • Code Structure
          • Schemas
          • APIs
          • Jobs
            • Audit event generator
          • Configuration
          • FAQs
      • DIAL Service
        • Architecture
        • APIs
        • Jobs
        • Configuration
        • FAQs
          • Link DIAL Code to a Book
      • Player
        • V1
          • Features
          • Architecture
          • Players
            • ECML Player - v1
              • Quiz
              • Create Content
            • Video Player v1
            • Epub Player - v1
            • PDF Player - v1
            • HTML-h5p Player - v1
          • Content import and preview folder creation
          • FAQs
        • V2
          • PDF Player
            • Features
            • Architecture
            • Configuration
            • FAQ's
          • Epub Player
            • Features
            • Architecture
            • Configuration
            • FAQ's
          • Video Player
            • Features
            • Architecture
            • Configuration
            • FAQ's
        • Telemetry Events
          • Offline Telemetry
          • Generate API keys
      • Editors
        • Architecture
        • Interactive Editor
          • Features
            • Content Editor
            • Adding Question Set
            • Concept Selector
            • Add Image
            • Add Video
            • Adding Math Function
            • Limited Publishing and Sharing
        • File Upload Editor
          • Features
          • FAQ's
            • Content Upload
        • Collection Editor - V1
        • Collection Editor - V2
          • Features
          • Architecture
          • APIs
          • FAQ's
        • How to contribute as a JS plugin
          • How do I think about a plugin?
          • Interactive Editor Plugin Guide
          • Using SDK to create and test the plugin
      • Other Knowlg Jobs
        • Configuration
        • FAQs
      • Other
        • Data Migration
        • Schema strucure
    • Product Roadmap
  • ENGAGE
    • Discuss
    • Contribute to SB Knowlg
  • USE
    • Overview
    • System requirements
    • Installation guide
      • Players
        • V1
          • How to setup
        • V2
          • Epub Player
          • Video Player
          • Pdf Player
      • Editors
        • Interactive Editor
        • File Upload Editor
        • Collection Editor - V1
        • Collection Editor - V2
        • Plugins
      • Services
        • Content Service
          • Configuration
        • Search Service
        • Taxonomy Service (Taxonomy & Tagging)
        • DIAL Service
        • Knowlg Jobs
    • Deployment
    • Release notes
      • Release - 6.2.0 (Ongoing)
      • Release - 6.1.0 (latest)
      • Release - 6.0.0
      • Release - 5.7.0
      • Release - 5.6.0
      • Release - 5.5.0
      • Release - 5.4.0
      • Release - 5.3.0
      • Release - 5.2.0
      • Release - 5.1.0
      • Release - 5.0.0
      • Release - 4.10.0
      • Release - 4.8.0
    • Breaking Changes
    • Deprecations
      • Release-5.2.0
      • Release-5.1.0
    • Release
    • USE
      • Infra Requirements
    • Additional Reading
      • Content Service Environment Variables
      • Import External Content
  • Archived
    • Powerful Discovery
      • Usecase
      • Sample data
Powered by GitBook
On this page
  • Types of quiz
  • MCQ
  • MTF
  • FTB
  • Reordering words
  • Arrange in Sequence
  • Configurations
  • Editor
  • Player
  • Quiz
  • End Page

Was this helpful?

Edit on GitHub
  1. LEARN
  2. Product & Developer Guide
  3. Player
  4. V1
  5. Players
  6. ECML Player - v1

Quiz

PreviousECML Player - v1NextCreate Content

Last updated 2 years ago

Was this helpful?

is responsible to creation of assessment assets. Content player v1 is capable to play the assessment type asset which is written in

Types of quiz

There are following types of assessment can be taken in .

MCQ

Using v1 player you can render the Multiple choice Question type assets. In this type of questions user has to select the correct options.

To create the MCQ type questions, please refer MCQ feature section.

As image showing bellow, you can create the same MCQ question with different types of layouts.

MTF

MTF is the short form of 'Match the following' questions. v1 player is capable to play the MTF type quiz. This capability provide user to drag and drop the options within a canvas area and also provide the capability to calculate the partial score.

FTB

FTB is stands for 'Fill in the blank' type questions. In this type of question v1 player is capable to show the partial score if some of the answer is correct.

Reordering words

This type of questions provide user the capability to drag and drop the options within a canvas area to order and reorder the words

Arrange in Sequence

In a content player v1 you can render the arrange in sequence type questions.

Configurations

Editor

Player

Content player v1 is capable to renderer all above mentioned and this can be configure by using the following configuration.

Question Minimum Font Size

What should be the the minimum font size can be render in content player v1 defines by the questionMinFontSize property.

{
    questionMinFontSize: '1.285em'
}

Show submit

Sample config to show submit button.

overlay: {
    showSubmit: false
}

Quiz

The following things can be configure to render the quiz.

Show Immediate Feedback

After every question rendered, the ECML player v1 will show the following immediate feedback popup.

Correct answer

If the answer is correct, evaluation popup will show the correct icon popup and next button to go to the next question

Wrong answer

If the answer is wrong, evaluation popup will show the wrong icon popup with next and try again button.

Partial score

Display

This takes the reference to show the number of question in one question set.

Shuffle Questions

By using this option you can shuffle the questions while rendering the quiz. So that, the random questions will come at the time of the attempting the question set.

Max Score

If we have the 10 questions in one question set and we set the Max score the property 10, the max score will divide into the 10 questions.

End Page

To create the MTF type questions, please refer feature section.

To create the FTB type questions, please refer feature section.

To create the Reordering words type questions, please refer feature section.

To create the Arrange in Sequence type questions, please refer feature section.

Please refer section in sunbird developer documents to configure the quiz from editor side.

Show submit property present the show button on end page, which will show after attempting the assessment. This is a configurable property of of content player v1.

Please refer section in sunbird developer documents to configure the quiz.

The partial score can be calculate for and type questions

After rendering the quiz, the content player v1 is capable to show the final score on the end page of the asset. Please refer for more information.

MTF
FTB
Interactive editor
Ekstep content markup language
ECML player v1
MCQ
MTF
FTB
Reordering words
Arrange in Sequence
Configuring Questions
Compiling Question Set
overlay config
end page section
interactive editor
interactive editor MTF
interactive editor FTB
interactive editor reordering words
interactive editor Arrange in Sequence