File size: 5,898 Bytes
8f5416b | 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 | <!-- CONFIG_HASH: cd2e457b78da7b8790d0b291c8204d0b_9259996debbb25f26652ca08b89a11e5 -->
<!-- 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="genre" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="0" data-annotation-type="radio" data-schema-name="genre" data-grid-columns="1">
<fieldset schema="genre">
<legend class="shadcn-radio-title">What genre best describes this audio?</legend>
<div class="shadcn-radio-options">
<div class="shadcn-radio-option">
<input class="genre shadcn-radio-input annotation-input"
type="radio"
id="genre_electronic_radio"
name="genre"
value="electronic"
selection_constraint="single"
schema="genre"
label_name="electronic"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
>
<label for="genre_electronic_radio" class="shadcn-radio-label" >Electronic</label>
</div>
<div class="shadcn-radio-option">
<input class="genre shadcn-radio-input annotation-input"
type="radio"
id="genre_ambient_radio"
name="genre"
value="ambient"
selection_constraint="single"
schema="genre"
label_name="ambient"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
>
<label for="genre_ambient_radio" class="shadcn-radio-label" >Ambient</label>
</div>
<div class="shadcn-radio-option">
<input class="genre shadcn-radio-input annotation-input"
type="radio"
id="genre_dance_radio"
name="genre"
value="dance"
selection_constraint="single"
schema="genre"
label_name="dance"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
>
<label for="genre_dance_radio" class="shadcn-radio-label" >Dance</label>
</div>
<div class="shadcn-radio-option">
<input class="genre shadcn-radio-input annotation-input"
type="radio"
id="genre_other_radio"
name="genre"
value="other"
selection_constraint="single"
schema="genre"
label_name="other"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
>
<label for="genre_other_radio" class="shadcn-radio-label" >Other</label>
</div>
</div></fieldset></form>
<form id="mood" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="1" data-annotation-type="radio" data-schema-name="mood" data-grid-columns="1">
<fieldset schema="mood">
<legend class="shadcn-radio-title">What is the overall mood?</legend>
<div class="shadcn-radio-options">
<div class="shadcn-radio-option">
<input class="mood shadcn-radio-input annotation-input"
type="radio"
id="mood_energetic_radio"
name="mood"
value="energetic"
selection_constraint="single"
schema="mood"
label_name="energetic"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
>
<label for="mood_energetic_radio" class="shadcn-radio-label" >Energetic</label>
</div>
<div class="shadcn-radio-option">
<input class="mood shadcn-radio-input annotation-input"
type="radio"
id="mood_calm_radio"
name="mood"
value="calm"
selection_constraint="single"
schema="mood"
label_name="calm"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
>
<label for="mood_calm_radio" class="shadcn-radio-label" >Calm</label>
</div>
<div class="shadcn-radio-option">
<input class="mood shadcn-radio-input annotation-input"
type="radio"
id="mood_neutral_radio"
name="mood"
value="neutral"
selection_constraint="single"
schema="mood"
label_name="neutral"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
>
<label for="mood_neutral_radio" class="shadcn-radio-label" >Neutral</label>
</div>
</div></fieldset></form>
</div>
|