ai-hints / layouts /task_layout.html
davidjurgens's picture
Deploy: Potato — AI-Assisted Hints
f40053c verified
Raw
History Blame Contribute Delete
4.4 kB
<!-- CONFIG_HASH: 5a96c767ac5e9501b982181f92adde42_0b4548458f726ae1d3786a6faaa34c91 -->
<!-- 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">
<div class="ai-help none"><div class="tooltip"></div></div>
<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="p">
<label for="sentiment_positive_radio" class="shadcn-radio-label" data-toggle="tooltip" data-html="true" data-placement="top" title="The reviewer expresses satisfaction, happiness, or approval">Positive <span class="keybinding-badge">P</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="n">
<label for="sentiment_negative_radio" class="shadcn-radio-label" data-toggle="tooltip" data-html="true" data-placement="top" title="The reviewer expresses dissatisfaction, frustration, or disapproval">Negative <span class="keybinding-badge">N</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="u">
<label for="sentiment_neutral_radio" class="shadcn-radio-label" data-toggle="tooltip" data-html="true" data-placement="top" title="The reviewer is factual or balanced without strong emotion">Neutral <span class="keybinding-badge">U</span></label>
</div>
<div class="shadcn-radio-option">
<input class="sentiment shadcn-radio-input annotation-input"
type="radio"
id="sentiment_mixed_radio"
name="sentiment"
value="mixed"
selection_constraint="single"
schema="sentiment"
label_name="mixed"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
data-key="m">
<label for="sentiment_mixed_radio" class="shadcn-radio-label" data-toggle="tooltip" data-html="true" data-placement="top" title="The review contains both positive and negative sentiments">Mixed <span class="keybinding-badge">M</span></label>
</div>
</div></fieldset></form>
</div>