Skip to content

Remote Icebreaker. How fast and correct can you answer 15 questions? They're simple random math questions involving numbers 1-10. The code is programmed in C# with #microsoft #visualstudio 2019. It's a windows desktop application. #winforms Anyone can do it. Ideal for remote teams and hackathon warm up.

License

Notifications You must be signed in to change notification settings

mugiluri/OneToTen

Repository files navigation

OneToTen

Remote Icebreaker game. How fast and correct can you answer 15 questions? They're simple random math questions involving numbers 1-10. The code is programmed in C# with #microsoft #visualstudio 2019. It's a windows desktop application. #winforms Anyone can do it. Ideal for remote teams and hackathon warm up.

Algorithm

Calculating the score

  • Based on;
    • t = Time in seconds
    • Ca = Number of correct answers
    • C = Constant(180)
    • Sc = Ca*(C/t)
      • The more correct answers one gets, the higher the score
      • The more time one uses, the lower the constant hence score
      • If one provides all wrong answers, the score will be 0. Sc = 0*(180/t)

Score = NoOfCorrectAnswers*(180/time)

Clone/zip the project and open it with visual studio. Find Windows setup/installation file here

About

Remote Icebreaker. How fast and correct can you answer 15 questions? They're simple random math questions involving numbers 1-10. The code is programmed in C# with #microsoft #visualstudio 2019. It's a windows desktop application. #winforms Anyone can do it. Ideal for remote teams and hackathon warm up.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages