Versions Compared

Key

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

...

If we put together all the component and its required configurations into a module/highlevel component the following would be the overall configuration.


Image Added

Code Block
languagejs
themeMidnight
{
  "pageAssemblyId":"",
  "scope": {
    "classes":"",
    "subject":""
  },
  "collectionType":{
    "name": "Collection type",
    "type": "string",
    "enum": "Textbook, Course"  
  },
  "contentTypes": {
    "name": "List of contentTypes",
    "type": "List",
    "enum": ["PracticeQuestionSet", "Lessonplan", "ExperientialResource", "FocusSpot", "CuriosityQuestionSet", "ExplanationResource"]
  },
  "questionCategories":{
    "name": "List of AssessmentItem Categorys",
    "type": "List",
    "enum": ["VSA", "SA", "LA", "MCQ", "CuriosityQuestion"],
    "hints": "When PracticeQuestionSet is set for contentTypes AssessmentItem Categorys must be"
  },
  "ckEditorConfig": {}
}

...