Ok, my instructor of my IT class wants me to make a program to make up A+ related tests. He has a few people making their own, and then they will give them to me and I will put them in a program that will make one test of however many questions I tell it to use. Each test is layed out as follows.
Question
choice a (correct)
choice b
choice c
choice d
SPACE
Question
choice a (correct)
choice b
choice c
choice d
And so on. The question and selections don't wrap and are each on one line. My question is, how can I make VB go through and only read questions to add them to an array, and then go through and add the 4 choices for that question to that array?
Question
c0rrupt
Ok, my instructor of my IT class wants me to make a program to make up A+ related tests. He has a few people making their own, and then they will give them to me and I will put them in a program that will make one test of however many questions I tell it to use. Each test is layed out as follows.
Question
choice a (correct)
choice b
choice c
choice d
SPACE
Question
choice a (correct)
choice b
choice c
choice d
And so on. The question and selections don't wrap and are each on one line. My question is, how can I make VB go through and only read questions to add them to an array, and then go through and add the 4 choices for that question to that array?
Edited by c0rruptLink to comment
Share on other sites
3 answers to this question
Recommended Posts