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