Computer Science Canada Different Questions in True/False Quiz (Parallel Get) |
Author: | Rom [ Tue Jan 16, 2007 11:12 am ] | ||
Post subject: | Different Questions in True/False Quiz (Parallel Get) | ||
Hello everyone, I was wondering how to get different questions in parralelget Here's my code:
How do I add more questions? Thanks alot. |
Author: | aznrex [ Tue Jan 16, 2007 10:15 pm ] |
Post subject: | Re: Different Questions in True/False Quiz (Parallel Get) |
use if elsif end if |
Author: | Rom [ Tue Jan 16, 2007 11:09 pm ] |
Post subject: | Re: Different Questions in True/False Quiz (Parallel Get) |
aznrex @ Tue Jan 16, 2007 10:15 pm wrote: use
if elsif end if Hello, I tried it but it won't work because the loop of parallelget gets on one place and doesn't move to the other question. |
Author: | CodeMonkey2000 [ Wed Jan 17, 2007 12:16 am ] |
Post subject: | RE:Different Questions in True/False Quiz (Parallel Get) |
Why are you usin parallel get? isn't that for peripherals? |
Author: | Rom [ Wed Jan 17, 2007 7:45 am ] |
Post subject: | Re: Different Questions in True/False Quiz (Parallel Get) |
I need it for a project. Anyone knows? |
Author: | Rom [ Wed Jan 17, 2007 8:17 pm ] |
Post subject: | RE:Different Questions in True/False Quiz (Parallel Get) |
Anyone? ![]() Or is there a different way to add more questions? Thanks. |
Author: | Rom [ Thu Jan 18, 2007 11:34 am ] | ||
Post subject: | RE:Different Questions in True/False Quiz (Parallel Get) | ||
Here's my new code but it still doesn't work
Anyone? ![]() |
Author: | vertozia [ Thu Jan 18, 2007 3:29 pm ] | ||
Post subject: | RE:Different Questions in True/False Quiz (Parallel Get) | ||
umm thats strange, id id my multiple choice questions in a different way using if, i dont know why you used procedures, that makes it much harder, even for score keeping. another alternative is labels, but you cant keep a ascore either. look at this:
|
Author: | Clayton [ Thu Jan 18, 2007 4:25 pm ] | ||
Post subject: | Re: Different Questions in True/False Quiz (Parallel Get) | ||
why not use functions that return a boolean value?
![]() |