Closed weierophinney closed 5 years ago
When you ask a ChoiceQuestion, the result returned is the index of the choice requested, not the value. As such, we need to grab the value via the index in order to use it.
ChoiceQuestion
Fixes #58
When you ask a
ChoiceQuestion
, the result returned is the index of the choice requested, not the value. As such, we need to grab the value via the index in order to use it.Fixes #58