Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently January 16th, 2025, 7:53 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Random question selection from a database
PostPosted: September 1st, 2005, 1:56 pm 
Offline

Joined: November 10th, 2004, 5:21 pm
Posts: 26
Location: Cranwell, Lincolnshire
I am sure this must have been rasied before but I cannot locate any gen.
Does anyone have a procedure or template which I can follow to create a quiz which selects questions at random from an Access database. I would be creating my own quiz pages rather than using the Quiz Wizard. It would be even better if the procedure would include a filter action such that no question is asked twice. Your help, as always, would be really much appreciated. I'm using Opus XE5.14
Regards
John
p.s. My sympathy goes out to anyone who has friends, relatives and collegues affected by the Hurricane Katrina


Top
 Profile Visit website  
 
 Post subject:
PostPosted: September 1st, 2005, 4:37 pm 
Offline

Joined: October 26th, 2004, 10:23 am
Posts: 666
Location: Digital Workshop
Create a list (an array is easiest) of random numbers (in the range 1 to the number of questions in the database). As you generate each random number check the previous entries in your list for a duplicate and if you hit one, generate a new random number and start the duplicate check again.

When you have the list, just pull those questions from the database (go through it one record at a time checking the current index against all the elements of the list).

Hope that makes some sort of sense.

_________________
ddww Opus Developer


Top
 Profile Visit website  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group