Test results

This was solved by using javascript to round the numbers. For example:var yourVal = Math.round( 100 * Varcorrect.getValue()/100);VarMyLecValue.set( yourVal );Varcorrect is the correct variable in Lectora and I'm getting that value (ie. 4.555555) and rounding it to 5.Then I store it in a new Lectora variable: VarMyLecValue. I decided to store the new result in a new variable for testing purposes. I'm sure you can overwrite the the old Varcorrect with the new result.If I have time, I'll use the countcorrect title and implement this for other developers to use.

Discussions have been disabled for this post