carp-dk / carp-dk/research.package
Change enum RPChoiceAnswerStyle names
Open
- Dominant language
- Dart
- Stars
- 52
- Forks
- 47
- Avg merge
- 5h 35m
- Merged PRs (30d)
- 4
Description
inside `lib/src/model/answerformat/answer_format.dart the enum
```
/// Available types for [RPChoiceAnswerFormat]
enum RPChoiceAnswerStyle {
/// The participant allowed to choose only a single option from the given set
SingleChoice,
/// The participant allowed only to choose multiple option from the given set
MultipleChoice,
}
```
has misleading names.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.