mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merging the Limesurvey 1.91+ branch of queXS in to the trunk
This commit is contained in:
@@ -1,75 +0,0 @@
|
||||
#<pre>
|
||||
# SURVEYOR SURVEY DUMP
|
||||
#
|
||||
# This is a dumped survey from the LimeSurvey Script
|
||||
# http://www.limesurvey.org/
|
||||
|
||||
# NEW TABLE
|
||||
# SURVEYS TABLE
|
||||
#
|
||||
INSERT INTO surveys (`sid`, `short_title`, `description`, `admin`, `active`, `welcome`, `expires`, `adminemail`, `private`, `faxto`, `format`, `template`, `url`, `urldescrip`, `language`, `datestamp`, `usecookie`, `notification`, `allowregister`, `attribute1`, `attribute2`, `email_invite_subj`, `email_invite`, `email_remind_subj`, `email_remind`, `email_register_subj`, `email_register`, `email_confirm_subj`, `email_confirm`, `allowsave`, `autonumber_start`, `autoredirect`, `allowprev`, `ipaddr`, `useexpiry`, `refurl`, `datecreated`) VALUES ('36826', 'FIlter Test', 'A Survey to Test Array Filter', '', 'N', '', '1980-01-01', '', 'Y', '', 'G', 'default', '', '', 'english', 'N', 'N', '0', 'N', '', '', 'Invitation to participate in survey', 'Dear {FIRSTNAME},\n\n\n\nYou have been invited to participate in a survey.\n\n\n\nThe survey is titled:\n\n\"{SURVEYNAME}\"\n\n\n\n\"{SURVEYDESCRIPTION}\"\n\n\n\nTo participate, please click on the link below.\n\n\n\nSincerely,\n\n\n\n{ADMINNAME} ({ADMINEMAIL})\n\n\n\n----------------------------------------------\n\nClick here to do the survey:\n\n{SURVEYURL}', 'Reminder to participate in survey', 'Dear {FIRSTNAME},\n\n\n\nRecently we invited you to participate in a survey.\n\n\n\nWe note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\n\n\nThe survey is titled:\n\n\"{SURVEYNAME}\"\n\n\n\n\"{SURVEYDESCRIPTION}\"\n\n\n\nTo participate, please click on the link below.\n\n\n\nSincerely,\n\n\n\n{ADMINNAME} ({ADMINEMAIL})\n\n\n\n----------------------------------------------\n\nClick here to do the survey:\n\n{SURVEYURL}', 'Survey Registration Confirmation', 'Dear {FIRSTNAME},\n\n\n\nYou, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.\n\n\n\nTo complete this survey, click on the following URL:\n\n\n\n{SURVEYURL}\n\n\n\nIf you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.', 'Confirmation of completed survey', 'Dear {FIRSTNAME},\n\n\n\nThis email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.\n\n\n\nIf you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.\n\n\n\nSincerely,\n\n\n\n{ADMINNAME}', 'Y', '0', 'N', 'Y', 'N', 'N', 'N', '');
|
||||
|
||||
# NEW TABLE
|
||||
# GROUPS TABLE
|
||||
#
|
||||
INSERT INTO groups (`gid`, `sid`, `group_name`, `group_order`, `description`, `sortorder`) VALUES ('44', '36826', 'B Group', '', '', '');
|
||||
|
||||
# NEW TABLE
|
||||
# QUESTIONS TABLE
|
||||
#
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('205', '36826', '44', 'M', '0001', 'Multi Selection', '', '', 'Y', 'Y', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('206', '36826', '44', 'A', '0002', '5 Point Array Filtered', '', '', 'N', 'Y', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('207', '36826', '44', 'B', '0003', '10 Point Array Filtered', '', '', 'N', 'Y', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('208', '36826', '44', 'F', '0004', 'Flixible Array Filtered', '', '', 'N', 'Y', '8');
|
||||
|
||||
# NEW TABLE
|
||||
# ANSWERS TABLE
|
||||
#
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('205', '1', '1', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('205', '2', '2', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('205', '3', '3', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('205', '4', '4', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('205', '5', '5', 'N', '00004');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('206', '1', '1', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('206', '2', '2', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('206', '3', '3', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('206', '4', '4', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('206', '5', '5', 'N', '00004');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('207', '1', '1', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('207', '2', '2', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('207', '3', '3', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('207', '4', '4', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('207', '5', '5', 'N', '00004');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('208', '1', '1', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('208', '2', '2', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('208', '3', '3', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('208', '4', '4', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('208', '5', '5', 'N', '00004');
|
||||
|
||||
# NEW TABLE
|
||||
# CONDITIONS TABLE
|
||||
#
|
||||
|
||||
# NEW TABLE
|
||||
# LABELSETS TABLE
|
||||
#
|
||||
INSERT INTO labelsets (`lid`, `label_name`) VALUES ('8', 'Better/Same/Worse');
|
||||
|
||||
# NEW TABLE
|
||||
# LABELS TABLE
|
||||
#
|
||||
INSERT INTO labels (`lid`, `code`, `title`, `sortorder`) VALUES ('8', '1', 'Better', '00000');
|
||||
INSERT INTO labels (`lid`, `code`, `title`, `sortorder`) VALUES ('8', '2', 'Same', '00001');
|
||||
INSERT INTO labels (`lid`, `code`, `title`, `sortorder`) VALUES ('8', '3', 'Worse', '00002');
|
||||
|
||||
# NEW TABLE
|
||||
# QUESTION_ATTRIBUTES TABLE
|
||||
#
|
||||
INSERT INTO question_attributes (`qaid`, `qid`, `attribute`, `value`) VALUES ('6', '208', 'array_filter', '0001');
|
||||
INSERT INTO question_attributes (`qaid`, `qid`, `attribute`, `value`) VALUES ('5', '207', 'array_filter', '0001');
|
||||
INSERT INTO question_attributes (`qaid`, `qid`, `attribute`, `value`) VALUES ('4', '206', 'array_filter', '0001');
|
||||
|
||||
# NEW TABLE
|
||||
# ASSESSMENTS TABLE
|
||||
#
|
||||
#</pre>
|
||||
1473
include/limesurvey/docs/demosurveys/Randomization_Group_Test.lss
Normal file
1473
include/limesurvey/docs/demosurveys/Randomization_Group_Test.lss
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
# LimeSurvey Survey Dump
|
||||
# DBVersion 131
|
||||
# DBVersion 142
|
||||
# This is a dumped survey from the LimeSurvey Script
|
||||
# http://www.limesurvey.org/
|
||||
# Do not change this header!
|
||||
@@ -7,221 +7,268 @@
|
||||
#
|
||||
# SURVEYS TABLE
|
||||
#
|
||||
"sid","owner_id","admin","active","expires","adminemail","private","faxto","format","template","url","language","additional_languages","datestamp","usecookie","notification","allowregister","attribute1","attribute2","allowsave","autonumber_start","autoredirect","allowprev","printanswers","ipaddr","useexpiry","refurl","datecreated","listpublic","htmlemail","tokenanswerspersistence","usecaptcha","bounce_email","startdate","usestartdate","publicstatistics"
|
||||
"29846","1","Administratorname","N","1980-01-01","admin@localhost","Y","000-00000000","G","default","","en","","Y","N","0","N","","","Y","4","N","Y","Y","N","N","N","2008-04-21","N","N","N","N","admin@localhost","1980-01-01 00:00:00","N","N"
|
||||
"sid","owner_id","admin","active","expires","startdate","adminemail","private","faxto","format","template","language","additional_languages","datestamp","usecookie","notification","allowregister","allowsave","autonumber_start","autoredirect","allowprev","printanswers","ipaddr","refurl","datecreated","publicstatistics","publicgraphs","listpublic","htmlemail","tokenanswerspersistence","assessments","usecaptcha","usetokens","bounce_email","attributedescriptions","emailresponseto","tokenlength"
|
||||
"29846","1","Administratorname","N","","","admin@localhost","Y","000-00000000","G","default","en","","Y","N","0","N","Y","4","N","Y","Y","N","N","2008-04-21","Y","Y","N","N","N","Y","N","N","admin@localhost","","admin@localhost","15"
|
||||
|
||||
#
|
||||
# GROUPS TABLE
|
||||
#
|
||||
"gid","sid","group_name","group_order","description","language"
|
||||
"3","29846","Array Questions","0","This is a group with the different array questions.","en"
|
||||
"4","29846","Text Questions","4","","en"
|
||||
"5","29846","Mask Questions","1","This is the group description.","en"
|
||||
"6","29846","Single Choice Questions","3","","en"
|
||||
"7","29846","Multiple Choice Questions","2","This group consist only of Multiple Choice questions.","en"
|
||||
"613","29846","Array Questions","0","This is a group with the different array questions.","en"
|
||||
"614","29846","Text Questions","4","","en"
|
||||
"615","29846","Mask Questions","1","This is the group description.","en"
|
||||
"616","29846","Single Choice Questions","3","","en"
|
||||
"617","29846","Multiple Choice Questions","2","This group consist only of Multiple Choice questions.","en"
|
||||
|
||||
#
|
||||
# QUESTIONS TABLE
|
||||
#
|
||||
"qid","sid","gid","type","title","question","preg","help","other","mandatory","lid","lid1","question_order","language"
|
||||
"30","29846","3","A","A","Type A - Array 5 Point Choice Question","","","N","N","0","0","0","en"
|
||||
"31","29846","3","B","B","Type B - Array 10 point choice Question","","This is the help text for this question. ","N","N","0","0","1","en"
|
||||
"32","29846","3","C","C","Type C - Array Yes/No/Uncertain Question","","","N","N","0","0","2","en"
|
||||
"33","29846","3","E","E","Type E - Array Increase/Same/Decrease Question","","This is the questions help text.","N","N","0","0","3","en"
|
||||
"34","29846","3","F","F","Type F - Array using Flexible Labels question","","This is a array using a flexible label set. Flexible labels sets can be created with as many answer as you like to. We created only one for this survey that will be re-used over and over.","N","N","3","0","4","en"
|
||||
"35","29846","3","H","H","Type H - Array Flexible Labels by Column question","","This is the same question type as before just the orientation has changed","N","N","3","0","6","en"
|
||||
"36","29846","3","F","Semantic","Semantic Differential Question Type<br />","","This question type is a modification of Array (flexible labels).<br />","N","N","4","0","7","en"
|
||||
"37","29846","3","1","DualScale","Array (Flexible Labels) dual scale (radio)<br />","","","N","N","5","5","8","en"
|
||||
"38","29846","3",":",":","Array (Multi Flexi) (Numbers) - Allows a table of dropdowns containing number selections set by question attributes.<br />","","","N","N","6","0","10","en"
|
||||
"39","29846","3",";",";","Array (Multi Flexi) (Text) - Allows a table of text inputs<br />","","","N","N","6","0","11","en"
|
||||
"40","29846","4","Q","Q","Type Q - Multiple Short Text Question","","This is a Multiple Short Text Question","N","N","0","0","0","en"
|
||||
"41","29846","4","T","T","Type T - Long Text Question?","","Helptext","N","N","0","0","4","en"
|
||||
"42","29846","4","S","S","Type S - Short Free Text?","","helptext","N","N","0","0","3","en"
|
||||
"43","29846","4","U","U","Type U - Huge Free text?","","Helptext","N","N","0","0","5","en"
|
||||
"44","29846","5","X","X","Type X - Boilerplate question","","This is the boilerplate question type. It's not so much a question but a simple text display.","N","Y","0","0","9","en"
|
||||
"45","29846","5","G","G","Type G - Gender question?","","This is a standard question aksing for the participiant's sex.","N","N","0","0","1","en"
|
||||
"46","29846","5","N","N","Type N - Numerical Input Question","","","N","Y","0","0","2","en"
|
||||
"47","29846","5","R","R","Type R - Ranking Question","","","N","N","0","0","8","en"
|
||||
"48","29846","5","Y","Y","Type Y - Yes/No Question","","","N","N","0","0","10","en"
|
||||
"49","29846","5","D","D","Type D - Date question?","","Helptext","N","N","0","0","0","en"
|
||||
"50","29846","5","K","K","Multiple Numerical Input<br />","","","N","N","0","0","3","en"
|
||||
"51","29846","6","Z","Z","Type Z - List Flexible Labels (Radio)","","This question is reusing the same label set as some of the array questions.","N","N","3","0","5","en"
|
||||
"52","29846","6","W","W","Type W - List Flexible Labels Dropdown question type","","This question is reusing the same label set as some of the array questions.","N","N","3","0","4","en"
|
||||
"53","29846","6","O","O","Type O - List with Comment Question","","","N","N","0","0","3","en"
|
||||
"54","29846","6","L","L","Type L - List Radio qeustion","","","Y","N","0","0","2","en"
|
||||
"55","29846","6","5","5","Type 5 - 5 point choice","","Help2","N","N","0","0","1","en"
|
||||
"56","29846","6","!","!","Type ! - List Dropdown Question","","","Y","N","0","0","0","en"
|
||||
"57","29846","7","P","P","Type P - Multiple Options Question with Comments ","","This is a Multiple Options Question with the ability to comment it.","Y","N","0","0","1","en"
|
||||
"58","29846","7","M","M","Type M - Multiple Options Question","","This is a type M multiple Options questions.","Y","N","0","0","0","en"
|
||||
"59","29846","5","K","K","Multiple Numerical Input (slider layout)<br />","","You can slide the button along.<br />","N","Y","0","0","7","en"
|
||||
"60","29846","5","D","D","Type D - Date question? (dropdown dates)<br />","","Helptext","N","N","0","0","0","en"
|
||||
"61","29846","5","K","K","Multiple Numerical Input (equals 10)<br />","","add numbers to the boxes above<br />","N","N","0","0","6","en"
|
||||
"62","29846","3","1","DualScale","Array (Flexible Labels) dual scale (dropdown)<br />","","","N","N","5","5","9","en"
|
||||
"63","29846","3",":",":","Array (Multi Flexi) (Numbers - checkbox) - Allows a table of dropdowns containing number selections set by question attributes.<br />","","","N","N","6","0","12","en"
|
||||
"64","29846","3","F","F","Type F - Array using Flexible Labels question (answerwidth = 50)<br />","","This is a array using a flexible label set. Flexible labels sets can be created with as many answer as you like to. We created only one for this survey that will be re-used over and over.","N","N","3","0","5","en"
|
||||
"138","29846","4","Q","Q","Type Q - Multiple Short Text Question (with suffix and prefix)<br />","","This is a Multiple Short Text Question","N","N","0","0","1","en"
|
||||
"139","29846","4","Q","Q","Type Q - Multiple Short Text Question (long "answers")<br />","","This is a Multiple Short Text Question","N","N","0","0","2","en"
|
||||
"140","29846","5","K","K","Multiple Numerical Input (with prefix and suffix)<br />","","","N","N","0","0","4","en"
|
||||
"3406","29846","613","A","A","Type A - Array 5 Point Choice Question","","","N","N","0","0","0","en"
|
||||
"3407","29846","613","B","B","Type B - Array 10 point choice Question","","This is the help text for this question. ","N","N","0","0","1","en"
|
||||
"3408","29846","613","C","C","Type C - Array Yes/No/Uncertain Question","","","N","N","0","0","2","en"
|
||||
"3409","29846","613","E","E","Type E - Array Increase/Same/Decrease Question","","This is the questions help text.","N","N","0","0","3","en"
|
||||
"3410","29846","613","F","F","Type F - Array using Flexible Labels question","","This is a array using a flexible label set. Flexible labels sets can be created with as many answer as you like to. We created only one for this survey that will be re-used over and over.","N","N","318","0","4","en"
|
||||
"3411","29846","613","H","H","Type H - Array Flexible Labels by Column question","","This is the same question type as before just the orientation has changed","N","N","318","0","6","en"
|
||||
"3412","29846","613","F","Semantic","Semantic Differential Question Type<br />","","This question type is a modification of Array (flexible labels).<br />","N","N","319","0","7","en"
|
||||
"3413","29846","613","1","DualScale-radio","Array (Flexible Labels) dual scale (radio)<br />","","","N","N","320","320","9","en"
|
||||
"3414","29846","613",":",":","Array (Multi Flexi) (Numbers) - Allows a table of dropdowns containing number selections set by question attributes.<br />","","","N","N","321","0","11","en"
|
||||
"3415","29846","613",";",";","Array (Multi Flexi) (Text) - Allows a table of text inputs<br />","","","N","N","321","0","12","en"
|
||||
"3416","29846","613","1","DualScale-dropdown","Array (Flexible Labels) dual scale (dropdown)<br />","","","N","N","320","320","10","en"
|
||||
"3417","29846","613",":",":","Array (Multi Flexi) (Numbers - checkbox) - Allows a table of dropdowns containing number selections set by question attributes.<br />","","","N","N","321","0","13","en"
|
||||
"3418","29846","613","F","F","Type F - Array using Flexible Labels question (answerwidth = 50)<br />","","This is a array using a flexible label set. Flexible labels sets can be created with as many answer as you like to. We created only one for this survey that will be re-used over and over.","N","N","318","0","5","en"
|
||||
"3419","29846","614","Q","Q","Type Q - Multiple Short Text Question","","This is a Multiple Short Text Question","N","N","0","0","0","en"
|
||||
"3420","29846","614","T","T","Type T - Long Text Question?","","Helptext","N","N","0","0","4","en"
|
||||
"3421","29846","614","S","S","Type S - Short Free Text?","","helptext","N","N","0","0","3","en"
|
||||
"3422","29846","614","U","U","Type U - Huge Free text?","","Helptext","N","N","0","0","5","en"
|
||||
"3423","29846","614","Q","Q","Type Q - Multiple Short Text Question (with suffix and prefix)<br />","","This is a Multiple Short Text Question","N","N","0","0","1","en"
|
||||
"3424","29846","614","Q","Q","Type Q - Multiple Short Text Question (long "answers")<br />","","This is a Multiple Short Text Question","N","N","0","0","2","en"
|
||||
"3425","29846","615","X","X","Type X - Boilerplate question","","This is the boilerplate question type. It's not so much a question but a simple text display.","N","Y","0","0","9","en"
|
||||
"3426","29846","615","G","G","Type G - Gender question?","","This is a standard question aksing for the participiant's sex.","N","N","0","0","2","en"
|
||||
"3427","29846","615","N","N","Type N - Numerical Input Question","","","N","Y","0","0","3","en"
|
||||
"3428","29846","615","R","R","Type R - Ranking Question","","","N","N","0","0","8","en"
|
||||
"3429","29846","615","Y","Y","Type Y - Yes/No Question","","","N","N","0","0","10","en"
|
||||
"3430","29846","615","D","D","Type D - Date question?","","Helptext","N","N","0","0","0","en"
|
||||
"3431","29846","615","K","K","Multiple Numerical Input<br />","","","N","N","0","0","4","en"
|
||||
"3432","29846","615","K","K","Multiple Numerical Input (slider layout)<br />","","You can slide the button along.<br />","N","Y","0","0","7","en"
|
||||
"3433","29846","615","D","D","Type D - Date question? (dropdown dates)<br />","","Helptext","N","N","0","0","1","en"
|
||||
"3434","29846","615","K","K","Multiple Numerical Input (equals 10)<br />","","add numbers to the boxes above<br />","N","N","0","0","6","en"
|
||||
"3435","29846","615","K","K","Multiple Numerical Input (with prefix and suffix)<br />","","","N","N","0","0","5","en"
|
||||
"3436","29846","616","Z","Z","Type Z - List Flexible Labels (Radio)","","This question is reusing the same label set as some of the array questions.","N","N","318","0","5","en"
|
||||
"3437","29846","616","W","W","Type W - List Flexible Labels Dropdown question type","","This question is reusing the same label set as some of the array questions.","N","N","318","0","4","en"
|
||||
"3438","29846","616","O","O","Type O - List with Comment Question","","","N","N","0","0","3","en"
|
||||
"3439","29846","616","L","L","Type L - List Radio qeustion","","","Y","N","0","0","2","en"
|
||||
"3440","29846","616","5","5","Type 5 - 5 point choice","","Help2","N","N","0","0","1","en"
|
||||
"3441","29846","616","!","!","Type ! - List Dropdown Question","","","Y","N","0","0","0","en"
|
||||
"3442","29846","617","P","P","Type P - Multiple Options Question with Comments ","","This is a Multiple Options Question with the ability to comment it.","Y","N","0","0","1","en"
|
||||
"3443","29846","617","M","M","Type M - Multiple Options Question","","This is a type M multiple Options questions.","Y","N","0","0","0","en"
|
||||
"3444","29846","613","K","Semantic-Slider","Semantic Differential in Slider Layout Question Type<br />","","","N","N","0","0","8","en"
|
||||
|
||||
#
|
||||
# ANSWERS TABLE
|
||||
#
|
||||
"qid","code","answer","default_value","sortorder","language"
|
||||
"30","A1","FBI","N","0","en"
|
||||
"30","A2","CIA","N","1","en"
|
||||
"30","A3","G5","N","2","en"
|
||||
"30","A4","NASA","N","3","en"
|
||||
"31","B1","Darth Vader","N","0","en"
|
||||
"31","B2","Luke Skywalker","N","1","en"
|
||||
"31","B3","Princess Leia","N","2","en"
|
||||
"31","B4","Jabba the Hut","N","3","en"
|
||||
"32","C1","I am blonde","N","0","en"
|
||||
"32","C2","I am blue","N","1","en"
|
||||
"32","C3","I am pissed","N","2","en"
|
||||
"32","C4","I am drunk","N","3","en"
|
||||
"33","E1","Pain","N","0","en"
|
||||
"33","E2","Pleasure","N","1","en"
|
||||
"33","E3","Luck","N","2","en"
|
||||
"33","E4","Happiness","N","3","en"
|
||||
"34","F1","Deannan Troi","N","0","en"
|
||||
"34","F2","Wesley Crusher","N","1","en"
|
||||
"34","F3","Jean-Luc Picard","N","2","en"
|
||||
"34","F4","Seven of Nine","N","3","en"
|
||||
"35","H1","Deannan Troi","N","0","en"
|
||||
"35","H2","Wesley Crusher","N","1","en"
|
||||
"35","H3","Data","N","2","en"
|
||||
"35","H4","Jean-Luc Picard","N","3","en"
|
||||
"36","1","sweet|bitter","N","1","en"
|
||||
"36","2","fair|unfair","N","2","en"
|
||||
"36","3","warm|cold","N","3","en"
|
||||
"36","4","beautiful|ugly","N","4","en"
|
||||
"36","5","meaningful|meaningless","N","5","en"
|
||||
"36","6","bright|dark","N","6","en"
|
||||
"37","1","television program","N","1","en"
|
||||
"37","2","radio program","N","2","en"
|
||||
"37","3","cinema program","N","3","en"
|
||||
"38","1","Google","N","1","en"
|
||||
"38","2","Yahoo","N","2","en"
|
||||
"38","3","Microsoft Search","N","3","en"
|
||||
"39","1","Google","N","1","en"
|
||||
"39","2","Yahoo","N","2","en"
|
||||
"39","3","Microsoft Search","N","3","en"
|
||||
"40","Q1","blue","N","0","en"
|
||||
"40","Q2","red","N","1","en"
|
||||
"40","Q3","green","N","2","en"
|
||||
"47","R1","Red","N","0","en"
|
||||
"47","R2","Green","N","1","en"
|
||||
"47","R3","Blue","N","2","en"
|
||||
"50","1","Apples","N","1","en"
|
||||
"50","2","Oranges","N","2","en"
|
||||
"50","3","Bananas","N","3","en"
|
||||
"53","O1","Red","N","0","en"
|
||||
"53","O2","Green","N","1","en"
|
||||
"53","O3","Blue","N","2","en"
|
||||
"54","L1"," Green","N","0","en"
|
||||
"54","L2","Red","N","1","en"
|
||||
"54","L3","Blue","N","2","en"
|
||||
"56","EC1","Green","N","0","en"
|
||||
"56","EC2","Red","N","1","en"
|
||||
"56","EC3","Blue","N","2","en"
|
||||
"57","P1","I am glad","N","0","en"
|
||||
"57","P2","I don't care","N","1","en"
|
||||
"57","P3","I am unhappy","N","2","en"
|
||||
"58","M1","Yes","N","0","en"
|
||||
"58","M2","No","N","1","en"
|
||||
"58","M3","Maybe","N","2","en"
|
||||
"59","1","Apples","N","1","en"
|
||||
"59","2","Oranges","N","2","en"
|
||||
"59","3","Bananas","N","3","en"
|
||||
"61","1","Apples","N","1","en"
|
||||
"61","2","Oranges","N","2","en"
|
||||
"61","3","Bananas","N","3","en"
|
||||
"62","1","television program","N","1","en"
|
||||
"62","2","radio program","N","2","en"
|
||||
"62","3","cinema program","N","3","en"
|
||||
"63","1","Google","N","1","en"
|
||||
"63","2","Yahoo","N","2","en"
|
||||
"63","3","Microsoft Search","N","3","en"
|
||||
"64","F1","Deannan Troi","N","0","en"
|
||||
"64","F2","Wesley Crusher","N","1","en"
|
||||
"64","F3","Jean-Luc Picard","N","2","en"
|
||||
"64","F4","Seven of Nine","N","3","en"
|
||||
"140","1","Apples","N","1","en"
|
||||
"140","2","Oranges","N","2","en"
|
||||
"140","3","Bananas","N","3","en"
|
||||
"139","Q1","blue is the colour of the sky. the sky is very high. the sky is also very big","N","0","en"
|
||||
"139","Q2","red is the colour of blood. blood is very useful. blood is a very nice color","N","1","en"
|
||||
"139","Q3","green is the color of trees. I like trees. I especially like climbing them with a rope and harness.","N","2","en"
|
||||
"138","Q1","blue","N","0","en"
|
||||
"138","Q2","red","N","1","en"
|
||||
"138","Q3","green","N","2","en"
|
||||
"qid","code","answer","default_value","assessment_value","sortorder","language"
|
||||
"3406","A1","FBI","N","0","0","en"
|
||||
"3406","A2","CIA","N","0","1","en"
|
||||
"3406","A3","G5","N","0","2","en"
|
||||
"3406","A4","NASA","N","0","3","en"
|
||||
"3407","B1","Darth Vader","N","0","0","en"
|
||||
"3407","B2","Luke Skywalker","N","0","1","en"
|
||||
"3407","B3","Princess Leia","N","0","2","en"
|
||||
"3407","B4","Jabba the Hut","N","0","3","en"
|
||||
"3408","C1","I am blonde","N","0","0","en"
|
||||
"3408","C2","I am blue","N","0","1","en"
|
||||
"3408","C3","I am pissed","N","0","2","en"
|
||||
"3408","C4","I am drunk","N","0","3","en"
|
||||
"3409","E1","Pain","N","0","0","en"
|
||||
"3409","E2","Pleasure","N","0","1","en"
|
||||
"3409","E3","Luck","N","0","2","en"
|
||||
"3409","E4","Happiness","N","0","3","en"
|
||||
"3410","F1","Deannan Troi","N","0","0","en"
|
||||
"3410","F2","Wesley Crusher","N","0","1","en"
|
||||
"3410","F3","Jean-Luc Picard","N","0","2","en"
|
||||
"3410","F4","Seven of Nine","N","0","3","en"
|
||||
"3411","H1","Deannan Troi","N","0","0","en"
|
||||
"3411","H2","Wesley Crusher","N","0","1","en"
|
||||
"3411","H3","Data","N","0","2","en"
|
||||
"3411","H4","Jean-Luc Picard","N","0","3","en"
|
||||
"3412","1","sweet|bitter","N","1","1","en"
|
||||
"3412","2","fair|unfair","N","2","2","en"
|
||||
"3412","3","warm|cold","N","3","3","en"
|
||||
"3412","4","beautiful|ugly","N","4","4","en"
|
||||
"3412","5","meaningful|meaningless","N","5","5","en"
|
||||
"3412","6","bright|dark","N","6","6","en"
|
||||
"3413","1","television program","N","1","1","en"
|
||||
"3413","2","radio program","N","2","2","en"
|
||||
"3413","3","cinema program","N","3","3","en"
|
||||
"3414","1","Google","N","1","1","en"
|
||||
"3414","2","Yahoo","N","2","2","en"
|
||||
"3414","3","Microsoft Search","N","3","3","en"
|
||||
"3415","1","Google","N","1","1","en"
|
||||
"3415","2","Yahoo","N","2","2","en"
|
||||
"3415","3","Microsoft Search","N","3","3","en"
|
||||
"3416","1","television program","N","1","1","en"
|
||||
"3416","2","radio program","N","2","2","en"
|
||||
"3416","3","cinema program","N","3","3","en"
|
||||
"3417","1","Google","N","1","1","en"
|
||||
"3417","2","Yahoo","N","2","2","en"
|
||||
"3417","3","Microsoft Search","N","3","3","en"
|
||||
"3418","F1","Deannan Troi","N","0","0","en"
|
||||
"3418","F2","Wesley Crusher","N","0","1","en"
|
||||
"3418","F3","Jean-Luc Picard","N","0","2","en"
|
||||
"3418","F4","Seven of Nine","N","0","3","en"
|
||||
"3419","Q1","blue","N","0","0","en"
|
||||
"3419","Q2","red","N","0","1","en"
|
||||
"3419","Q3","green","N","0","2","en"
|
||||
"3423","Q1","blue","N","0","0","en"
|
||||
"3423","Q2","red","N","0","1","en"
|
||||
"3423","Q3","green","N","0","2","en"
|
||||
"3424","Q1","blue is the colour of the sky. the sky is very high. the sky is also very big","N","0","0","en"
|
||||
"3424","Q2","red is the colour of blood. blood is very useful. blood is a very nice color","N","0","1","en"
|
||||
"3424","Q3","green is the color of trees. I like trees. I especially like climbing them with a rope and harness.","N","0","2","en"
|
||||
"3428","R1","Red","N","0","0","en"
|
||||
"3428","R2","Green","N","0","1","en"
|
||||
"3428","R3","Blue","N","0","2","en"
|
||||
"3431","1","Apples","N","1","1","en"
|
||||
"3431","2","Oranges","N","2","2","en"
|
||||
"3431","3","Bananas","N","3","3","en"
|
||||
"3432","1","Apples","N","1","1","en"
|
||||
"3432","2","Oranges","N","2","2","en"
|
||||
"3432","3","Bananas","N","3","3","en"
|
||||
"3434","1","Apples","N","1","1","en"
|
||||
"3434","2","Oranges","N","2","2","en"
|
||||
"3434","3","Bananas","N","3","3","en"
|
||||
"3435","1","Apples","N","1","1","en"
|
||||
"3435","2","Oranges","N","2","2","en"
|
||||
"3435","3","Bananas","N","3","3","en"
|
||||
"3438","O1","Red","N","0","0","en"
|
||||
"3438","O2","Green","N","0","1","en"
|
||||
"3438","O3","Blue","N","0","2","en"
|
||||
"3439","L1"," Green","N","0","0","en"
|
||||
"3439","L2","Red","N","0","1","en"
|
||||
"3439","L3","Blue","N","0","2","en"
|
||||
"3441","EC1","Green","N","0","0","en"
|
||||
"3441","EC2","Red","N","0","1","en"
|
||||
"3441","EC3","Blue","N","0","2","en"
|
||||
"3442","P1","I am glad","N","0","0","en"
|
||||
"3442","P2","I don't care","N","0","1","en"
|
||||
"3442","P3","I am unhappy","N","0","2","en"
|
||||
"3443","M1","Yes","N","0","0","en"
|
||||
"3443","M2","No","N","0","1","en"
|
||||
"3443","M3","Maybe","N","0","2","en"
|
||||
"3444","1","|sweet|bitter","N","0","1","en"
|
||||
"3444","2","|fair|unfair","N","0","2","en"
|
||||
"3444","3","|warm|cold","N","0","3","en"
|
||||
"3444","4","|beautiful|ugly","N","0","4","en"
|
||||
"3444","5","|meaningful|meaningless","N","0","5","en"
|
||||
"3444","6","|bright|dark","N","0","6","en"
|
||||
|
||||
#
|
||||
# CONDITIONS TABLE
|
||||
#
|
||||
"cid","qid","scenario","cqid","cfieldname","method","value"
|
||||
"2","46","1","45","29846X5X45","==","M"
|
||||
|
||||
#
|
||||
# LABELSETS TABLE
|
||||
#
|
||||
"lid","label_name","languages"
|
||||
"3","Test Labelset","en"
|
||||
"4","-2_to_+2","en"
|
||||
"5","1_to_5","en"
|
||||
"6","Search Engine Criteria","en"
|
||||
"318","Test Labelset","en"
|
||||
"319","-2_to_+2","en"
|
||||
"320","1_to_5","en"
|
||||
"321","Search Engine Criteria","en"
|
||||
|
||||
#
|
||||
# LABELS TABLE
|
||||
#
|
||||
"lid","code","title","sortorder","language"
|
||||
"3","TL1","6 - Like it very much","0","en"
|
||||
"3","TL2","5","1","en"
|
||||
"3","TL3","4","2","en"
|
||||
"3","TL4","3","3","en"
|
||||
"3","TL5","2","4","en"
|
||||
"3","TL6","1 - Dont like it at all","5","en"
|
||||
"4","1","-2","1","en"
|
||||
"4","2","-1","2","en"
|
||||
"4","3","0","3","en"
|
||||
"4","4","1","4","en"
|
||||
"4","5","2","5","en"
|
||||
"5","1","1","1","en"
|
||||
"5","2","2","2","en"
|
||||
"5","3","3","3","en"
|
||||
"5","4","4","4","en"
|
||||
"5","5","5","5","en"
|
||||
"6","ACC","Accuracy","3","en"
|
||||
"6","DSN","Design","2","en"
|
||||
"6","SPD","Speed","1","en"
|
||||
"lid","code","title","sortorder","language","assessment_value"
|
||||
"318","TL1","6 - Like it very much","0","en","0"
|
||||
"318","TL2","5","1","en","0"
|
||||
"318","TL3","4","2","en","0"
|
||||
"318","TL4","3","3","en","0"
|
||||
"318","TL5","2","4","en","0"
|
||||
"318","TL6","1 - Dont like it at all","5","en","0"
|
||||
"319","1","-2","1","en","1"
|
||||
"319","2","-1","2","en","2"
|
||||
"319","3","0","3","en","3"
|
||||
"319","4","1","4","en","4"
|
||||
"319","5","2","5","en","5"
|
||||
"320","1","1","1","en","1"
|
||||
"320","2","2","2","en","2"
|
||||
"320","3","3","3","en","3"
|
||||
"320","4","4","4","en","4"
|
||||
"320","5","5","5","en","5"
|
||||
"321","ACC","Accuracy","3","en","0"
|
||||
"321","DSN","Design","2","en","0"
|
||||
"321","SPD","Speed","1","en","0"
|
||||
|
||||
#
|
||||
# QUESTION_ATTRIBUTES TABLE
|
||||
#
|
||||
"qaid","qid","attribute","value"
|
||||
"18","37","answer_width","50"
|
||||
"19","37","dualscale_headerA","satisfaction"
|
||||
"20","37","dualscale_headerB","importance"
|
||||
"21","38","multiflexible_max","20"
|
||||
"22","38","multiflexible_step","2"
|
||||
"23","38","multiflexible_min","10"
|
||||
"29","62","answer_width","50"
|
||||
"25","59","equals_num_value","10"
|
||||
"26","59","slider_layout","1"
|
||||
"27","60","dropdown_dates","1"
|
||||
"28","61","equals_num_value","10"
|
||||
"30","62","dualscale_headerA","satisfaction"
|
||||
"31","62","dualscale_headerB","importance"
|
||||
"32","62","use_dropdown","true"
|
||||
"33","63","multiflexible_max","20"
|
||||
"34","63","multiflexible_step","2"
|
||||
"35","63","multiflexible_min","10"
|
||||
"36","63","multiflexible_checkbox","1"
|
||||
"37","64","answer_width","50"
|
||||
"60","140","prefix","prefix"
|
||||
"57","138","suffix","suffix"
|
||||
"58","138","prefix","prefix"
|
||||
"61","140","suffix","suffix"
|
||||
"2758","3413","answer_width","50"
|
||||
"2759","3413","dualscale_headerA","satisfaction"
|
||||
"2760","3413","dualscale_headerB","importance"
|
||||
"2761","3414","multiflexible_max","20"
|
||||
"2762","3414","multiflexible_step","2"
|
||||
"2763","3414","multiflexible_min","10"
|
||||
"2764","3416","answer_width","50"
|
||||
"2765","3432","equals_num_value","10"
|
||||
"2766","3432","slider_layout","1"
|
||||
"2767","3433","dropdown_dates","1"
|
||||
"2768","3434","equals_num_value","10"
|
||||
"2769","3416","dualscale_headerA","satisfaction"
|
||||
"2770","3416","dualscale_headerB","importance"
|
||||
"2771","3416","use_dropdown","1"
|
||||
"2772","3417","multiflexible_max","20"
|
||||
"2773","3417","multiflexible_step","2"
|
||||
"2774","3417","multiflexible_min","10"
|
||||
"2775","3417","multiflexible_checkbox","1"
|
||||
"2776","3418","answer_width","50"
|
||||
"2777","3435","prefix","prefix"
|
||||
"2778","3423","suffix","suffix"
|
||||
"2779","3423","prefix","prefix"
|
||||
"2780","3435","suffix","suffix"
|
||||
"2781","3416","array_filter",""
|
||||
"2782","3416","array_filter_exclude",""
|
||||
"2783","3416","dropdown_prepostfix",""
|
||||
"2784","3416","dropdown_separators",""
|
||||
"2785","3416","hidden","0"
|
||||
"2786","3416","page_break","0"
|
||||
"2787","3416","public_statistics","0"
|
||||
"2788","3416","random_order","0"
|
||||
"2789","3416","scale_export","0"
|
||||
"2790","3444","equals_num_value",""
|
||||
"2791","3444","hide_tip","0"
|
||||
"2792","3444","hidden","0"
|
||||
"2793","3444","max_num_value",""
|
||||
"2794","3444","max_num_value_sgqa",""
|
||||
"2795","3444","maximum_chars",""
|
||||
"2796","3444","min_num_value",""
|
||||
"2797","3444","min_num_value_sgqa",""
|
||||
"2798","3444","num_value_equals_sgqa",""
|
||||
"2799","3444","page_break","0"
|
||||
"2800","3444","prefix",""
|
||||
"2801","3444","public_statistics","0"
|
||||
"2802","3444","random_order","0"
|
||||
"2803","3444","slider_layout","1"
|
||||
"2804","3444","slider_min","-5"
|
||||
"2805","3444","slider_max","+5"
|
||||
"2806","3444","slider_accuracy","1"
|
||||
"2807","3444","slider_default","0"
|
||||
"2808","3444","slider_middlestart","1"
|
||||
"2809","3444","slider_showminmax","1"
|
||||
"2810","3444","slider_separator","|"
|
||||
"2811","3444","suffix",""
|
||||
"2812","3444","text_input_width",""
|
||||
"2813","3413","array_filter",""
|
||||
"2814","3413","array_filter_exclude",""
|
||||
"2815","3413","dropdown_prepostfix",""
|
||||
"2816","3413","dropdown_separators",""
|
||||
"2817","3413","hidden","0"
|
||||
"2818","3413","page_break","0"
|
||||
"2819","3413","public_statistics","0"
|
||||
"2820","3413","random_order","0"
|
||||
"2821","3413","use_dropdown","0"
|
||||
"2822","3413","scale_export","0"
|
||||
|
||||
#
|
||||
# ASSESSMENTS TABLE
|
||||
@@ -230,8 +277,8 @@
|
||||
#
|
||||
# SURVEYS_LANGUAGESETTINGS TABLE
|
||||
#
|
||||
"surveyls_survey_id","surveyls_language","surveyls_title","surveyls_description","surveyls_welcometext","surveyls_urldescription","surveyls_email_invite_subj","surveyls_email_invite","surveyls_email_remind_subj","surveyls_email_remind","surveyls_email_register_subj","surveyls_email_register","surveyls_email_confirm_subj","surveyls_email_confirm"
|
||||
"29846","en","Sample Survey for v1.8 (all questions plus most options)","This is a sample survey showing all the question types you can use in LimeSurvey version 1.80.<br />\nIt also shows some of the options available for each question.<br />","This is the welcome text for the survey!<br />\nYou can can edit it in the survey properties.","","Invitation to participate in survey","Dear {FIRSTNAME},\n\nYou have been invited to participate in a survey.\n\nThe survey is titled:\n"{SURVEYNAME}"\n\n"{SURVEYDESCRIPTION}"\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}","Reminder to participate in survey","Dear {FIRSTNAME},\n\nRecently we invited you to participate in a survey.\n\nWe note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\nThe survey is titled:\n"{SURVEYNAME}"\n\n"{SURVEYDESCRIPTION}"\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}","Survey Registration Confirmation","Dear {FIRSTNAME},\n\nYou, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.\n\nTo complete this survey, click on the following URL:\n\n{SURVEYURL}\n\nIf you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.","Confirmation of completed survey","Dear {FIRSTNAME},\n\nThis email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.\n\nIf you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.\n\nSincerely,\n\n{ADMINNAME}"
|
||||
"surveyls_survey_id","surveyls_language","surveyls_title","surveyls_description","surveyls_welcometext","surveyls_endtext","surveyls_url","surveyls_urldescription","surveyls_email_invite_subj","surveyls_email_invite","surveyls_email_remind_subj","surveyls_email_remind","surveyls_email_register_subj","surveyls_email_register","surveyls_email_confirm_subj","surveyls_email_confirm","surveyls_dateformat"
|
||||
"29846","en","Sample Survey for v1.80 (all questions plus most options)","This is a sample survey showing all the question types you can use in LimeSurvey version 1.80 (or later).<br />\nIt also shows some of the options available for each question.<br />","This is the welcome text for the survey!<br />\nYou can can edit it in the survey properties.","This is the end text for the survey!<br />\nYou can can edit it in the survey properties.<br />","","","Invitation to participate in survey","Dear {FIRSTNAME},\n\nYou have been invited to participate in a survey.\n\nThe survey is titled:\n""{SURVEYNAME}""\n\n""{SURVEYDESCRIPTION}""\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}","Reminder to participate in survey","Dear {FIRSTNAME},\n\nRecently we invited you to participate in a survey.\n\nWe note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\nThe survey is titled:\n""{SURVEYNAME}""\n\n""{SURVEYDESCRIPTION}""\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}","Survey registration confirmation","Dear {FIRSTNAME},\n\nYou, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.\n\nTo complete this survey, click on the following URL:\n\n{SURVEYURL}\n\nIf you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.","Confirmation of completed survey","Dear {FIRSTNAME},\n\nThis email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.\n\nIf you have any further questions about this email, please contact {ADMINNAME} at {ADMINEMAIL}.\n\nSincerely,\n\n{ADMINNAME}","1"
|
||||
|
||||
#
|
||||
# QUOTA TABLE
|
||||
@@ -241,3 +288,7 @@
|
||||
# QUOTA_MEMBERS TABLE
|
||||
#
|
||||
|
||||
#
|
||||
# QUOTA_LANGUAGESETTINGS TABLE
|
||||
#
|
||||
|
||||
|
||||
|
@@ -1,124 +0,0 @@
|
||||
#<pre>
|
||||
# SURVEYOR SURVEY DUMP
|
||||
#
|
||||
# This is a dumped survey from the PHPSurveyor Script
|
||||
# http://www.phpsurveyor.org/
|
||||
|
||||
# NEW TABLE
|
||||
# SURVEYS TABLE
|
||||
#
|
||||
INSERT INTO surveys (`sid`, `short_title`, `description`, `admin`, `active`, `welcome`, `expires`, `adminemail`, `private`, `faxto`, `format`, `template`, `url`, `urldescrip`, `language`, `datestamp`, `usecookie`, `notification`, `allowregister`, `attribute1`, `attribute2`, `email_invite_subj`, `email_invite`, `email_remind_subj`, `email_remind`, `email_register_subj`, `email_register`, `email_confirm_subj`, `email_confirm`, `allowsave`, `autonumber_start`, `autoredirect`, `allowprev`, `ipaddr`) VALUES ('40', 'Sample Survey', 'This is a sample survey showing of all the question types you can use in LimeSurvey.', 'Administratorname', 'N', 'This is the welcome text for the survey!\r<br />You can can edit it in the survey properties.', '0000-00-00', 'admin@localhost', 'Y', '000-00000000', 'G', 'default', '', '', 'english', 'Y', 'N', '0', 'N', '', '', 'Invitation to participate in survey', 'Dear {FIRSTNAME},\n\nYou have been invited to participate in a survey.\n\nThe survey is titled:\n"{SURVEYNAME}"\n\n"{SURVEYDESCRIPTION}"\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}', 'Reminder to participate in survey', 'Dear {FIRSTNAME},\n\nRecently we invited you to participate in a survey.\n\nWe note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\nThe survey is titled:\n"{SURVEYNAME}"\n\n"{SURVEYDESCRIPTION}"\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}', 'Survey Registration Confirmation', 'Dear {FIRSTNAME},\n\nYou, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.\n\nTo complete this survey, click on the following URL:\n\n{SURVEYURL}\n\nIf you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.', 'Confirmation of completed survey', 'Dear {FIRSTNAME},\n\nThis email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.\n\nIf you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.\n\nSincerely,\n\n{ADMINNAME}', 'Y', '0', 'N', 'Y', 'N');
|
||||
|
||||
# NEW TABLE
|
||||
# GROUPS TABLE
|
||||
#
|
||||
INSERT INTO groups (`gid`, `sid`, `group_name`, `description`) VALUES ('37', '40', 'Array Questions', 'This is a group with the different array questions.');
|
||||
INSERT INTO groups (`gid`, `sid`, `group_name`, `description`) VALUES ('35', '40', 'Text Questions', '');
|
||||
INSERT INTO groups (`gid`, `sid`, `group_name`, `description`) VALUES ('36', '40', 'Mask Questions', 'This is the group description.');
|
||||
INSERT INTO groups (`gid`, `sid`, `group_name`, `description`) VALUES ('33', '40', 'Single Choice Questions', '');
|
||||
INSERT INTO groups (`gid`, `sid`, `group_name`, `description`) VALUES ('34', '40', 'Multiple Choice Questions', 'This group consist only of Multiple Choice questions.');
|
||||
|
||||
# NEW TABLE
|
||||
# QUESTIONS TABLE
|
||||
#
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('168', '40', '36', 'X', 'X', 'Type X - Boilerplate question', '', 'This is the boilerplate question type. It\'s not so much a question but a simple text display.', 'N', 'Y', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('170', '40', '36', 'G', 'G', 'Type G - Gender question?', '', 'This is a standard question aksing for the participiant\'s sex.', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('171', '40', '36', 'N', 'N', 'Type N - Numerical Input Question', '', '', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('172', '40', '36', 'R', 'R', 'Type R - Ranking Question', '', '', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('173', '40', '36', 'Y', 'Y', 'Type Y - Yes/No Question', '', '', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('174', '40', '37', 'A', 'A', 'Type A - Array 5 Point Choice Question', '', '', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('175', '40', '37', 'B', 'B', 'Type B - Array 10 point choice Question', '', 'This is the help text for this question. ', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('176', '40', '37', 'C', 'C', 'Type C - Array Yes/No/Uncertain Question', '', '', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('177', '40', '37', 'E', 'E', 'Type E - Array Increase/Same/Decrease Question', '', 'This is the questions help text.', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('178', '40', '37', 'F', 'F', 'Type F - Array using Flexible Labels question', '', 'This is a array using a flexible label set. Flexible labels sets can be created with as many answer as you like to. We created only one for this survey that will be re-used over and over.', 'N', 'N', '6');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('179', '40', '37', 'H', 'H', 'Type H - Array Flexible Labels by Column question', '', 'This is the same question type as before just the orientation has changed', 'N', 'N', '6');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('169', '40', '36', 'D', 'D', 'Type D - Date question?', '', 'Helptext', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('161', '40', '33', 'Z', 'Z', 'Type Z - List Flexible Labels Dropdown', '', 'This question is reusing the same label set as some of the array questions.', 'N', 'N', '6');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('162', '40', '34', 'P', 'P', 'Type P: Multiple Options Question with Comments ', '', 'This is a Multiple Options Question with the ability to comment it.', 'Y', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('163', '40', '34', 'M', 'M', 'Type M - Multiple Options Question', '', 'This is a type M multiple Options questions.', 'Y', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('164', '40', '35', 'Q', 'Q', 'Type Q - Multiple Short Text Question', '', 'This is a Multiple Short Text Question', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('165', '40', '35', 'T', 'T', 'Type T - Long Text Question?', '', 'Helptext', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('166', '40', '35', 'S', 'S', 'Type S - Short Free Text?', '', 'helptext', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('167', '40', '35', 'U', 'U', 'Type U - Huge Free text?', '', 'Helptext', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('160', '40', '33', 'W', 'W', 'Type W - List Flexible Labels Dropdown question type', '', 'This question is reusing the same label set as some of the array questions.', 'N', 'N', '6');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('159', '40', '33', 'O', 'O', 'Type O : List with Comment Question', '', '', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('158', '40', '33', 'L', 'L', 'Type L - List Radio qeustion', '', '', 'Y', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('156', '40', '33', '5', '5', 'Type 5 - 5 point choice', '', 'Help2', 'N', 'N', '0');
|
||||
INSERT INTO questions (`qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `lid`) VALUES ('157', '40', '33', '!', '!', 'Type ! - List Dropdown Question', '', '', 'Y', 'N', '0');
|
||||
|
||||
# NEW TABLE
|
||||
# ANSWERS TABLE
|
||||
#
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('172', 'R1', 'Red', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('172', 'R2', 'Green', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('172', 'R3', 'Blue', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('174', 'A1', 'FBI', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('174', 'A2', 'CIA', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('174', 'A3', 'G5', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('174', 'A4', 'NASA', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('175', 'B1', 'Darth Vader', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('175', 'B2', 'Luke Skywalker', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('175', 'B3', 'Princess Leia', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('175', 'B4', 'Jabba the Hut', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('176', 'C1', 'I am blonde', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('176', 'C2', 'I am blue', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('176', 'C3', 'I am pissed', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('176', 'C4', 'I am drunk', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('177', 'E1', 'Pain', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('177', 'E2', 'Pleasure', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('177', 'E3', 'Luck', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('177', 'E4', 'Happiness', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('178', 'F1', 'Deannan Troi', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('178', 'F2', 'Wesley Crusher', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('178', 'F3', 'Jean-Luc Picard', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('178', 'F4', 'Seven of Nine', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('179', 'H1', 'Deannan Troi', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('179', 'H2', 'Wesley Crusher', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('179', 'H3', 'Data', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('179', 'H4', 'Jean-Luc Picard', 'N', '00003');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('162', 'P1', 'I am glad', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('162', 'P2', 'I don\'t care', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('162', 'P3', 'I am unhappy', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('163', 'M1', 'Yes', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('163', 'M2', 'No', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('163', 'M3', 'Maybe', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('164', 'Q1', 'blue', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('164', 'Q2', 'red', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('164', 'Q3', 'green', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('159', 'O1', 'Red', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('159', 'O2', 'Green', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('159', 'O3', 'Blue', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('158', 'L1', ' Green', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('158', 'L2', 'Red', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('158', 'L3', 'Blue', 'N', '00002');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('157', 'EC1', 'Green', 'N', '00000');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('157', 'EC2', 'Red', 'N', '00001');
|
||||
INSERT INTO answers (`qid`, `code`, `answer`, `default_value`, `sortorder`) VALUES ('157', 'EC3', 'Blue', 'N', '00002');
|
||||
|
||||
# NEW TABLE
|
||||
# CONDITIONS TABLE
|
||||
#
|
||||
|
||||
# NEW TABLE
|
||||
# LABELSETS TABLE
|
||||
#
|
||||
INSERT INTO labelsets (`lid`, `label_name`) VALUES ('6', 'Test Labelset');
|
||||
|
||||
# NEW TABLE
|
||||
# LABELS TABLE
|
||||
#
|
||||
INSERT INTO labels (`lid`, `code`, `title`, `sortorder`) VALUES ('6', 'TL1', '6 - Like it very much', '00000');
|
||||
INSERT INTO labels (`lid`, `code`, `title`, `sortorder`) VALUES ('6', 'TL6', '1 - Dont like it at all', '00005');
|
||||
INSERT INTO labels (`lid`, `code`, `title`, `sortorder`) VALUES ('6', 'TL5', '2', '00004');
|
||||
INSERT INTO labels (`lid`, `code`, `title`, `sortorder`) VALUES ('6', 'TL4', '3', '00003');
|
||||
INSERT INTO labels (`lid`, `code`, `title`, `sortorder`) VALUES ('6', 'TL3', '4', '00002');
|
||||
INSERT INTO labels (`lid`, `code`, `title`, `sortorder`) VALUES ('6', 'TL2', '5', '00001');
|
||||
|
||||
# NEW TABLE
|
||||
# QUESTION_ATTRIBUTES TABLE
|
||||
#
|
||||
|
||||
# NEW TABLE
|
||||
# ASSESSMENTS TABLE
|
||||
#
|
||||
#</pre>
|
||||
Reference in New Issue
Block a user