|
-
Jan 25th, 2018, 05:01 PM
#11
Re: Please Help!! Im on a deadline and I cant figure this out!!
 Originally Posted by EmilyM1105
Well now Im super confused.. My instructor returned my assignment without grading it..He said:
Thank you for your recent project submission. Unfortunately, I cannot grade your work at this time because you did not code the VerifyUsername and VerifyPassword Functions properly in your program.
I dont know what to do at this point..the program works so how else am i supposed to code that?
I pointed this out in two separate posts:
 Originally Posted by OptionBase1
You have defined the two functions listed above, but your code to actually check the username and the password is in the Login Sub.
 Originally Posted by OptionBase1
Your code was close enough to demonstrate that you know most of what you are intended to do. You still don't have any of the code for checking the username and password inside of the actual VerifyUsername and VerifyPassword functions, and you're never calling the Login method, which I and others pointed out.
If you make the bolded changes below your program should work, but you likely won't get full credit due to not implementing the specified functions completely.
There are many ways to get a program to produce the correct results, but not all of them are "right" when you are given strict guidelines as to how your program should be written. Your instructor is right. You disappeared for several days and then came back pretty worked up about a deadline, so helping you get your code to work as you had coded it was really the only option at that point. I'll make a follow-up post in a second.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|