The location object:
Field | Type | Description |
---|---|---|
uid | string | |
Speicific_type | string | Pre-screening questionnaire or Diversity Survey |
name | string | Questionnaire's name |
enabled_for | string | Selected location or positions or All positions |
show_as | string | Part of the application form or Full page questionnaire |
questions | Array | Array of questions |
questions.title | string | Question's title |
Questions.explanation | string | Question's explanation |
Question.options | string | Question's answers |
{
"uid": "72.10E",
"speicifc_type": "Pre screen questionnaire",
"name": "Project Manager - Pre-screening",
"enabled_for": "Selected location or positions",
"show_as": "Full-page questionnaire",
"questions": [
{
"title": "What is your highest level of education?",
"explanation": ""
},
{
"title": "Do you have any experience with project management software?",
"explanation": "",
"options": [
{
"title": "Yes"
},
{
"title": "No"
}
]
},
{
"title": "Describe a successful project you have managed in the past.",
"explanation": ""
},
{
"title": "What challenges have you faced while managing projects?",
"explanation": ""
},
{
"title": "What strategies do you use to ensure a project is completed on time and within budget?",
"explanation": ""
},
]
}