if (withRobot) {
                JSONObject isHuman = new JSONObject();
                isHuman.put("title", "Role: " + role);
                isHuman.put("key", SINGLE_USER_IS_HUMAN_KEY_PREFIX + role);
                isHuman.put("type", "radios");