-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation-course-registration-form.json
More file actions
361 lines (361 loc) · 9.79 KB
/
Copy patheducation-course-registration-form.json
File metadata and controls
361 lines (361 loc) · 9.79 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
{
"0": {
"title": "Course Registration Form",
"description": "Please complete this form to register for courses. All fields marked with an asterisk (*) are required.",
"labelPlacement": "top_label",
"descriptionPlacement": "below",
"markupVersion": 2,
"fields": [
{
"id": 1,
"type": "name",
"label": "Student Name",
"isRequired": true,
"nameFormat": "advanced",
"inputs": [
{
"id": "1.2",
"label": "Prefix",
"isHidden": true
},
{
"id": "1.3",
"label": "First"
},
{
"id": "1.4",
"label": "Middle",
"isHidden": true
},
{
"id": "1.6",
"label": "Last"
},
{
"id": "1.8",
"label": "Suffix",
"isHidden": true
}
]
},
{
"id": 2,
"type": "text",
"label": "Student ID",
"isRequired": true,
"placeholder": "Enter your student identification number"
},
{
"id": 3,
"type": "email",
"label": "Email Address",
"isRequired": true,
"placeholder": "your.email@university.edu"
},
{
"id": 4,
"type": "phone",
"label": "Phone Number",
"isRequired": true,
"phoneFormat": "standard"
},
{
"id": 5,
"type": "date",
"label": "Date of Birth",
"isRequired": true,
"dateType": "datepicker",
"dateFormat": "mdy"
},
{
"id": 6,
"type": "select",
"label": "Academic Level",
"isRequired": true,
"choices": [
{
"text": "Undergraduate - Freshman",
"value": "ug_freshman"
},
{
"text": "Undergraduate - Sophomore",
"value": "ug_sophomore"
},
{
"text": "Undergraduate - Junior",
"value": "ug_junior"
},
{
"text": "Undergraduate - Senior",
"value": "ug_senior"
},
{
"text": "Graduate - Master's",
"value": "grad_masters"
},
{
"text": "Graduate - Doctoral",
"value": "grad_doctoral"
},
{
"text": "Non-degree Seeking",
"value": "non_degree"
}
]
},
{
"id": 7,
"type": "text",
"label": "Major/Program of Study",
"isRequired": true,
"placeholder": "e.g., Computer Science, Business Administration"
},
{
"id": 8,
"type": "select",
"label": "Registration Term",
"isRequired": true,
"choices": [
{
"text": "Fall 2024",
"value": "fall_2024"
},
{
"text": "Spring 2025",
"value": "spring_2025"
},
{
"text": "Summer 2025",
"value": "summer_2025"
}
]
},
{
"id": 9,
"type": "section",
"label": "Course Selection",
"description": "Please select the courses you wish to register for. You may select up to 6 courses per term."
},
{
"id": 10,
"type": "checkbox",
"label": "Courses",
"description": "Select all courses you wish to register for:",
"choices": [
{
"text": "MATH 101 - College Algebra (3 credits)",
"value": "math101"
},
{
"text": "ENG 102 - English Composition (3 credits)",
"value": "eng102"
},
{
"text": "HIST 201 - World History (3 credits)",
"value": "hist201"
},
{
"text": "SCI 150 - Introduction to Biology (4 credits)",
"value": "sci150"
},
{
"text": "PSYC 101 - General Psychology (3 credits)",
"value": "psyc101"
},
{
"text": "ECON 200 - Principles of Economics (3 credits)",
"value": "econ200"
},
{
"text": "ART 100 - Art Appreciation (2 credits)",
"value": "art100"
},
{
"text": "PE 101 - Physical Education (1 credit)",
"value": "pe101"
}
],
"inputs": [
{
"id": "10.1",
"label": "MATH 101 - College Algebra (3 credits)"
},
{
"id": "10.2",
"label": "ENG 102 - English Composition (3 credits)"
},
{
"id": "10.3",
"label": "HIST 201 - World History (3 credits)"
},
{
"id": "10.4",
"label": "SCI 150 - Introduction to Biology (4 credits)"
},
{
"id": "10.5",
"label": "PSYC 101 - General Psychology (3 credits)"
},
{
"id": "10.6",
"label": "ECON 200 - Principles of Economics (3 credits)"
},
{
"id": "10.7",
"label": "ART 100 - Art Appreciation (2 credits)"
},
{
"id": "10.8",
"label": "PE 101 - Physical Education (1 credit)"
}
]
},
{
"id": 11,
"type": "radio",
"label": "Registration Status",
"isRequired": true,
"choices": [
{
"text": "Full-time (12+ credit hours)",
"value": "fulltime"
},
{
"text": "Part-time (less than 12 credit hours)",
"value": "parttime"
}
]
},
{
"id": 12,
"type": "select",
"label": "Payment Method",
"isRequired": true,
"choices": [
{
"text": "Financial Aid",
"value": "financial_aid"
},
{
"text": "Cash/Check",
"value": "cash_check"
},
{
"text": "Credit/Debit Card",
"value": "card"
},
{
"text": "Payment Plan",
"value": "payment_plan"
},
{
"text": "Employer Reimbursement",
"value": "employer"
}
]
},
{
"id": 13,
"type": "checkbox",
"label": "Special Accommodations",
"description": "Check all that apply:",
"choices": [
{
"text": "Disability Services Support",
"value": "disability"
},
{
"text": "English as Second Language Support",
"value": "esl"
},
{
"text": "Academic Tutoring",
"value": "tutoring"
},
{
"text": "Veterans Services",
"value": "veterans"
}
],
"inputs": [
{
"id": "13.1",
"label": "Disability Services Support"
},
{
"id": "13.2",
"label": "English as Second Language Support"
},
{
"id": "13.3",
"label": "Academic Tutoring"
},
{
"id": "13.4",
"label": "Veterans Services"
}
]
},
{
"id": 14,
"type": "textarea",
"label": "Additional Comments or Special Requests",
"placeholder": "Please provide any additional information or special requests regarding your registration..."
},
{
"id": 15,
"type": "consent",
"label": "Registration Agreement",
"checkboxLabel": "I certify that the information provided is accurate and complete. I understand the university's policies regarding course registration, payment, and academic requirements.",
"description": "",
"isRequired": true,
"size": "large",
"visibility": "visible",
"validateState": true,
"descriptionPlacement": "above",
"inputs": [
{"id": "15.1", "label": "Consent", "name": ""},
{"id": "15.2", "label": "Text", "name": "", "isHidden": true},
{"id": "15.3", "label": "Description", "name": "", "isHidden": true}
],
"choices": [
{"text": "Checked", "value": "1", "isSelected": false, "price": ""}
]
},
{
"id": 16,
"type": "consent",
"label": "Privacy Consent",
"checkboxLabel": "I consent to the university contacting me via email and phone regarding my registration and academic progress.",
"description": "",
"isRequired": true,
"size": "large",
"visibility": "visible",
"validateState": true,
"descriptionPlacement": "above",
"inputs": [
{"id": "16.1", "label": "Consent", "name": ""},
{"id": "16.2", "label": "Text", "name": "", "isHidden": true},
{"id": "16.3", "label": "Description", "name": "", "isHidden": true}
],
"choices": [
{"text": "Checked", "value": "1", "isSelected": false, "price": ""}
]
}
],
"button": {
"type": "text",
"text": "Submit Registration"
},
"confirmations": {
"default": {
"id": "default",
"name": "Default Confirmation",
"isDefault": true,
"type": "message",
"message": "Thank you for submitting your course registration! Your registration request has been received and will be processed within 2-3 business days. You will receive a confirmation email with your course schedule and payment information. If you have any questions, please contact the Registrar's Office at (555) 123-4567."
}
}
},
"version": "2.9"
}