From 55d63af17ab6955dc5dd751b57f2fbd209876464 Mon Sep 17 00:00:00 2001 From: Peter Pinch Date: Mon, 12 Sep 2016 23:25:48 -0400 Subject: [PATCH] Fixing error in sample XML Maximum Score (aka "points") must be an integer. Studio enforces this, but if the XML is wrong it will break the block. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f7f15df5..55d4b1f0 100644 --- a/README.rst +++ b/README.rst @@ -158,7 +158,7 @@ Course Authoring in edX Studio +----------------+--------------------------------------------------------------------------+ | display_name | The name appears in the horizontal navigation at the top of the page | +----------------+--------------------------------------------------------------------------+ -| Maximum Score | Maximum grade score given to assignment by staff | +| Maximum Score | Maximum grade score given to assignment by staff (an integer) | +----------------+--------------------------------------------------------------------------+ | Problem Weight | Defines the number of points each problem is worth. | +----------------+--------------------------------------------------------------------------+ @@ -180,7 +180,7 @@ above. It is recommended to also include a url_name attribute. For example: .. code:: XML - +