Skip to content

Releases: EunoiaC/Checkbox-Questions

v1.4.0

13 May 18:49
9d2d3ad
Compare
Choose a tag to compare
  • Added a method that allows option text to be changed
  • v1.3.10

    11 May 21:24
    Compare
    Choose a tag to compare
  • Fixed major bug which caused crash when using YesOrNoQuestion
  • v1.3.9

    06 May 18:25
    Compare
    Choose a tag to compare
  • 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
    3df971e
    Compare
    Choose a tag to compare
  • Added getOptions() method
  • v1.3.7

    30 Apr 16:22
    2f084ee
    Compare
    Choose a tag to compare
  • Added selectedAnswerText into the OnAnswerChangedListener interface
  • v1.3.6

    29 Apr 03:27
    Compare
    Choose a tag to compare
  • 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
    15c40cd
    Compare
    Choose a tag to compare
  • Fixed YesOrNoQuestion bugs
  • Added MultipleAnswerQuestions
  • v1.2.5

    22 Apr 20:32
    5dd3954
    Compare
    Choose a tag to compare
  • Code refactor (Changed method names)
  • v1.2.4

    22 Apr 20:32
    Compare
    Choose a tag to compare
  • Bug fix (QuestionList starting at 0 when creating numbers for questions instead of 1)
  • Code refactor
  • v1.2.3

    22 Apr 17:18
    d732c64
    Compare
    Choose a tag to compare
    • Added setOrientation method
    • Added setCheckedOption method
    • Added runnables for when the value changes
    • Added getQuestion method in QuestionList
    • Minor bug fixes