Searched defs:correctAnswerIndex (Results 1 – 2 of 2) sorted by relevance
217 private int correctAnswerIndex; field in MainActivity.Question220 int correctAnswerIndex) { in Question()285 int correctAnswerIndex = radioIdToIndex.get(choicesRadioGroup.getCheckedRadioButtonId()); in addQuestion() local
107 int correctAnswerIndex = dataMap.getInt(CORRECT_ANSWER_INDEX); in onDataChanged() local