Skip to content

Commit fc354a0

Browse files
author
Suhas Hariharan
committed
added margin and rephrased
Signed-off-by: Suhas Hariharan <[email protected]>
1 parent d6467ba commit fc354a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/js/components/CategoryWeighting.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<template>
2626
<div id="saspes-categories">
2727
<h3>Category Weighting</h3>
28-
<p>Enter the decimal weighting of each category (from your course syllabus) and use exemptions and add assignment on the table above to add multiple hypothetical grades. Please only use this if you are familiar with how category weighting works. Use the add single assignment option for the standard view.</p>
28+
<p>Enter the decimal weighting of each category (from your course syllabus) and use the exemptions / add assignment on the table above to add multiple hypothetical grades. This is a beta feature. For the old view please use the "add single assignment" option.</p>
2929
<table
3030
border="0"
3131
cellpadding="0"
@@ -61,7 +61,7 @@
6161
</tr>
6262
</tbody>
6363
</table>
64-
<button @click="addCategory();">
64+
<button style="margin-left: 1.6%" @click="addCategory();">
6565
Add Category
6666
</button>
6767
<label v-if="categorySum != 100">Category weightings do not sum to 100%</label>
@@ -72,6 +72,7 @@
7272
Save Weighting
7373
</button>
7474
<h2 v-if="categorySum==100">{{ hypo.grade }} ({{ hypo.fp }})</h2>
75+
<br><br>
7576
<p>Note: Since teachers can adjust the weighting of each assignment as well, this number is not necessarily accurate. In addition, early in the year some categories(i.e the exam category) may contain no grades and the percentages would need to be adjusted accordingly.</p>
7677
</div>
7778
</template>

0 commit comments

Comments
 (0)