for my $choice ( @{ $question->{choices} } ) { my $text = $question->{descriptions}{$choice}; print qq[\n]; }