Skip to content

Commit 4b5dcd3

Browse files
committed
feat: implemented reading for set questions
1 parent d511490 commit 4b5dcd3

File tree

4 files changed

+762
-289
lines changed

4 files changed

+762
-289
lines changed

data/setQuestions.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"setQuestions": [
3+
{
4+
"id": "q1",
5+
"mainQuestion": "How do you work in noisy environments?",
6+
"steps": {
7+
"who": {
8+
"question": "Who is this statement about? (Automatically set to your name, descriptors disabled)",
9+
"preset": true,
10+
"presetAnswer": "username",
11+
"allowDescriptors": false
12+
},
13+
"action": {
14+
"question": "How do you manage distractions in noisy environments?",
15+
"preset": false,
16+
"presetAnswer": null,
17+
"allowDescriptors": true
18+
},
19+
"what": {
20+
"question": "What strategies do you use to stay focused?",
21+
"preset": false,
22+
"presetAnswer": null,
23+
"allowDescriptors": true
24+
},
25+
"privacy": {
26+
"question": "Who should see this response?",
27+
"preset": false,
28+
"presetAnswer": null,
29+
"allowDescriptors": false
30+
}
31+
}
32+
},
33+
{
34+
"id": "q2",
35+
"mainQuestion": "How do you handle tight deadlines?",
36+
"steps": {
37+
"who": {
38+
"question": "Who is responsible? (Automatically set to your name, descriptors disabled)",
39+
"preset": true,
40+
"presetAnswer": "username",
41+
"allowDescriptors": false
42+
},
43+
"action": {
44+
"question": "Describe your approach to working under pressure.",
45+
"preset": false,
46+
"presetAnswer": null,
47+
"allowDescriptors": true
48+
},
49+
"what": {
50+
"question": "What techniques do you use to meet deadlines?",
51+
"preset": false,
52+
"presetAnswer": null,
53+
"allowDescriptors": true
54+
},
55+
"privacy": {
56+
"question": "Who can view this answer?",
57+
"preset": false,
58+
"presetAnswer": null,
59+
"allowDescriptors": false
60+
}
61+
}
62+
}
63+
]
64+
}

0 commit comments

Comments
 (0)