{
    "modelSettings" : {
      "context" : "user",
      "strictModel" : false,
      "modelName" : "QuestionItems",
      "service" : "tifunde",
      "access_roles" : {"admin": ["READ","WRITE", "ALL"], "owner": ["READ","WRITE"]},
      "controlAccess" : false
    },
  
    "modelData" : {
      "systemManagedEntities" : {
  
        "settings" : {
        }
      },
  
      "formFieldsEntities" : {
  
        "questionItems" : {

            "subquestion": {
                "name": "subquestion",
                "question": "Subquestion ID",
                "questionShort": "Subquestion ID",
                "answerType": "text",
                "type": "number",
                "tooltip": "Subquestion ID.",
                "answerOptions": [],
                "answerOptionsType": null,
                "validations": ["required"],
                "value" : "",
                "answerColumns": []
            }, 

            "question_text": {
                "name": "question_text",
                "question": "Question text",
                "questionShort": "Question text",
                "answerType": "text",
                "type": "text",
                "tooltip": "Question text as per workbook.",
                "answerOptions": [],
                "answerOptionsType": null,
                "validations": ["required"],
                "value" : "",
                "answerColumns": []
            }, 

            "sound_text": {
                "name": "sound_text",
                "question": "Question sound text",
                "questionShort": "Question sound text",
                "answerType": "text",
                "type": "text",
                "tooltip": "Question sound text.",
                "answerOptions": [],
                "answerOptionsType": null,
                "validations": ["required"],
                "value" : "",
                "answerColumns": []
            }, 

            "images": {
                "name": "images",
                "question": "Question image",
                "questionShort": "Question image",
                "answerType": "file",
                "type": "document-upload",
                "tooltip": "Please upload the question image",
                "answerOptions": [],
                "answerOptionsType": "image/png,image/jpeg,application/pdf",
                "validations": [],
                "answerColumns": []
            }

        }
  
      }
    }
  
  }