Commit 3df971e 1 parent 32bc705 commit 3df971e Copy full SHA for 3df971e
File tree 1 file changed +7
-0
lines changed
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.
369
369
### ` setQuestion(String question) `
370
370
Sets the question text.
371
371
372
+ ### ` getOptions() `
373
+ Returns a String array with all the options the question provides.
374
+
372
375
# MultipleAnswerQuestions
373
376
``` xml
374
377
<com .aadyad.checkboxquestion.Views.MultipleAnswerQuestion
@@ -443,6 +446,10 @@ Returns an Integer ArrayList of the selected answer.
443
446
### ` setQuestion(String question) `
444
447
Sets the question text.
445
448
449
+
450
+ ### ` getOptions() `
451
+ Returns a String array with all the options the question provides.
452
+
446
453
# Questions
447
454
Questions are an object that allow you to make a QuestionList full of Multiple Choice Questions.
448
455
There 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