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

Commit

Permalink
updated docstrings for MChoice and FillInTheBlank
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiljevic authored and maric993 committed Oct 16, 2019
1 parent 0b1a55a commit ad5bb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runestone/assess/multiplechoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class MChoice(Assessment):
config values (conf.py):
- mchoice_div_class - custom CSS class of the component's outermost div
- mchoice_compare_button_show - if False, hide the 'Compare me' button (default True)
"""
required_arguments = 1
optional_arguments = 1
Expand Down
1 change: 1 addition & 0 deletions runestone/fitb/fitb.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class FillInTheBlank(RunestoneIdDirective):
config values (conf.py):
- fitb_div_class - custom CSS class of the component's outermost div
- fitb_compare_button_show - if False, hide the 'Compare me' button (default True)
"""
required_arguments = 1
optional_arguments = 0
Expand Down

0 comments on commit ad5bb1d

Please sign in to comment.