Skip to content

Commit

Permalink
correct score calculation in TexToys Rhubarb
Browse files Browse the repository at this point in the history
  • Loading branch information
gbateson committed Nov 14, 2005
1 parent 5c4b04d commit 72e0b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/hotpot/hotpot-full.js
Expand Up @@ -2861,7 +2861,7 @@ function hpScore() {

} else if (t==7) { // rhubarb
if (v==6) {
x = hpScoreEngine(1, DoneList, "a[i]==1");
x = Math.floor(100*Correct/TotalWords);
}

} else if (t==8) { // sequitur
Expand Down

0 comments on commit 72e0b1f

Please sign in to comment.