Releases: EunoiaC/Checkbox-Questions
Releases · EunoiaC/Checkbox-Questions
v1.4.0
Added a method that allows option text to be changed
v1.3.10
Fixed major bug which caused crash when using YesOrNoQuestion
v1.3.9
Added set correct answer and get correct answer method
Added "isAnswerCorrect()" method to all views which will return a boolean than confirms if the answer is correct
v1.3.8
Added getOptions() method
v1.3.7
Added selectedAnswerText into the OnAnswerChangedListener interface
v1.3.6
Removed runnable in OnValueChanged for a listener (OnAnswerChangedListener)
Added OnAnswerChangedListener to all question types
Bug fixes (I forgot to update classes with newer methods hehe.)
v1.3.5
Fixed YesOrNoQuestion bugs
Added MultipleAnswerQuestions
v1.2.5
Code refactor (Changed method names)
v1.2.4
Bug fix (QuestionList starting at 0 when creating numbers for questions instead of 1)
Code refactor
v1.2.3
- Added setOrientation method
- Added setCheckedOption method
- Added runnables for when the value changes
- Added getQuestion method in QuestionList
- Minor bug fixes