Releases: EunoiaC/Checkbox-Questions
Releases · EunoiaC/Checkbox-Questions
v1.4.0
13 May 18:49
Compare
Sorry, something went wrong.
No results found
Added a method that allows option text to be changed
v1.3.10
11 May 21:24
Compare
Sorry, something went wrong.
No results found
Fixed major bug which caused crash when using YesOrNoQuestion
v1.3.9
06 May 18:25
Compare
Sorry, something went wrong.
No results found
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
01 May 21:54
Compare
Sorry, something went wrong.
No results found
Added getOptions() method
v1.3.7
30 Apr 16:22
Compare
Sorry, something went wrong.
No results found
Added selectedAnswerText into the OnAnswerChangedListener interface
v1.3.6
29 Apr 03:27
Compare
Sorry, something went wrong.
No results found
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
26 Apr 21:47
Compare
Sorry, something went wrong.
No results found
Fixed YesOrNoQuestion bugs
Added MultipleAnswerQuestions
v1.2.5
22 Apr 20:32
Compare
Sorry, something went wrong.
No results found
Code refactor (Changed method names)
v1.2.4
22 Apr 20:32
Compare
Sorry, something went wrong.
No results found
Bug fix (QuestionList starting at 0 when creating numbers for questions instead of 1)
Code refactor
v1.2.3
22 Apr 17:18
Compare
Sorry, something went wrong.
No results found
Added setOrientation method
Added setCheckedOption method
Added runnables for when the value changes
Added getQuestion method in QuestionList
Minor bug fixes