multimodal / layouts /task_layout.html
davidjurgens's picture
Deploy: Potato — Multimodal Annotation
3a04fcd verified
Raw
History Blame Contribute Delete
6.02 kB
<!-- CONFIG_HASH: ee6108ebdd16bd4545dc17b3db2739fd_83ace1d94f44ea8a26ed8e9a40db58fa -->
<!-- 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 the video?</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=""
>
<label for="sentiment_positive_radio" class="shadcn-radio-label" >Positive</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=""
>
<label for="sentiment_neutral_radio" class="shadcn-radio-label" >Neutral</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=""
>
<label for="sentiment_negative_radio" class="shadcn-radio-label" >Negative</label>
</div>
</div></fieldset></form>
<form id="key_points" class="annotation-form span shadcn-span-container" action="javascript:void(0)" data-annotation-id="1" data-grid-columns="1">
<fieldset schema="key_points">
<legend class="shadcn-span-title">Highlight key points or important statements</legend>
<div class="shadcn-span-options">
<div class="shadcn-span-option">
<input class="key_points shadcn-span-checkbox"
for_span="true"
type="checkbox"
id="key_points_main_point"
name="span_label:::key_points"
value="main_point"
onclick="onlyOne(this); changeSpanLabel(this, 'key_points', 'main_point', 'main_point', '(110, 86, 207)', '');"
data-target-field=""
validation="">
<label for="key_points_main_point" class="shadcn-span-label" data-toggle="tooltip" data-html="true" data-placement="top" title="The main argument or point being made">
<span style="background-color:rgb(110, 86, 207,0.4);">main_point</span>
</label>
</div>
<div class="shadcn-span-option">
<input class="key_points shadcn-span-checkbox"
for_span="true"
type="checkbox"
id="key_points_supporting_evidence"
name="span_label:::key_points"
value="supporting_evidence"
onclick="onlyOne(this); changeSpanLabel(this, 'key_points', 'supporting_evidence', 'supporting_evidence', '(239, 68, 68)', '');"
data-target-field=""
validation="">
<label for="key_points_supporting_evidence" class="shadcn-span-label" data-toggle="tooltip" data-html="true" data-placement="top" title="Evidence or examples supporting the main point">
<span style="background-color:rgb(239, 68, 68,0.4);">supporting_evidence</span>
</label>
</div>
<div class="shadcn-span-option">
<input class="key_points shadcn-span-checkbox"
for_span="true"
type="checkbox"
id="key_points_question"
name="span_label:::key_points"
value="question"
onclick="onlyOne(this); changeSpanLabel(this, 'key_points', 'question', 'question', '(113, 113, 122)', '');"
data-target-field=""
validation="">
<label for="key_points_question" class="shadcn-span-label" data-toggle="tooltip" data-html="true" data-placement="top" title="Questions raised in the transcript">
<span style="background-color:rgb(113, 113, 122,0.4);">question</span>
</label>
</div>
</div></fieldset></form>
</div>