Searched refs:correctAnswerIndex (Results 1 – 2 of 2) sorted by relevance
217 private int correctAnswerIndex; field in MainActivity.Question220 int correctAnswerIndex) { in Question() argument224 this.correctAnswerIndex = correctAnswerIndex; in Question()250 dataMap.putInt(CORRECT_ANSWER_INDEX, correctAnswerIndex); in toPutDataRequest()285 int correctAnswerIndex = radioIdToIndex.get(choicesRadioGroup.getCheckedRadioButtonId()); in addQuestion() local287 addQuestionDataItem(new Question(question, mQuestionIndex++, answers, correctAnswerIndex)); in addQuestion()
107 int correctAnswerIndex = dataMap.getInt(CORRECT_ANSWER_INDEX); in onDataChanged() local132 boolean correct = (i == correctAnswerIndex); in onDataChanged()