Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If content editor edits the same content we will hide the stage from the content editor and after saving we will add the stage again.

Image Added

Expand
titleStage ECML sample

Code Block
languagexml
<stage w="100" x="0" h="100" y="0" id="3a52e8ee-349c-49de-b5da-a6a47b268218">
        <config>
            <![CDATA[{"opacity":100,"strokeWidth":1,"stroke":"rgba(255, 255, 255, 0)","autoplay":false,"visible":true,"color":"#FFFFFF","genieControls":false,"instructions":""}]]>
        </config>
        <param name="previous" value="59e8bd17-86ad-4043-b340-18c9d9862a5c"></param>
        <org.ekstep.summary rotate="0" z-index="0" w="77.45" x="4.61" h="125.53" y="-29.38" id="45ecdc54-ce1d-48cd-a5a4-808c03ee12e2">
            <config>
                <![CDATA[{"opacity":100,"strokeWidth":1,"stroke":"rgba(255, 255, 255, 0)","autoplay":false,"visible":true}]]>
            </config>
        </org.ekstep.summary>
        <manifest>
            <media assetId="summaryImage"></media>
        </manifest>
  </stage>

Pros:

  • Easy to implement. Simple A simple change on the content creation side(editor).

  • Any summary plugin fixes will reflect on the new/edit contents immediately. (without user concern)

...

  • We are adding this plugin for every self-assess content. It will increase the size of the ecar ECAR file.

  • Any fixes of the summary plugin will work only for new contentscontent. Older contents need to edit & republish to get fixes of the summary plugin.

  • This is the core plugin changes(Stage plugin), any issues will have an a huge impact on other contents as well.

  • If the user explicity explicitly adding this plugin to the last stage, then he will see 2 stages with the summary plugin. Which he don’t doesn’t have any info why it is showing twice.

Note:

Existing contents has have to fix(remove the last slide). Else edit/copy of the any exisinting existing will be having duplicate slides of the summary plugin.

Solution 2:

...