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  dBforums > General > Database Concepts & Design > Table design for questionnaire

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-05-09, 02:46
brucevde brucevde is offline
Registered User
 
Join Date: Jan 2003
Location: British Columbia
Posts: 44
Table design for questionnaire

I am designing tables for Questionnaire/Survey system. Most of the tables I already have are fairly typical (ie documents, questions, responses, choices, answers) but I came across an existing questionnaire that contains one section formatted as follows.

Code:
Stable (complete pre & post on all cases)
                                                              Pre       Post
Date of Administration                                      _______   _______
  1. SSI
      1. # positive influences                                 __        __
      2. # negative influences                                 __        __
      3. positive influences - negative influences             __        __
      Final "SSI" Score                                        __        __

   2. Deficits
       1. Capacity...                                          __        __
   ...etc.
There are 5 sub sections each with X number of questions under this Stable section. The actual "questions" above are in my question table but I am not sure what to do with the Pre/Post items and the SSI/Deficit items. I will need to find a suitable structure to satisfy queries such as

find all questionnaires whose Pre or Post 'Final SSI Score' = X or
find all questionnaires whose Pre '# positive influences' > Post '# of positive influences'
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On