This project uses python to find all possible answers to a quiz with 10 questions which had two options each and subsequently map their output to other text.
The aim of this project was to find all possible answers to a quiz with 10 questions which had two options each.
- Only one answer can be picked per question.
- Final output should not have any duplicate combination of answers.
- Lastly, assuming all items in the left list (option 1) stood for ODD (O) selections, while those in the right stood for EVEN (E); Map the final output as Os and Es .
- pandas
- random
- numpy
- translate( ) - Used in the map_text function based to translate input based on predefined values.