Sample Questionnaire app, written in Swift 5
After cloning the project, run the following command inside the root folder:
pod install
-
Questionnaire:
- A questionnaire that consists of 3 multiple choice questions related to work style;
- Each question is queried in a separate step as an UICollectionViewCell;
- Each answer has points that vary between 0 and 5;
- In the end, all answers points are added and evaluated to calculate the questionnaire final result.