Serve a webpage to display questions.
Features:
- Reads questions from a csv file
- Endpoint for getting questions at /rest/question
- Pagination that gets each page from the server.
- Click the column headers to sort. Server side sorting of the question and answer columns. Sorting of distractors is not enabled. Clicking a column header also returns to page one.
Bugs:
- Server can only sort one column at a time even though UI allows selecting multiple columns for sorting using control or shift. The first column selected will be used to sort.