Skip to content

Commit 3df971e

Browse files
authored
Updated README for v1.3.8
1 parent 32bc705 commit 3df971e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ Returns an int of the selected answer.
369369
### `setQuestion(String question)`
370370
Sets 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)`
444447
Sets the question text.
445448

449+
450+
### `getOptions()`
451+
Returns a String array with all the options the question provides.
452+
446453
# Questions
447454
Questions are an object that allow you to make a QuestionList full of Multiple Choice Questions.
448455
There are 3 constructors for the Question object, which means there are 2 ways to define your Question object

0 commit comments

Comments
 (0)