Editor:
Update Object category definition through postman Add new field under the framework details include the new field called evaluable
{ "code":"evaluable", "name":"Evaluable", "label":"Evaluable", "description":"Is Question is Evaluable", "default":false, "dataType":"boolean", "inputType":"select", "editable":true, "required":false, "visible":false, "renderingHints":{ "class":"sb-g-col-lg-1 required" }, "range":[ true, false ] }
2. Code changes
a. Add question type you want to set evaluable as true in the editor.config.json
"evaluableQuestionSet": "PIAA Question Set",
b. Depends on type of question set user select from the dropdown [“PIAA Question set“, “Practice Question set“ …] set evaluable flag to true/false.
c. If the selected question set matches to configured question set the evalauble will be set to true otherwise false in node update api.
Reference Commit:
https://github.com/sohailamjad12/editor/commit/2d763b5e4dfc98c85ec2d25527265e259c0a85d4