An array of available RPChoice objects which represent the choices to the participant.
get choices => this._choices;
set choices(List<RPChoice> choices) { this._choices = choices; }