File size: 27,380 Bytes
ff159de
88d98bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!-- CONFIG_HASH: d13dd62c641283fe3b03bb5364369970_2836fbf025e149935dc70f5b87e58d46 -->
<!-- Generated annotation layout file -->
<!-- This file was automatically generated based on the annotation schemes in your config -->
<!-- You can customize this file to modify the layout of your annotation interface -->
<!-- Changes to this file will be preserved across server restarts -->

<div class="annotation_schema">

    <form id="Content Correctness" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="0" data-annotation-type="radio" data-schema-name="Content Correctness" data-grid-columns="1">
        
        <fieldset schema="Content Correctness">
            <legend class="shadcn-radio-title">Content Correctness: Are the facts, explanations, code, fixes, or judgments technically and factually correct?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Content Correctness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Content Correctness_Yes_radio"
                       name="Content Correctness"
                       value="Yes"
                       selection_constraint="single"
                       schema="Content Correctness"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Content Correctness_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Content Correctness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Content Correctness_To some extent_radio"
                       name="Content Correctness"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Content Correctness"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Content Correctness_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Content Correctness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Content Correctness_No_radio"
                       name="Content Correctness"
                       value="No"
                       selection_constraint="single"
                       schema="Content Correctness"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Content Correctness_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

    <form id="Learner-State Assessment" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="1" data-annotation-type="radio" data-schema-name="Learner-State Assessment" data-grid-columns="1">
        
        <fieldset schema="Learner-State Assessment">
            <legend class="shadcn-radio-title">Learner-State Assessment: Does the tutor correctly assess whether the learner&#x27;s work is correct, incorrect, incomplete, or uncertain?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Learner-State Assessment shadcn-radio-input annotation-input"
                       type="radio"
                       id="Learner-State Assessment_Yes_radio"
                       name="Learner-State Assessment"
                       value="Yes"
                       selection_constraint="single"
                       schema="Learner-State Assessment"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Learner-State Assessment_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Learner-State Assessment shadcn-radio-input annotation-input"
                       type="radio"
                       id="Learner-State Assessment_To some extent_radio"
                       name="Learner-State Assessment"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Learner-State Assessment"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Learner-State Assessment_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Learner-State Assessment shadcn-radio-input annotation-input"
                       type="radio"
                       id="Learner-State Assessment_No_radio"
                       name="Learner-State Assessment"
                       value="No"
                       selection_constraint="single"
                       schema="Learner-State Assessment"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Learner-State Assessment_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

    <form id="Issue Localization" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="2" data-annotation-type="radio" data-schema-name="Issue Localization" data-grid-columns="1">
        
        <fieldset schema="Issue Localization">
            <legend class="shadcn-radio-title">Issue Localization: Does the tutor identify the relevant step, line, concept, or reasoning gap?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Issue Localization shadcn-radio-input annotation-input"
                       type="radio"
                       id="Issue Localization_Yes_radio"
                       name="Issue Localization"
                       value="Yes"
                       selection_constraint="single"
                       schema="Issue Localization"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Issue Localization_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Issue Localization shadcn-radio-input annotation-input"
                       type="radio"
                       id="Issue Localization_To some extent_radio"
                       name="Issue Localization"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Issue Localization"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Issue Localization_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Issue Localization shadcn-radio-input annotation-input"
                       type="radio"
                       id="Issue Localization_No_radio"
                       name="Issue Localization"
                       value="No"
                       selection_constraint="single"
                       schema="Issue Localization"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Issue Localization_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

    <form id="Disclosure Appropriateness" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="3" data-annotation-type="radio" data-schema-name="Disclosure Appropriateness" data-grid-columns="1">
        
        <fieldset schema="Disclosure Appropriateness">
            <legend class="shadcn-radio-title">Disclosure Appropriateness: Does the tutor reveal an appropriate amount of solution detail given the task type and learner state?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Disclosure Appropriateness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Disclosure Appropriateness_Yes_radio"
                       name="Disclosure Appropriateness"
                       value="Yes"
                       selection_constraint="single"
                       schema="Disclosure Appropriateness"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Disclosure Appropriateness_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Disclosure Appropriateness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Disclosure Appropriateness_To some extent_radio"
                       name="Disclosure Appropriateness"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Disclosure Appropriateness"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Disclosure Appropriateness_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Disclosure Appropriateness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Disclosure Appropriateness_No_radio"
                       name="Disclosure Appropriateness"
                       value="No"
                       selection_constraint="single"
                       schema="Disclosure Appropriateness"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Disclosure Appropriateness_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

    <form id="Providing Guidance" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="4" data-annotation-type="radio" data-schema-name="Providing Guidance" data-grid-columns="1">
        
        <fieldset schema="Providing Guidance">
            <legend class="shadcn-radio-title">Providing Guidance: Does the response provide useful help, such as a hint, explanation, validation, diagnostic feedback, worked step, or repair advice?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Providing Guidance shadcn-radio-input annotation-input"
                       type="radio"
                       id="Providing Guidance_Yes_radio"
                       name="Providing Guidance"
                       value="Yes"
                       selection_constraint="single"
                       schema="Providing Guidance"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Providing Guidance_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Providing Guidance shadcn-radio-input annotation-input"
                       type="radio"
                       id="Providing Guidance_To some extent_radio"
                       name="Providing Guidance"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Providing Guidance"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Providing Guidance_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Providing Guidance shadcn-radio-input annotation-input"
                       type="radio"
                       id="Providing Guidance_No_radio"
                       name="Providing Guidance"
                       value="No"
                       selection_constraint="single"
                       schema="Providing Guidance"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Providing Guidance_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

    <form id="Coherence" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="5" data-annotation-type="radio" data-schema-name="Coherence" data-grid-columns="1">
        
        <fieldset schema="Coherence">
            <legend class="shadcn-radio-title">Coherence: Is the response logically consistent and generally relevant to the task?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Coherence shadcn-radio-input annotation-input"
                       type="radio"
                       id="Coherence_Yes_radio"
                       name="Coherence"
                       value="Yes"
                       selection_constraint="single"
                       schema="Coherence"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Coherence_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Coherence shadcn-radio-input annotation-input"
                       type="radio"
                       id="Coherence_To some extent_radio"
                       name="Coherence"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Coherence"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Coherence_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Coherence shadcn-radio-input annotation-input"
                       type="radio"
                       id="Coherence_No_radio"
                       name="Coherence"
                       value="No"
                       selection_constraint="single"
                       schema="Coherence"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Coherence_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

    <form id="Actionability" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="6" data-annotation-type="radio" data-schema-name="Actionability" data-grid-columns="1">
        
        <fieldset schema="Actionability">
            <legend class="shadcn-radio-title">Actionability: After reading the response, is it clear what the learner should do, think about, or check next?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Actionability shadcn-radio-input annotation-input"
                       type="radio"
                       id="Actionability_Yes_radio"
                       name="Actionability"
                       value="Yes"
                       selection_constraint="single"
                       schema="Actionability"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Actionability_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Actionability shadcn-radio-input annotation-input"
                       type="radio"
                       id="Actionability_To some extent_radio"
                       name="Actionability"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Actionability"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Actionability_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Actionability shadcn-radio-input annotation-input"
                       type="radio"
                       id="Actionability_No_radio"
                       name="Actionability"
                       value="No"
                       selection_constraint="single"
                       schema="Actionability"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Actionability_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

    <form id="Clarity" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="7" data-annotation-type="radio" data-schema-name="Clarity" data-grid-columns="1">
        
        <fieldset schema="Clarity">
            <legend class="shadcn-radio-title">Clarity: Is the response easy to understand in terms of context, structure, and references?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Clarity shadcn-radio-input annotation-input"
                       type="radio"
                       id="Clarity_Yes_radio"
                       name="Clarity"
                       value="Yes"
                       selection_constraint="single"
                       schema="Clarity"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Clarity_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Clarity shadcn-radio-input annotation-input"
                       type="radio"
                       id="Clarity_To some extent_radio"
                       name="Clarity"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Clarity"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Clarity_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Clarity shadcn-radio-input annotation-input"
                       type="radio"
                       id="Clarity_No_radio"
                       name="Clarity"
                       value="No"
                       selection_constraint="single"
                       schema="Clarity"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Clarity_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

    <form id="Conciseness" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="8" data-annotation-type="radio" data-schema-name="Conciseness" data-grid-columns="1">
        
        <fieldset schema="Conciseness">
            <legend class="shadcn-radio-title">Conciseness: Is the response appropriately scoped in length and detail for the context?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Conciseness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Conciseness_Yes_radio"
                       name="Conciseness"
                       value="Yes"
                       selection_constraint="single"
                       schema="Conciseness"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Conciseness_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Conciseness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Conciseness_To some extent_radio"
                       name="Conciseness"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Conciseness"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Conciseness_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Conciseness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Conciseness_No_radio"
                       name="Conciseness"
                       value="No"
                       selection_constraint="single"
                       schema="Conciseness"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Conciseness_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

    <form id="Humanness" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="9" data-annotation-type="radio" data-schema-name="Humanness" data-grid-columns="1">
        
        <fieldset schema="Humanness">
            <legend class="shadcn-radio-title">Humanness: Does this look or sound like what a human tutor would do or say in this context?</legend>
            <div class="shadcn-radio-options">
    
            <div class="shadcn-radio-option">
                <input class="Humanness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Humanness_Yes_radio"
                       name="Humanness"
                       value="Yes"
                       selection_constraint="single"
                       schema="Humanness"
                       label_name="Yes"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Humanness_Yes_radio" class="shadcn-radio-label" >Yes</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Humanness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Humanness_To some extent_radio"
                       name="Humanness"
                       value="To some extent"
                       selection_constraint="single"
                       schema="Humanness"
                       label_name="To some extent"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Humanness_To some extent_radio" class="shadcn-radio-label" >To Some Extent</label>
            </div>
        
            <div class="shadcn-radio-option">
                <input class="Humanness shadcn-radio-input annotation-input"
                       type="radio"
                       id="Humanness_No_radio"
                       name="Humanness"
                       value="No"
                       selection_constraint="single"
                       schema="Humanness"
                       label_name="No"
                       onclick="onlyOne(this);registerAnnotation(this);"
                       validation="required"
                       >
                <label for="Humanness_No_radio" class="shadcn-radio-label" >No</label>
            </div>
        </div></fieldset></form>

</div>