A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Quiz Test Maker



 
 
Thread Tools Display Modes
  #1  
Old September 8th, 2005, 11:00 PM
Tony Dondero
external usenet poster
 
Posts: n/a
Default Quiz Test Maker

Did this work? Have you done this? I was looking at doing something
similar. If you got it to work I would be interested in the file if you
wouldn't mind emailing it to me at . If it is a huge
file, let me know and I can get a different email address that wont bounce it.

Tony Dondero

"Duane Hookom" wrote:

I would start by taking a look at the demo application "At Your Survey"
http://www.rogersaccesslibrary.com/O...p#Hookom,Duane. You
could add some functionality to sort using Rnd() function.

--
Duane Hookom
MS Access MVP
--

"Senexis" wrote in message
...
Hello,

I'm trying to create a database that will be used for creating unique
multiple choice tests based off of a list of questions and answers.

Pretty simple concept but I want to be able to generate random question
sets
based on the question grouping, and then since this is a multiple choice
test, be able to generate each question with a different stacking of
answers.

I figure I should create three tables.

1, (tbl_Student_data) being the student data.

2, (tbl_Base_questions) being the table that stores the question, the
correct answer, and "obvious distracter" (dummy) answers plus any other
question data like the section the question comes from.

3, (tbl_Student_Questions) being the main table that I work off of for
student test interaction form, reports, etc.

My idea is that a test admin would be able to use a form to generate
questions from the tbl_Base_questions, coupled with the data from
tbl_Student_data to make a unique test each time, and then be able to keep
that test to later have the student be able to either take the test based
off
of those unique questions on a secured front end version of the DB, and
also
be able to run calculations, reports, and etc off of as well.

My problem that I run into is, how do I get random records from individual
question groups (they're say 50 sections of test material 001-050 and
within
each group there are individual questions pertaining to that
group/section)
that add up to the total number of questions the Test Admin decides to
make
each test. (I can always just have a choice of preset total question
tests
as well) And then randomly sort all the answers for each question making
for
a "unique" test each time.

I figure the answer to this might be if at the time of generating test
records to the tbl_Student_Questions, I have records set in the
tbl_Student_Questions to be an auto-number random, there by after the
append
query gets done merging the tables tbl_Student_data and
tbl_Base_questions,
each record appended would have a random number that I could later do
something with. None the less, the goal is to be able to pull random
questions from all question groups (sections) for a total either defined
by a
test admin or set number and for each of these questions be able to have
randomly stacked multiple choice answers, while still being able to base
editable forms, queries, reports, etc!

Is there a simple solution to this?

Thanks!




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Shared Tasks and early reminders Adam Griffiths General Discussion 1 June 16th, 2005 04:22 AM
Concatenation Problem robastyk Running & Setting Up Queries 2 May 17th, 2005 06:33 PM
Producer How can I attach a test or quiz fr3dcat Powerpoint 2 May 10th, 2005 05:02 PM
Union query with left join Abdula Zakaria via AccessMonster.com Running & Setting Up Queries 4 April 23rd, 2005 11:58 AM
skipping lines Problem from yesterday Database Design 5 June 9th, 2004 01:31 AM


All times are GMT +1. The time now is 12:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.