Searched refs:JSON_FIELD_CORRECT_INDEX (Results 1 – 2 of 2) sorted by relevance
31 public static final String JSON_FIELD_CORRECT_INDEX = "correctIndex"; field in JsonUtils
234 int correctIndex = questionObject.getInt(JsonUtils.JSON_FIELD_CORRECT_INDEX); in fromJson()