Results 1 to 3 of 3

Thread: I need your suggestions to perform a program

  1. #1
    New Member
    Join Date
    Aug 12
    Posts
    2

    Question I need your suggestions to perform a program

    Hello every one

    I need your suggestions to perform a program doing the following :

    " I have 10 questions and each question has multiple answers , each answer has a certine number like 3,7,5...etc ,the total numbers of answers should be sum at the end in order to give the last result, now I need to perform a program that the user can use it to answer the 10 questions and sum the variables that related to these answers in order to get the final resault/number that connected to a text will appear in the text box after click a command button"

    I hope the program idea is clear for you .Regards

  2. #2
    PowerPoster
    Join Date
    Jul 06
    Location
    Maldon, Essex. UK
    Posts
    5,143

    Re: I need your suggestions to perform a program

    Not too sure I fully understand the question. Do you have something like:
    Code:
    Q1: What is the Capital City of England
        A1: Paris (2)
        A2: Rome (3)
        A3: London (1)
        A4: Dublin (4)
    
    Q2: What is 3 X 2
        A1: 5 (8)
        A2: 6 (3)
        A3: 10 (5)
    and if I selected A3 for Q1 and A2 for Q2 the total would be 4 (ie 1 + 3) ?

  3. #3
    New Member
    Join Date
    Aug 12
    Posts
    2

    Re: I need your suggestions to perform a program

    Quote Originally Posted by Doogle View Post
    Not too sure I fully understand the question. Do you have something like:
    Code:
    Q1: What is the Capital City of England
        A1: Paris (2)
        A2: Rome (3)
        A3: London (1)
        A4: Dublin (4)
    
    Q2: What is 3 X 2
        A1: 5 (8)
        A2: 6 (3)
        A3: 10 (5)
    and if I selected A3 for Q1 and A2 for Q2 the total would be 4 (ie 1 + 3) ?

    thanks for replay and it is exactly what i need plus connected the resault to a statment that appear in an empty text box according to the precentage lik 20 to 30 "" 30 t0 40 "" etc
    Regards respectfully

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •