Versions Compared

Key

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

...

Code Block
Library 
  - Two inputs 
		1. EditorConfig
			- context
				- channel
				- framework
				- tragetFwIds
				- additionalCategories
				- sid
				- telemetryData
				- userInfo
				- awsUrls
			- config
				- mode
				- primaryCategory HierarchyConfig
			- playerConfig
			- toolbarConfig
		2. FormConfig
			- rootNodeFrom
			- unitNodeForm
			- leafNodeFrom
			- searchForm

Hierarchy Config:

Hierarchy Configuration will define how the a collection - (Course, DigitalTextbook etc) will be rendered within the Editor.

...

Code Block
{
  "maxDepth": 0,
  "objectType": "CollectionQuestionSet",
  "primaryCategory": "Practice Question Set",
  "isRoot": true,
  "iconClass": "fa fa-book",
	"children": {
		"Question": [
			'"Multiple Choice Question'",
			'"Subjective Question'"
		]
	},
  "hierarchy": {}
}