Searched refs:correctIndex (Results 1 – 1 of 1) sorted by relevance
235 int correctIndex = questionObject.getInt(JsonUtils.JSON_FIELD_CORRECT_INDEX); in fromJson() local236 return new Question(question, questionIndex, answers, correctIndex); in fromJson()