diff --git a/docs/en_us/data/source/course_data_formats/drag_and_drop/drag_and_drop_input.rst b/docs/en_us/data/source/course_data_formats/drag_and_drop/drag_and_drop_input.rst index a5efd866b6..c1e2ea929a 100644 --- a/docs/en_us/data/source/course_data_formats/drag_and_drop/drag_and_drop_input.rst +++ b/docs/en_us/data/source/course_data_formats/drag_and_drop/drag_and_drop_input.rst @@ -235,12 +235,12 @@ Rules are: exact, anyof, unordered_equal, anyof+number, unordered_equal+number { 'draggables': ['a', 'a', 'a'], 'targets': ['target1', 'target4', 'target7'], - 'rule': 'unordered_equal+numbers' + 'rule': 'unordered_equal+number' }, { 'draggables': ['b', 'b'], 'targets': ['target2', 'target5', 'target8'], - 'rule': 'anyof+numbers' + 'rule': 'anyof+number' }, { 'draggables': ['c'],