-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest copy.json
More file actions
146 lines (146 loc) · 3.77 KB
/
test copy.json
File metadata and controls
146 lines (146 loc) · 3.77 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"activeSection": "welcome",
"backgroundImage": null,
"bgColor": "#FFFFFF",
"createdByAI": true,
"respondents": 0,
"sections": [
{
"icon": "hugeicons:start-up-02",
"id": "welcome",
"label": "Selamat datang",
"content": {
"bgColor": "#FFFFFF",
"bgOpacity": 1,
"buttonColor": "#1F38DB",
"buttonText": "Mulai",
"buttonTextColor": "#FFFFFF",
"contentText": "Selamat datang",
"dateFormat": null,
"description": "Terima kasih telah berpartisipasi dalam survei singkat ini tentang pengalaman dan preferensi Anda dalam Machine Learning.",
"largeLabel": false,
"listChoices": [],
"maxChoices": 0,
"midLabel": false,
"minChoices": 0,
"mustBeFilled": false,
"optionsCount": 0,
"otherOption": false,
"smallLabel": false,
"textColor": "#000000",
"timeFormat": null,
"title": "Selamat Datang di Survei Machine Learning!",
"toggleResponseCopy": false
}
},
{
"icon": "majesticons:text-line",
"id": "mlSection1",
"label": "Pengalaman Machine Learning",
"content": {
"bgColor": "#FFFFFF",
"bgOpacity": 1,
"buttonColor": "#1F38DB",
"buttonText": "Berikutnya",
"buttonTextColor": "#FFFFFF",
"contentText": "Teks Panjang",
"dateFormat": null,
"description": "Ceritakan pengalaman Anda dengan Machine Learning. Seberapa familiar Anda dengan berbagai teknik dan algoritma?",
"largeLabel": true,
"listChoices": [],
"maxChoices": 0,
"midLabel": false,
"minChoices": 0,
"mustBeFilled": true,
"optionsCount": 0,
"otherOption": true,
"smallLabel": false,
"textColor": "#000000",
"timeFormat": null,
"title": "Pengalaman Anda dengan Machine Learning",
"toggleResponseCopy": false
}
},
{
"icon": "carbon:circle-filled",
"id": "mlSection2",
"label": "Algoritma Favorit",
"content": {
"bgColor": "#FFFFFF",
"bgOpacity": 1,
"buttonColor": "#1F38DB",
"buttonText": "Selesai",
"buttonTextColor": "#FFFFFF",
"contentText": "Pilihan Ganda",
"dateFormat": null,
"description": "Apa algoritma Machine Learning favorit Anda?",
"largeLabel": false,
"listChoices": [
{
"label": "Regresi Linear",
"value": "A"
},
{
"label": "Regresi Logistik",
"value": "B"
},
{
"label": "Support Vector Machine (SVM)",
"value": "C"
},
{
"label": "Random Forest",
"value": "D"
},
{
"label": "Neural Network",
"value": "E"
}
],
"maxChoices": 1,
"midLabel": false,
"minChoices": 1,
"mustBeFilled": true,
"optionsCount": 5,
"otherOption": true,
"smallLabel": false,
"textColor": "#000000",
"timeFormat": null,
"title": "Algoritma Favorit Anda",
"toggleResponseCopy": false
}
},
{
"icon": "icon-park-outline:bye",
"id": "thankYou",
"label": "Penutup",
"content": {
"bgColor": "#FFFFFF",
"bgOpacity": 1,
"buttonColor": "#1F38DB",
"buttonText": null,
"buttonTextColor": "#FFFFFF",
"contentText": "Closing",
"dateFormat": null,
"description": "Terima kasih telah meluangkan waktu untuk mengisi survei ini.",
"largeLabel": false,
"listChoices": [],
"maxChoices": 0,
"midLabel": false,
"minChoices": 0,
"mustBeFilled": false,
"optionsCount": 0,
"otherOption": false,
"smallLabel": false,
"textColor": "#000000",
"timeFormat": null,
"title": "Terima Kasih!",
"toggleResponseCopy": false
}
}
],
"status": "draft",
"surveyTitle": "Survei Machine Learning",
"created_at": "2024-12-16T04:56:42.000000Z",
"updated_at": "2024-12-16T04:56:42.000000Z"
}