Skip to content

Commit faabfd6

Browse files
committed
remove weights from choices
1 parent 194ede6 commit faabfd6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

app/pods/components/choice-editor/template.hbs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@
2525
{{markdown-to-html choice.description extensions='katex'}}
2626
</div>
2727
</div>
28-
<div class="row align-items-center justify-content-center">
29-
<div class="col-2">
30-
Positive Weight:
31-
</div>
32-
<div class="col-10 input-group">
33-
{{input type="number" class="input-text" placeholder="Positive Weight" value=choice.positiveWeight}}
34-
</div>
35-
</div>
36-
<div class="row justify-conten-center align-items-center">
37-
<div class="col-2">
38-
Negative Weight:
39-
</div>
40-
<div class="col-10 input-group">
41-
{{input type="number" class="input-text" placeholder="Negative Weight" value=choice.negativeWeight}}
42-
</div>
43-
</div>
4428
{{else}}
4529
<h3>{{choice.title}}</h3>
4630
<p>

0 commit comments

Comments
 (0)