I am trying to create a command namely \twoc to make a simple two column answer space for a specific question.
The output should appear like this:

While my code for the .tex file that I will be doing should only be like this using the command \twoc:
Code
\Question What comes first?\\
\twoc
\text {apple}
\text {zebra}
\text {girrafe}
\text {dog}
\text {elephant}
\text {chicken}
\text {mouse}
\text {carabao}
Note
The command \twoc will automatically divide the text choices even. Example if text choices that are made was 8 then there should be 4 in each column.

\begin{Question}{Which comes first?}. I changed theQuestiontoquestionsalready still it has errors. – Kayla Nov 05 '12 at 23:58\documentclass{myclass}and I use geany - a text editor to compile my latex file. I installed geany's plugin that supports latex in ubuntu so I can build or compile the file in geany rather than in terminal. – Kayla Nov 06 '12 at 12:18