Hey ho ho!
I am one day late today, but I hope you will forgive me, because here I am bringing you a shiny new RPA Challenge. This time the task will be actually quite far from RPA. It will be rather a coding challenge. But you can definitely solve it using UiPath (although you won’t really interact with any UI, but only with human), but aslo feel free to challenge yourself eg. in Python or other language. Anything I can compile, run and test can do.
Goal of the Challenge:
- Create a quiz “bot” that will take 10 (or any number of supplied) sentences from Input File and asks to fill correct variant into the gap.
- Example:
"The Rijksmuseum, national museum dedicated to arts and history can be found in (Netherlands;Denmark;Belgium)’ capital."
In Input file - first option is always correct. (Netherlands in this case)
- Example:
- Let the “bot” ask for 10 questions and at the end give how many points earned from total possible points.
- Each correctly answered question = +1point.
- Don’t forget to shuffle the options so they are going every time in different order (use some Random function)
Input file:
QuizQuestions.txt (817 Bytes)
How to participate
- Send me your code in PM
First three correct, original solvers earn 3 robopoints, next get 1 robopoint.
There is a leaderboard with your score. Those on top positions will be badged by a special challenger badge We are preparing also some prizes!
The challenge deadline is 3.10. by the end of the day. You can still submit your projects after the deadline but you cannot earn robopoints. A new challenge is published every week or 2 weeks so don’t worry if you did not catch this one. Keep in mind, your submitted files may be published after the deadline so others can learn from solutions.