diff --git a/common/lib/xmodule/xmodule/js/src/capa/display.coffee b/common/lib/xmodule/xmodule/js/src/capa/display.coffee index 09a398dd7a..7263dde1f0 100644 --- a/common/lib/xmodule/xmodule/js/src/capa/display.coffee +++ b/common/lib/xmodule/xmodule/js/src/capa/display.coffee @@ -42,7 +42,7 @@ class @Problem progress = "(#{detail} points)" if status == 'none' and detail? and detail.indexOf('/') > 0 a = detail.split('/') - possible = parseInt(a[1]) + possible = parseFloat(a[1]) if possible == 1 # i18n progress = "(#{possible} point possible)"