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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. web apllication quiz

web apllication quiz

Scheduled Pinned Locked Moved C#
csharpasp-netvisual-studiohelp
8 Posts 3 Posters 2 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.
  • R Offline
    R Offline
    rudykaka
    wrote on last edited by
    #1

    Hi, guyz i want to create a web based app. quiz using VS 2005 C# code in ASP.NET, so who can help plz i don't know how 2 start Appreciate the answers :)

    F A 2 Replies Last reply
    0
    • R rudykaka

      Hi, guyz i want to create a web based app. quiz using VS 2005 C# code in ASP.NET, so who can help plz i don't know how 2 start Appreciate the answers :)

      F Offline
      F Offline
      fly904
      wrote on last edited by
      #2

      If you can't use Google[^] then should you be programming at all? Anyway, heres[^] a start.

      My failometer is detecting vast quantities of FAIL!

      R 1 Reply Last reply
      0
      • R rudykaka

        Hi, guyz i want to create a web based app. quiz using VS 2005 C# code in ASP.NET, so who can help plz i don't know how 2 start Appreciate the answers :)

        A Offline
        A Offline
        ali_reza_zareian
        wrote on last edited by
        #3

        You can use wizard object if you want to use steps and you can use ajax Technique for quiz timeout.

        1 Reply Last reply
        0
        • F fly904

          If you can't use Google[^] then should you be programming at all? Anyway, heres[^] a start.

          My failometer is detecting vast quantities of FAIL!

          R Offline
          R Offline
          rudykaka
          wrote on last edited by
          #4

          Thanx man really helpful, but i want just a simple quiz using arrays not a database to retrieve questions or saving data.

          F 1 Reply Last reply
          0
          • R rudykaka

            Thanx man really helpful, but i want just a simple quiz using arrays not a database to retrieve questions or saving data.

            F Offline
            F Offline
            fly904
            wrote on last edited by
            #5

            Then I suggest you look at Arrays then. I trust you can Google[^] it yourself. You didn't have to follow the tutorial word by word and connect to a database. It was ment as a guide to teach you the basics, which is what you asked for.

            My failometer is detecting vast quantities of FAIL!

            R 1 Reply Last reply
            0
            • F fly904

              Then I suggest you look at Arrays then. I trust you can Google[^] it yourself. You didn't have to follow the tutorial word by word and connect to a database. It was ment as a guide to teach you the basics, which is what you asked for.

              My failometer is detecting vast quantities of FAIL!

              R Offline
              R Offline
              rudykaka
              wrote on last edited by
              #6

              I'm sorry dude i searched i couldn't find something definite, now if want to create a question with four choices how can i do that just give 1 example so that i can apply it to the rest. Thanx very much

              F 1 Reply Last reply
              0
              • R rudykaka

                I'm sorry dude i searched i couldn't find something definite, now if want to create a question with four choices how can i do that just give 1 example so that i can apply it to the rest. Thanx very much

                F Offline
                F Offline
                fly904
                wrote on last edited by
                #7

                string question = "How could you not find anything like this?";
                string[] options = new string[]{ "Lazy", "Incapable", "Drunk", "All of the above" };
                int answerKey = 3;

                My failometer is detecting vast quantities of FAIL! "Its SQL - hardly programming..." (Caslen)

                R 1 Reply Last reply
                0
                • F fly904

                  string question = "How could you not find anything like this?";
                  string[] options = new string[]{ "Lazy", "Incapable", "Drunk", "All of the above" };
                  int answerKey = 3;

                  My failometer is detecting vast quantities of FAIL! "Its SQL - hardly programming..." (Caslen)

                  R Offline
                  R Offline
                  rudykaka
                  wrote on last edited by
                  #8

                  Lol,thanx. P.s. What's ur fav. Football club?!

                  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