We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588c5fa commit d98503aCopy full SHA for d98503a
src/chalkbox/java/functionality/Functionality.java
@@ -304,7 +304,7 @@ public Collection run(Collection submission) {
304
}
305
double scaled = Math.ceil((total / (float) 100) * options.weighting);
306
307
- results += "\n(" + total + "/100) * " + options.weighting + " =" + scaled;
+ results += "\n$$\n\\dfrac{" + total + "}{100} \\times " + options.weighting + " = " + scaled + "\n$$";
308
309
Data data = new Data();
310
data.set("name", "Functionality Tests");
0 commit comments