CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dglienna

Search: Search took 0.42 seconds.

  1. Replies
    3
    Views
    1,867

    Re: Displaying/Calculating the score in a test.

    Nope. Converts the string to a number and adds 2 (for some unknown reason)

    Use r, and a TotalForStudent(r) counter, and add Ansrs(0, r) to it
  2. Replies
    3
    Views
    1,867

    Re: Displaying/Calculating the score in a test.

    You need one more subroutine to CalculateScores



    Private Sub FinishTest()
    lblInfo.Text = "You have successfully completed the test! Well done!"
    lblInfo.Left = (Me.Width /...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured