Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Quiz application

  1. #1
    Junior Member
    Join Date
    May 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Quiz application

    I'm in the process of making a "Quiz" application in my current interest of developing ME applications, but I'm having a wee bit of trouble.

    I've managed to make the menu screen but I have no idea how to make it display the quiz questions. My concept idea was to have several "pages" where a question is asked (some text at the top of the screen), 4 radio buttons are displayed then the users selects a submit option, which moves them onto the next quiz page. After several of these pages are displayed (we'll say 5 for the sake of argument) the user is taken to a final page where some text tells them how many questions they got correct, and an option to return to the main menu screen.

    I had this idea as a mini project for myself to bring in everything I'd learnt so far, but as you can see I've hit a problem. So far I've only ever done pretty basic applications where a few UI elements/graphics/etc... are displayed, so I don't know how you'd be able to move between several different "pages."


  2. #2
    Junior Member
    Join Date
    Sep 2009
    Location
    zambia
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Quiz application

    hi,atleast i have understood your idea,just wanted to find out if your application is a web application or a desktop application.if its a web application and you are using java server pages,you can just make links using this command
    <a href="page name ">word to identify you page</a>. when you use this in all the pages you will link up all the pages.hope this answers your question, but i would like to see you source code and see how far you've gone and just know the approach you've taken..
    enjoy your programming

Similar Threads

  1. [SOLVED] [help] the application file (.jad) for application does not appear to be the ....
    By ordinarypeople in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: April 4th, 2010, 03:50 AM
  2. An RMI-IIOP Application
    By Quicksliver in forum What's Wrong With My Code?
    Replies: 0
    Last Post: February 19th, 2010, 11:23 PM
  3. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM
  4. Help with Java Application
    By Riston in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: November 19th, 2009, 07:17 PM
  5. math quiz program
    By hope.knykcah in forum Collections and Generics
    Replies: 1
    Last Post: October 23rd, 2009, 09:53 AM