Filling Out a Questionnaire II

Agility Kata „Filling Out a Questionnaire II“

Extend the questionnaire application in these regards:

1. Several options of a question can be correct (multi-select). This can be represented in the questionnaire file like so:

?Which of these animals are mammals
Ant
Bee
*Cat
*Dog

2. Let the user choose a questionnaire to answer. After starting the application a list of questionnaires is shown. The user chooses one which then is presented like before.

Take the filenames of the questionnaires as their titles to show in the list.

Consider all .txt files in the application directory as questionnaires.