File size: 611 Bytes
6c09f76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
    {
        "id": 1,
        "question": "What is your full name?",
        "answer_format": "str"
    },
    {
        "id": 2,
        "question": "What is your current job title?",
        "answer_format": "str"
    },
    {
        "id": 3,
        "question": "How many years of relevant experience do you have?",
        "answer_format": "int"
    },
    {
        "id": 4,
        "question": "Are you looking for a new job?",
        "answer_format": "bool"
    },
    {
        "id": 5,
        "question": "List your three strongest technical skills.",
        "answer_format": "list[str]"
    }
]