Jump to content

Suggestions for an online quiz platform

- - - - -

  • Please log in to reply
1 reply to this topic

#1
techguy817

techguy817

    Newbie

  • Members
  • Pip
  • 1 posts
I want to build an online quiz system in C# that dynamically displays questions to users when an admin releases the questions by clicking a button in the portal. Questions will appear one at a time to users in their browser (real-time) with a countdown timer and users will be awarded points based on their answer (5 points for first correct answer, 3 for second, and 1 for all others who answer correct). I have designed the database schema thus far and can connect to the tables in a Web page but I'm not sure the best controls or logic to use here. All of the C#.NET work that I've done in the past has been static Web forms and Win32. I'm thinking maybe some kind of AJAX control would work. Any suggestions, links, etc. are greatly appreciated!

#2
BlackRabbit

BlackRabbit

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 235 posts
  • Location:ten steps forward
Provided the quiz is a competition i would suggest you to use a regular ajax page schema for the regular question display to users and an internal service or webservice doing the competition control.
This would release you from concurrency issues. Since a single program attending all the answers submission in a single memory space will be by far the easiest way.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users