quality-control / layouts /task_layout.html
davidjurgens's picture
Deploy: Potato — Quality Control
5693cd5 verified
Raw
History Blame Contribute Delete
3.45 kB
<!-- CONFIG_HASH: c272a499ae1011aceed5e10dc9267f6e_4641a8e04126e73055f0553dc29ac7c0 -->
<!-- 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 text?</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" data-toggle="tooltip" data-html="true" data-placement="top" title="Positive sentiment - happy, satisfied, enthusiastic">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" data-toggle="tooltip" data-html="true" data-placement="top" title="Negative sentiment - unhappy, dissatisfied, angry">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" data-toggle="tooltip" data-html="true" data-placement="top" title="Neutral sentiment - factual, balanced, no strong emotion">Neutral <span class="keybinding-badge">3</span></label>
</div>
</div></fieldset></form>
</div>