File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,9 @@ Returns an int of the selected answer.
369369### ` setQuestion(String question) `
370370Sets the question text.
371371
372+ ### ` getOptions() `
373+ Returns a String array with all the options the question provides.
374+
372375# MultipleAnswerQuestions
373376``` xml
374377<com .aadyad.checkboxquestion.Views.MultipleAnswerQuestion
@@ -443,6 +446,10 @@ Returns an Integer ArrayList of the selected answer.
443446### ` setQuestion(String question) `
444447Sets the question text.
445448
449+
450+ ### ` getOptions() `
451+ Returns a String array with all the options the question provides.
452+
446453# Questions
447454Questions are an object that allow you to make a QuestionList full of Multiple Choice Questions.
448455There are 3 constructors for the Question object, which means there are 2 ways to define your Question object
You can’t perform that action at this time.
0 commit comments