showQuestion() takes in an int variable for a specific question
number, and then displays the question on the page, given that
the question number isn't 0 and question number is in the range
of number of questions available.
statuses is a Collection of Status, which contain information on
a specific questions, labeling it as either being NotAttempted,
Attempted, and Completed.