Spaces:
Paused
Paused
File size: 4,197 Bytes
cfef78f | 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 | <!-- CONFIG_HASH: 2e09b84444e6619583a84147a245fc15_d60e3635bf30b4573c39806cca4ec8a7 -->
<!-- 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="favorite_color" class="annotation-form multiselect shadcn-multiselect-container" action="javascript:void(0)" data-annotation-id="0" data-annotation-type="multiselect" data-schema-name="favorite_color" data-grid-columns="1">
<div class="ai-help none"><div class="tooltip"></div></div>
<fieldset schema="favorite_color">
<legend class="shadcn-multiselect-title">What colors are mentioned in the text?</legend>
<div class="shadcn-multiselect-grid" style="grid-template-columns: repeat(1, 1fr);">
<div class="shadcn-multiselect-item">
<input class="favorite_color shadcn-multiselect-checkbox annotation-input"
type="checkbox"
id="favorite_color_blue_checkbox"
name="favorite_color:::blue"
value="blue"
label_name="blue"
schema="favorite_color"
onclick="whetherNone(this);registerAnnotation(this)"
validation="" data-key="1">
<label for="favorite_color_blue_checkbox" schema="favorite_color" class="shadcn-multiselect-label">
Blue <span class="keybinding-badge shadcn-multiselect-key">1</span>
</label>
</div>
<div class="shadcn-multiselect-item">
<input class="favorite_color shadcn-multiselect-checkbox annotation-input"
type="checkbox"
id="favorite_color_maize_checkbox"
name="favorite_color:::maize"
value="maize"
label_name="maize"
schema="favorite_color"
onclick="whetherNone(this);registerAnnotation(this)"
validation="" data-key="2">
<label for="favorite_color_maize_checkbox" schema="favorite_color" class="shadcn-multiselect-label">
Maize <span class="keybinding-badge shadcn-multiselect-key">2</span>
</label>
</div>
<div class="shadcn-multiselect-item">
<input class="favorite_color shadcn-multiselect-checkbox annotation-input"
type="checkbox"
id="favorite_color_green_checkbox"
name="favorite_color:::green"
value="green"
label_name="green"
schema="favorite_color"
onclick="whetherNone(this);registerAnnotation(this)"
validation="" data-key="3">
<label for="favorite_color_green_checkbox" schema="favorite_color" class="shadcn-multiselect-label">
Green <span class="keybinding-badge shadcn-multiselect-key">3</span>
</label>
</div>
<div class="shadcn-multiselect-item">
<input class="favorite_color shadcn-multiselect-checkbox annotation-input"
type="checkbox"
id="favorite_color_white_checkbox"
name="favorite_color:::white"
value="white"
label_name="white"
schema="favorite_color"
onclick="whetherNone(this);registerAnnotation(this)"
validation="" data-key="4">
<label for="favorite_color_white_checkbox" schema="favorite_color" class="shadcn-multiselect-label">
White <span class="keybinding-badge shadcn-multiselect-key">4</span>
</label>
</div>
</div></fieldset></form>
</div>
|