...
loading the required presentation (criteria view, ecm view) at consumption requires more processing.
Rubrics at each criteria
Code Block |
---|
{
"name": "Availability of School Leadership",
"description": "Availability of School Leadership",
"type": "auto",
"levels": {
"L1": {
"level": "L1",
"label": "Level 1",
"description": ""
},
"L2": {
"level": "L2",
"label": "Level 2",
"description": ""
},
"L3": {
"level": "L3",
"label": "Level 3",
"description": ""
},
"L4": {
"level": "L4",
"label": "Level 4",
"description": ""
}
}
} |
Behaviour:
Creator will see the framework hierarchical structure of domain & criteria for the first time, when creation of observation begins.
Once the observation is created, the taxonomy structure will be copied to the observation and same will be shown to the user from next loading of editor.
Label and some additional information (description, keywords, etc) can be updated by creator for the copied taxonomy structure.
...