It would work for several.
The problem is you have over 900 questions and that means you have to write over 900 lines on TEXT event aswell.
Solution is put the questions and answer into file.txt with recognized pattern for script to read and parse.
After that, you can load the file into hashtable and I guess script would be less than 20 lines.
e.g.,
<question 1>:<answer 1>
<question 2>:<answer 2>
.....
or
<question 1>
<answer 1>
<question 2>
<answer 2>
....