943,742 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 7616
  • VB.NET RSS
May 16th, 2007
0

project based on VB n MS-Access

Expand Post »
hi frnz!...m a comp. Sc diploma student n m in2 my final(project) semester....whre we need 2 submit our own projects. i hav been asked 2 prepare a Quizzing software...much similar 2 those conducting online exams lyk the MCSE etc....based on VB n MS-Access. plz help me on how 2 start 4m the scratch...can I get any sample CODES 4 assistance?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mi6_thor is offline Offline
1 posts
since May 2007
May 17th, 2007
0

Re: project based on VB n MS-Access

Create forms with options and questions. Should be easy.
Reputation Points: 769
Solved Threads: 128
Banned
ithelp is offline Offline
1,910 posts
since May 2006
May 22nd, 2007
-1

Re: project based on VB n MS-Access

I think what ithelp said should do it, if I read your post correctly. You need to make a basic quizzing program? Just add textboxes and buttons on your form and then use some basic commands to compare the answers to the input.
Reputation Points: 118
Solved Threads: 30
Posting Shark
linux is offline Offline
931 posts
since Aug 2006
May 26th, 2007
0

Re: project based on VB n MS-Access

Does that mean that this is resolved?
Reputation Points: 118
Solved Threads: 30
Posting Shark
linux is offline Offline
931 posts
since Aug 2006
Feb 21st, 2008
0

Re: project based on VB n MS-Access

sir please where can i get the code
Reputation Points: 10
Solved Threads: 1
Newbie Poster
panchadinarayan is offline Offline
2 posts
since Feb 2008
Feb 21st, 2008
0

Re: project based on VB n MS-Access

in google....
Reputation Points: 1182
Solved Threads: 392
Posting Sensei
Jx_Man is offline Offline
3,138 posts
since Nov 2007
Feb 23rd, 2008
0

Re: project based on VB n MS-Access

Click to Expand / Collapse  Quote originally posted by mi6_thor ...
hi frnz!...m a comp. Sc diploma student n m in2 my final(project) semester....whre we need 2 submit our own projects. i hav been asked 2 prepare a Quizzing software...much similar 2 those conducting online exams lyk the MCSE etc....based on VB n MS-Access. plz help me on how 2 start 4m the scratch...can I get any sample CODES 4 assistance?
Since this is an assignment, I'm not going to give you any code, but I will give you direction.

Depending on how simple or complex this needs to be you can:

You would have to create a connection string to the database and update it with the student test scores and answers.

Create your form and add controls with the questions added dynamically as the form loads in the FormLoad Events. You can either use logic with If Then Else or Select Case to add questions, using looping statement and counters to add the correct number of questions on the form with the answers either checkboxes, or letters or numbers.

To allow answering, you'll need to either use MouseOver and capture the MouseClick event or use checkboxes.

Dim the answers as correct or incorrect and keep the value stored. If you want to shut down the test when the answers are passing or failing you can use more logic and If Then Else type statement that if they have enough passing, end the text or if they have enough failing stop the text.

If you don't want to do that, you can let them complete the test and show correct and incorrect and give them an opportunity to recant (redo) their answers and keep a count of the number of times you'll allow them to retest or change their answers.

Each time the test loads, if you use the Random feature you can shuffle the questions and answers for the test, making it virtually impossible for someone to memorize the answers or questions.

You could also use the mouse over to show tips for the answers to the questions, without giving the actual answers.
Reputation Points: 10
Solved Threads: 4
Junior Poster in Training
SolTec is offline Offline
65 posts
since Jan 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: Help with my basketball project
Next Thread in VB.NET Forum Timeline: New to VB.NET





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC