Kaustav Banerjee
702866b225
feat: delete XModuleDescriptorToXBlockMixin ( #29927 )
...
This:
1. Deletes XModuleDescriptorToXBlockMixin
2. Deletes `metadata_traslations` and `_translate()` from `XmlParserMixin`,
and all related implementations.
3. Removes translations of deprecated OLX attributes during import/export:
<old_attr> : <new_attr>
- 'slug' : 'url_name'
- 'name' : 'display_name'
- 'id' : 'discussion_id' (Discussion XBlock)
- 'for' : 'discussion_target' (Discussion XBlock)
- 'attempts' : 'max_attempts' (CAPA)
2022-04-21 16:15:00 +01:00
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