SMILEConsortium / node-smile-server

3 stars 4 forks source link

SMILE Student Web UI improperly formats the output percentage in the result page. #88

Closed truedat101 closed 10 years ago

truedat101 commented 10 years ago

It shows 1.0e2, not 100%.

truedat101 commented 10 years ago

We use .toPrecision(2) in the smilestudents.js. We should use .toFixed(2).