Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 84566c3

Browse files
committed
updated docstrings for MChoice and FillInTheBlank
1 parent 19e9e99 commit 84566c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

runestone/assess/multiplechoice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ class MChoice(Assessment):
148148
config values (conf.py):
149149
150150
- mchoice_div_class - custom CSS class of the component's outermost div
151+
- mchoice_compare_button_show - if False, hide the 'Compare me' button (default True)
151152
"""
152153
required_arguments = 1
153154
optional_arguments = 1

runestone/fitb/fitb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class FillInTheBlank(RunestoneIdDirective):
115115
config values (conf.py):
116116
117117
- fitb_div_class - custom CSS class of the component's outermost div
118+
- fitb_compare_button_show - if False, hide the 'Compare me' button (default True)
118119
"""
119120
required_arguments = 1
120121
optional_arguments = 0

0 commit comments

Comments
 (0)