Commit 9d2d3ad 1 parent 31a24f2 commit 9d2d3ad Copy full SHA for 9d2d3ad
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ https://user-images.githubusercontent.com/68039511/115741726-d87b6080-a344-11eb-
50
50
51
51
# Implementation
52
52
53
- ### The latest stable release is ` v1.3.10 `
53
+ ### The latest stable release is ` v1.4.0 `
54
54
55
55
## For Gradle
56
56
In your project level build.gradle first add JitPack:
@@ -412,6 +412,10 @@ Returns a boolean that is true if the selected answer matches the correct answer
412
412
### ` setCorrectAnswer(int correctAnswer) `
413
413
Sets the correct answer of the question.
414
414
415
+
416
+ ### ` setOptionText(int index, String text) `
417
+ Sets the text of an option retrieved by an index. The option is retrieved by the index in the order they can be seen in.
418
+
415
419
# MultipleAnswerQuestions
416
420
``` xml
417
421
<com .aadyad.checkboxquestion.Views.MultipleAnswerQuestion
@@ -507,6 +511,9 @@ Returns a boolean that is true if the selected answers matches the correct answe
507
511
### ` setCorrectAnswer(ArrayList<Integer> correctAnswer) `
508
512
Sets the correct answer of the question.
509
513
514
+ ### ` setOptionText(int index, String text) `
515
+ Sets the text of an option retrieved by an index. The option is retrieved by the index in the order they can be seen in.
516
+
510
517
# Questions
511
518
Questions are an object that allow you to make a QuestionList full of Multiple Choice Questions.
512
519
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