Skip to content

Commit

Permalink
StepicOrg/Stepik-API#67 - add in_option_feedback field into dict
Browse files Browse the repository at this point in the history
  • Loading branch information
tatyderb committed Aug 18, 2019
1 parent cea2cf4 commit 8c03884
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aiken.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
'is_html_enabled': True,
'sample_size': 0, # len of 'options' list
'is_multiple_choice': False,
'preserve_order': False
}
'preserve_order': False,
'is_options_feedback': False # https://github.com/StepicOrg/Stepik-API/issues/67
}
},
'lesson': None,
'position': None
Expand Down

0 comments on commit 8c03884

Please sign in to comment.