Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Quiz Application In c#.net

Quiz Application In c#.net

Scheduled Pinned Locked Moved C#
csharphelp
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    varun g
    wrote on last edited by
    #1

    Hi developers I want make a quiz program. It use image recognition (recon the person from the given image) also.Every questions have a four options as answers.And the entire quiz is controlled with timer.Means it must end within the given time.Am really doubtful in so many factors.I searched many in CodeProject,but couldn't find an appropriate application to study.If you have any idea please help me. I need help to build it in c#.net varun

    J 1 Reply Last reply
    0
    • V varun g

      Hi developers I want make a quiz program. It use image recognition (recon the person from the given image) also.Every questions have a four options as answers.And the entire quiz is controlled with timer.Means it must end within the given time.Am really doubtful in so many factors.I searched many in CodeProject,but couldn't find an appropriate application to study.If you have any idea please help me. I need help to build it in c#.net varun

      J Offline
      J Offline
      JF2015
      wrote on last edited by
      #2

      Hi, the trickiest part will be the face detection. Here are two articles that describe some basics: Face Detection in C#[^] Face and Eyes Detection Using OpenCV[^] You would need to capture an image with a webcam and try to recognize a face that is stored somewhere (image file or just in database). The whole quiz-timer thing should be quite simple. Try to break down your problem in simple tasks and solve them step for step.

      V 1 Reply Last reply
      0
      • J JF2015

        Hi, the trickiest part will be the face detection. Here are two articles that describe some basics: Face Detection in C#[^] Face and Eyes Detection Using OpenCV[^] You would need to capture an image with a webcam and try to recognize a face that is stored somewhere (image file or just in database). The whole quiz-timer thing should be quite simple. Try to break down your problem in simple tasks and solve them step for step.

        V Offline
        V Offline
        varun g
        wrote on last edited by
        #3

        Thanks first Your help is so much valuable for me.but still i am confused in making that to work with in the given time.Can you point me to any c# source codes available

        J 1 Reply Last reply
        0
        • V varun g

          Thanks first Your help is so much valuable for me.but still i am confused in making that to work with in the given time.Can you point me to any c# source codes available

          J Offline
          J Offline
          JF2015
          wrote on last edited by
          #4

          There is no ready to use source code that will do your task. This is why you need to develop it on your own. Try to learn about face recognition and the use of timers to control your quiz flow.

          V 1 Reply Last reply
          0
          • J JF2015

            There is no ready to use source code that will do your task. This is why you need to develop it on your own. Try to learn about face recognition and the use of timers to control your quiz flow.

            V Offline
            V Offline
            varun g
            wrote on last edited by
            #5

            Thanks again I will try to do that,and update it here

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups