Commit Graph

6 Commits

Author SHA1 Message Date
sarina
fa6ace3344 Fix demox code grader print statements 2020-12-02 09:24:53 -05:00
unknown
860c680caa Replace "+" in print with the more idiomatic "," 2020-10-08 12:35:40 -04:00
unknown
3c119ecf10 Correct DemoX Code Grader solution
the Show Answer button displays an answer that returns a SyntaxError:
invalid syntax

this commit corrects the print call by wrapping the int with str() for
proper type conversion and concatenates the sub strings inside parens
2020-10-08 03:22:55 -04:00
cahrens
85b8a88152 Delete mention of direction from checkboxgroup.
It was never implemented.
TNL-231
2015-07-24 14:44:08 -04:00
Ned Batchelder
70157670c5 Remove mentions of JSDraw from the test data 2014-09-24 09:56:05 -04:00
Calen Pennington
4e67c2a9b3 Add the manual testing course for testing xml import/export across modulestores 2014-07-17 10:35:36 -04:00