RusticiSoftware / TinCanAPILibraryCSharp

DEPRECATION NOTICE: This library is deprecated, use the TinCan.NET library instead
http://rusticisoftware.github.io/TinCan.NET/
14 stars 12 forks source link

Correct the Score Min setter to correctly set the min field not the max #15

Closed cargowire closed 10 years ago

cargowire commented 10 years ago

The public setter (unused by the constructor) of the Score class incorrectly sets the max field value instead of the min field.

brianjmiller commented 10 years ago

:+1: @bscSCORM