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

            "workbook": {
                "name": "workbook",
                "question": "Workbook",
                "questionShort": "Select Workbook",
                "answerType": "text",
                "type": "searchable-dropdown",
                "tooltip": "Workbook.",
                "useModelOptionsList" : {
                  "modelName" : "Workbook",
                  "displayNameObject" : "formFieldsEntities->workbookDetails->name"
                },
                "answerOptions": [],
                "answerOptionsType": null,
                "validations": ["required"],
                "value" : "",
                "answerColumns": []
            },

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

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

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

            "answer_type": {
                "name": "answer_type",
                "question": "Answer type",
                "questionShort": "Answer type",
                "answerType": "text",
                "type": "dropdown",
                "tooltip": "Answer type.",
                "answerOptions": [
                    {
                      "id": "text",
                      "value": "Text Based"
                    },
                    {
                        "id": "options-text",
                        "value": "Text Options "
                    },
                    {
                        "id": "options-image",
                        "value": "Image Options "
                    },
                    {
                        "id": "match-image-optionsr",
                        "value": "Match Images"
                    }
                  ],
                "answerOptionsType": null,
                "validations": ["required"],
                "value" : "",
                "answerColumns": []
            }

        }
  
      }
    }
  
  }