mace / layouts /task_layout.html
davidjurgens's picture
Deploy: Potato — MACE Agreement
a2c5eca verified
Raw
History Blame Contribute Delete
3.09 kB
<!-- CONFIG_HASH: 634c12c6d20ec4ded32af398ae004b9f_1a38ae16fd143cf9629276f698ac4d22 -->
<!-- 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="sentiment" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="0" data-annotation-type="radio" data-schema-name="sentiment" data-grid-columns="1">
<fieldset schema="sentiment">
<legend class="shadcn-radio-title">What is the overall sentiment of this review?</legend>
<div class="shadcn-radio-options">
<div class="shadcn-radio-option">
<input class="sentiment shadcn-radio-input annotation-input"
type="radio"
id="sentiment_positive_radio"
name="sentiment"
value="positive"
selection_constraint="single"
schema="sentiment"
label_name="positive"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
data-key="1">
<label for="sentiment_positive_radio" class="shadcn-radio-label" >Positive <span class="keybinding-badge">1</span></label>
</div>
<div class="shadcn-radio-option">
<input class="sentiment shadcn-radio-input annotation-input"
type="radio"
id="sentiment_negative_radio"
name="sentiment"
value="negative"
selection_constraint="single"
schema="sentiment"
label_name="negative"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
data-key="2">
<label for="sentiment_negative_radio" class="shadcn-radio-label" >Negative <span class="keybinding-badge">2</span></label>
</div>
<div class="shadcn-radio-option">
<input class="sentiment shadcn-radio-input annotation-input"
type="radio"
id="sentiment_neutral_radio"
name="sentiment"
value="neutral"
selection_constraint="single"
schema="sentiment"
label_name="neutral"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
data-key="3">
<label for="sentiment_neutral_radio" class="shadcn-radio-label" >Neutral <span class="keybinding-badge">3</span></label>
</div>
</div></fieldset></form>
</div>