| |
| |
| |
| |
| |
|
|
| <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> |
|
|