Introduction:
This document is an approach not from content framework to solve the creation of self-assessment from the user’s workspace
Background:
Jira issue: https://project-sunbird.atlassian.net/browse/SB-17128
Problem Statement:
Currently, an Assessment is created as a two-step process and most of the activities are done in the back end. Content is created with type as "Resource" which is reviewed and published and later the content type is changed to "Self-Assess” and made available to the user. Instead, the whole creation and publishing process should happen from the portal
Solution 1:
Handling on editor side(adding summary slide into content)
Whenever the content editor will create content as self-assessment content, we will extend the ECML with a new stage block which contains the summary plugin.
...
Cons:
For new content types, we are adding forcefully adding new stage programmatically, what if some other content types introduce in the future.
Solution 2:
Handling on consumption side as
...
an end-page plugin(
...
merging summary plugin &
...
end page)
we can club the summary and end page plugin which will behave as an assessment end page plugin. Based on the config received by the player we will switch the end page.
...