Results 1 to 6 of 6

Thread: multiple choice

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    16

    multiple choice

    i have a problem in my file ... i dont know what the correct code is... the check command is ok... the problem is when i click the numbers that are lalbel types... they should go to another question and the ole there should also change i dont what is the correct code can u help me?.... the forecolor is red when u click that number thanks....
    Attached Files Attached Files

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: multiple choice


    Did you attach the right form, because the only code in it is

    VB Code:
    1. Private Sub check_Click()
    2. If optA.Value = True Then
    3. lblremark.Caption = "CORRECT"
    4. Else
    5. lblremark.Caption = "INCORRECT"
    6. End If
    7.  
    8.  
    9. End Sub
    10.  
    11. Private Sub questionbox_Updated(Code As Integer)
    12.  
    13. End Sub
    BTW it's easier for us if you put all your project files in a zip file and attach that rather than individual files.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    16

    Re: multiple choice

    uhm sorry about that... i dont know what code i should write for the forecolor of the labels of the numbers... can u help me...

  4. #4

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    16

    Re: multiple choice

    sorry to bother... the back command doesn't play back... and how can i change the answer for every number sir? thanks...

  6. #6

Posting Permissions

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



Click Here to Expand Forum to Full Width