2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Import from DCARF SVN

This commit is contained in:
azammitdcarf
2008-10-15 22:36:05 +00:00
parent 4f0b4f0bbb
commit 1445da495b
2237 changed files with 714445 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
#<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>

View File

@@ -0,0 +1,73 @@
# LimeSurvey Survey Dump
# DBVersion 111
# This is a dumped survey from the LimeSurvey Script
# http://www.limesurvey.org/
# Do not change this header!
#
# 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","ipaddr","useexpiry","refurl","datecreated"
"31565","1","","N","2007-02-11","","Y","","S","default","","en","hr nl ","N","N","0","N","","","Y","0","N","Y","N","N","N","2007-02-11"
#
# GROUPS TABLE
#
"gid","sid","group_name","group_order","description","language"
"11","31565","group_name_hr","0","description_hr","hr"
"11","31565","group_name_nl","0","description_nl","nl"
"11","31565","group_name_en","0","description_en","en"
#
# QUESTIONS TABLE
#
"qid","sid","gid","type","title","question","preg","help","other","mandatory","lid","question_order","language"
"49","31565","11","I","code_en","qeustion_en","","questionhelp_en","N","N","0","0","en"
"49","31565","11","I","code_en","qeustion_hr","","questionhelp_cr","N","N","0","0","hr"
"49","31565","11","I","code_en","qeustion_nl","","questionhelp_nl","N","N","0","0","nl"
"50","31565","11","M","code","question_en","","questionhelp_en","N","N","0","1","en"
"50","31565","11","M","code","question_hr","","questionhelp_hr","N","N","0","1","hr"
"50","31565","11","M","code","question_nl","","questionhelp_nl","N","N","0","1","nl"
#
# ANSWERS TABLE
#
"qid","code","answer","default_value","sortorder","language"
"50","c1","answer_en1","","1","en"
"50","c1","answer_hr1","","1","hr"
"50","c1","answer_nl1","","1","nl"
"50","c2","answer_en2","","2","en"
"50","c2","answer_hr2","","2","hr"
"50","c2","answer_nl2","","2","nl"
"50","c3","answer_en3","","3","en"
"50","c3","answer_hr3","","3","hr"
"50","c3","answer_nl3","","3","nl"
#
# CONDITIONS TABLE
#
#
# LABELSETS TABLE
#
#
# LABELS TABLE
#
#
# QUESTION_ATTRIBUTES TABLE
#
#
# ASSESSMENTS TABLE
#
#
# 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"
"31565","en","Test for language question","description_en","welcome_en","urldescrip_en","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}"
"31565","hr","short_title_hr","description_hr","welcome_hr","urldescrip_hr","example@example.com","email_invite_hr","example@example.com","email_remind_hr","example@example.com","email_register_hr","example@example.com","email_confirm_hr"
"31565","nl","short_title_nl","description_nl","welcome_nl","urldescrip_nl","example@example.com","email_invite_nl","example@example.com","email_remind_nl","example@example.com","email_register_nl","example@example.com","email_confirm_nl"
1 # LimeSurvey Survey Dump
2 # DBVersion 111
3 # This is a dumped survey from the LimeSurvey Script
4 # http://www.limesurvey.org/
5 # Do not change this header!
6 #
7 # SURVEYS TABLE
8 #
9 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 ipaddr useexpiry refurl datecreated
10 31565 1 N 2007-02-11 Y S default en hr nl N N 0 N Y 0 N Y N N N 2007-02-11
11 #
12 # GROUPS TABLE
13 #
14 gid sid group_name group_order description language
15 11 31565 group_name_hr 0 description_hr hr
16 11 31565 group_name_nl 0 description_nl nl
17 11 31565 group_name_en 0 description_en en
18 #
19 # QUESTIONS TABLE
20 #
21 qid sid gid type title question preg help other mandatory lid question_order language
22 49 31565 11 I code_en qeustion_en questionhelp_en N N 0 0 en
23 49 31565 11 I code_en qeustion_hr questionhelp_cr N N 0 0 hr
24 49 31565 11 I code_en qeustion_nl questionhelp_nl N N 0 0 nl
25 50 31565 11 M code question_en questionhelp_en N N 0 1 en
26 50 31565 11 M code question_hr questionhelp_hr N N 0 1 hr
27 50 31565 11 M code question_nl questionhelp_nl N N 0 1 nl
28 #
29 # ANSWERS TABLE
30 #
31 qid code answer default_value sortorder language
32 50 c1 answer_en1 1 en
33 50 c1 answer_hr1 1 hr
34 50 c1 answer_nl1 1 nl
35 50 c2 answer_en2 2 en
36 50 c2 answer_hr2 2 hr
37 50 c2 answer_nl2 2 nl
38 50 c3 answer_en3 3 en
39 50 c3 answer_hr3 3 hr
40 50 c3 answer_nl3 3 nl
41 #
42 # CONDITIONS TABLE
43 #
44 #
45 # LABELSETS TABLE
46 #
47 #
48 # LABELS TABLE
49 #
50 #
51 # QUESTION_ATTRIBUTES TABLE
52 #
53 #
54 # ASSESSMENTS TABLE
55 #
56 #
57 # SURVEYS_LANGUAGESETTINGS TABLE
58 #
59 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
60 31565 en Test for language question description_en welcome_en urldescrip_en 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}
61 31565 hr short_title_hr description_hr welcome_hr urldescrip_hr example@example.com email_invite_hr example@example.com email_remind_hr example@example.com email_register_hr example@example.com email_confirm_hr
62 31565 nl short_title_nl description_nl welcome_nl urldescrip_nl example@example.com email_invite_nl example@example.com email_remind_nl example@example.com email_register_nl example@example.com email_confirm_nl

View File

@@ -0,0 +1,144 @@
# LimeSurvey Survey Dump
# DBVersion 126
# This is a dumped survey from the LimeSurvey Script
# http://www.limesurvey.org/
# Do not change this header!
#
# SURVEYS TABLE
#
"sid","owner_id","admin","active","expires","adminemail","private","faxto","format","template","url","language","additional_languages","datestamp","usecookie","notification","allowregister","attribute1","attribute2","allowsave","printanswers","autonumber_start","autoredirect","allowprev","ipaddr","useexpiry","refurl","datecreated","listpublic","htmlemail","tokenanswerspersistence","usecaptcha","bounce_email"
"40","1","Administratorname","N","1980-01-01","admin@localhost","Y","000-00000000","G","default","","en","","Y","N","0","N","","","Y","N","0","N","Y","N","N","N","2008-04-21","N","N","N","N","admin@localhost"
#
# GROUPS TABLE
#
"gid","sid","group_name","group_order","description","language"
"23","40","Array Questions","0","This is a group with the different array questions.","en"
"24","40","Text Questions","5","","en"
"25","40","Mask Questions","2","This is the group description.","en"
"26","40","Single Choice Questions","4","","en"
"27","40","Multiple Choice Questions","3","This group consist only of Multiple Choice questions.","en"
#
# QUESTIONS TABLE
#
"qid","sid","gid","type","title","question","preg","help","other","mandatory","lid","question_order","language","lid1"
"214","40","23","A","A","Type A - Array 5 Point Choice Question","","","N","N","0","0","en","0"
"215","40","23","B","B","Type B - Array 10 point choice Question","","This is the help text for this question. ","N","N","0","1","en","0"
"216","40","23","C","C","Type C - Array Yes/No/Uncertain Question","","","N","N","0","2","en","0"
"217","40","23","E","E","Type E - Array Increase/Same/Decrease Question","","This is the questions help text.","N","N","0","3","en","0"
"218","40","23","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","18","4","en","0"
"219","40","23","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","18","5","en","0"
"220","40","24","Q","Q","Type Q - Multiple Short Text Question","","This is a Multiple Short Text Question","N","N","0","0","en","0"
"221","40","24","T","T","Type T - Long Text Question?","","Helptext","N","N","0","2","en","0"
"222","40","24","S","S","Type S - Short Free Text?","","helptext","N","N","0","1","en","0"
"223","40","24","U","U","Type U - Huge Free text?","","Helptext","N","N","0","3","en","0"
"224","40","25","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","4","en","0"
"225","40","25","G","G","Type G - Gender question?","","This is a standard question aksing for the participiant's sex.","N","N","0","1","en","0"
"226","40","25","N","N","Type N - Numerical Input Question","","","N","N","0","2","en","0"
"227","40","25","R","R","Type R - Ranking Question","","","N","N","0","3","en","0"
"228","40","25","Y","Y","Type Y - Yes/No Question","","","N","N","0","5","en","0"
"229","40","25","D","D","Type D - Date question?","","Helptext","N","N","0","0","en","0"
"230","40","26","Z","Z","Type Z - List Flexible Labels Dropdown","","This question is reusing the same label set as some of the array questions.","N","N","18","5","en","0"
"231","40","26","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","18","4","en","0"
"232","40","26","O","O","Type O - List with Comment Question","","","N","N","0","3","en","0"
"233","40","26","L","L","Type L - List Radio qeustion","","","Y","N","0","2","en","0"
"234","40","26","5","5","Type 5 - 5 point choice","","Help2","N","N","0","1","en","0"
"235","40","26","!","!","Type ! - List Dropdown Question","","","Y","N","0","0","en","0"
"236","40","27","P","P","Type P - Multiple Options Question with Comments ","","This is a Multiple Options Question with the ability to comment it.","Y","N","0","1","en","0"
"237","40","27","M","M","Type M - Multiple Options Question","","This is a type M multiple Options questions.","Y","N","0","0","en","0"
#
# ANSWERS TABLE
#
"qid","code","answer","default_value","sortorder","language"
"214","A1","FBI","N","0","en"
"214","A2","CIA","N","1","en"
"214","A3","G5","N","2","en"
"214","A4","NASA","N","3","en"
"215","B1","Darth Vader","N","0","en"
"215","B2","Luke Skywalker","N","1","en"
"215","B3","Princess Leia","N","2","en"
"215","B4","Jabba the Hut","N","3","en"
"216","C1","I am blonde","N","0","en"
"216","C2","I am blue","N","1","en"
"216","C3","I am pissed","N","2","en"
"216","C4","I am drunk","N","3","en"
"217","E1","Pain","N","0","en"
"217","E2","Pleasure","N","1","en"
"217","E3","Luck","N","2","en"
"217","E4","Happiness","N","3","en"
"218","F1","Deannan Troi","N","0","en"
"218","F2","Wesley Crusher","N","1","en"
"218","F3","Jean-Luc Picard","N","2","en"
"218","F4","Seven of Nine","N","3","en"
"219","H1","Deannan Troi","N","0","en"
"219","H2","Wesley Crusher","N","1","en"
"219","H3","Data","N","2","en"
"219","H4","Jean-Luc Picard","N","3","en"
"220","Q1","blue","N","0","en"
"220","Q2","red","N","1","en"
"220","Q3","green","N","2","en"
"227","R1","Red","N","0","en"
"227","R2","Green","N","1","en"
"227","R3","Blue","N","2","en"
"232","O1","Red","N","0","en"
"232","O2","Green","N","1","en"
"232","O3","Blue","N","2","en"
"233","L1"," Green","N","0","en"
"233","L2","Red","N","1","en"
"233","L3","Blue","N","2","en"
"235","EC1","Green","N","0","en"
"235","EC2","Red","N","1","en"
"235","EC3","Blue","N","2","en"
"236","P1","I am glad","N","0","en"
"236","P2","I don't care","N","1","en"
"236","P3","I am unhappy","N","2","en"
"237","M1","Yes","N","0","en"
"237","M2","No","N","1","en"
"237","M3","Maybe","N","2","en"
#
# CONDITIONS TABLE
#
#
# LABELSETS TABLE
#
"lid","label_name","languages"
"18","Test Labelset","en"
#
# LABELS TABLE
#
"lid","code","title","sortorder","language"
"18","TL1","6 - Like it very much","0","en"
"18","TL2","5","1","en"
"18","TL3","4","2","en"
"18","TL4","3","3","en"
"18","TL5","2","4","en"
"18","TL6","1 - Dont like it at all","5","en"
#
# QUESTION_ATTRIBUTES TABLE
#
#
# ASSESSMENTS TABLE
#
#
# 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"
"40","en","Sample Survey","This is a sample survey showing of all the question types you can use in LimeSurvey.","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&quot;{SURVEYNAME}&quot;\n\n&quot;{SURVEYDESCRIPTION}&quot;\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&quot;{SURVEYNAME}&quot;\n\n&quot;{SURVEYDESCRIPTION}&quot;\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}"
#
# QUOTA TABLE
#
#
# QUOTA_MEMBERS TABLE
#
1 # LimeSurvey Survey Dump
2 # DBVersion 126
3 # This is a dumped survey from the LimeSurvey Script
4 # http://www.limesurvey.org/
5 # Do not change this header!
6 #
7 # SURVEYS TABLE
8 #
9 sid owner_id admin active expires adminemail private faxto format template url language additional_languages datestamp usecookie notification allowregister attribute1 attribute2 allowsave printanswers autonumber_start autoredirect allowprev ipaddr useexpiry refurl datecreated listpublic htmlemail tokenanswerspersistence usecaptcha bounce_email
10 40 1 Administratorname N 1980-01-01 admin@localhost Y 000-00000000 G default en Y N 0 N Y N 0 N Y N N N 2008-04-21 N N N N admin@localhost
11 #
12 # GROUPS TABLE
13 #
14 gid sid group_name group_order description language
15 23 40 Array Questions 0 This is a group with the different array questions. en
16 24 40 Text Questions 5 en
17 25 40 Mask Questions 2 This is the group description. en
18 26 40 Single Choice Questions 4 en
19 27 40 Multiple Choice Questions 3 This group consist only of Multiple Choice questions. en
20 #
21 # QUESTIONS TABLE
22 #
23 qid sid gid type title question preg help other mandatory lid question_order language lid1
24 214 40 23 A A Type A - Array 5 Point Choice Question N N 0 0 en 0
25 215 40 23 B B Type B - Array 10 point choice Question This is the help text for this question. N N 0 1 en 0
26 216 40 23 C C Type C - Array Yes/No/Uncertain Question N N 0 2 en 0
27 217 40 23 E E Type E - Array Increase/Same/Decrease Question This is the questions help text. N N 0 3 en 0
28 218 40 23 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 18 4 en 0
29 219 40 23 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 18 5 en 0
30 220 40 24 Q Q Type Q - Multiple Short Text Question This is a Multiple Short Text Question N N 0 0 en 0
31 221 40 24 T T Type T - Long Text Question? Helptext N N 0 2 en 0
32 222 40 24 S S Type S - Short Free Text? helptext N N 0 1 en 0
33 223 40 24 U U Type U - Huge Free text? Helptext N N 0 3 en 0
34 224 40 25 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 4 en 0
35 225 40 25 G G Type G - Gender question? This is a standard question aksing for the participiant's sex. N N 0 1 en 0
36 226 40 25 N N Type N - Numerical Input Question N N 0 2 en 0
37 227 40 25 R R Type R - Ranking Question N N 0 3 en 0
38 228 40 25 Y Y Type Y - Yes/No Question N N 0 5 en 0
39 229 40 25 D D Type D - Date question? Helptext N N 0 0 en 0
40 230 40 26 Z Z Type Z - List Flexible Labels Dropdown This question is reusing the same label set as some of the array questions. N N 18 5 en 0
41 231 40 26 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 18 4 en 0
42 232 40 26 O O Type O - List with Comment Question N N 0 3 en 0
43 233 40 26 L L Type L - List Radio qeustion Y N 0 2 en 0
44 234 40 26 5 5 Type 5 - 5 point choice Help2 N N 0 1 en 0
45 235 40 26 ! ! Type ! - List Dropdown Question Y N 0 0 en 0
46 236 40 27 P P Type P - Multiple Options Question with Comments This is a Multiple Options Question with the ability to comment it. Y N 0 1 en 0
47 237 40 27 M M Type M - Multiple Options Question This is a type M multiple Options questions. Y N 0 0 en 0
48 #
49 # ANSWERS TABLE
50 #
51 qid code answer default_value sortorder language
52 214 A1 FBI N 0 en
53 214 A2 CIA N 1 en
54 214 A3 G5 N 2 en
55 214 A4 NASA N 3 en
56 215 B1 Darth Vader N 0 en
57 215 B2 Luke Skywalker N 1 en
58 215 B3 Princess Leia N 2 en
59 215 B4 Jabba the Hut N 3 en
60 216 C1 I am blonde N 0 en
61 216 C2 I am blue N 1 en
62 216 C3 I am pissed N 2 en
63 216 C4 I am drunk N 3 en
64 217 E1 Pain N 0 en
65 217 E2 Pleasure N 1 en
66 217 E3 Luck N 2 en
67 217 E4 Happiness N 3 en
68 218 F1 Deannan Troi N 0 en
69 218 F2 Wesley Crusher N 1 en
70 218 F3 Jean-Luc Picard N 2 en
71 218 F4 Seven of Nine N 3 en
72 219 H1 Deannan Troi N 0 en
73 219 H2 Wesley Crusher N 1 en
74 219 H3 Data N 2 en
75 219 H4 Jean-Luc Picard N 3 en
76 220 Q1 blue N 0 en
77 220 Q2 red N 1 en
78 220 Q3 green N 2 en
79 227 R1 Red N 0 en
80 227 R2 Green N 1 en
81 227 R3 Blue N 2 en
82 232 O1 Red N 0 en
83 232 O2 Green N 1 en
84 232 O3 Blue N 2 en
85 233 L1 Green N 0 en
86 233 L2 Red N 1 en
87 233 L3 Blue N 2 en
88 235 EC1 Green N 0 en
89 235 EC2 Red N 1 en
90 235 EC3 Blue N 2 en
91 236 P1 I am glad N 0 en
92 236 P2 I don't care N 1 en
93 236 P3 I am unhappy N 2 en
94 237 M1 Yes N 0 en
95 237 M2 No N 1 en
96 237 M3 Maybe N 2 en
97 #
98 # CONDITIONS TABLE
99 #
100 #
101 # LABELSETS TABLE
102 #
103 lid label_name languages
104 18 Test Labelset en
105 #
106 # LABELS TABLE
107 #
108 lid code title sortorder language
109 18 TL1 6 - Like it very much 0 en
110 18 TL2 5 1 en
111 18 TL3 4 2 en
112 18 TL4 3 3 en
113 18 TL5 2 4 en
114 18 TL6 1 - Dont like it at all 5 en
115 #
116 # QUESTION_ATTRIBUTES TABLE
117 #
118 #
119 # ASSESSMENTS TABLE
120 #
121 #
122 # SURVEYS_LANGUAGESETTINGS TABLE
123 #
124 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
125 40 en Sample Survey This is a sample survey showing of all the question types you can use in LimeSurvey. 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&quot;{SURVEYNAME}&quot;\n\n&quot;{SURVEYDESCRIPTION}&quot;\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&quot;{SURVEYNAME}&quot;\n\n&quot;{SURVEYDESCRIPTION}&quot;\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}
126 #
127 # QUOTA TABLE
128 #
129 #
130 # QUOTA_MEMBERS TABLE
131 #

View File

@@ -0,0 +1,124 @@
#<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&quot;{SURVEYNAME}&quot;\n\n&quot;{SURVEYDESCRIPTION}&quot;\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&quot;{SURVEYNAME}&quot;\n\n&quot;{SURVEYDESCRIPTION}&quot;\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>

View File

@@ -0,0 +1,3 @@
See COPYRIGHT.PHP and LICENSE.php in the main directory for more information.

View File

@@ -0,0 +1,26 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252">
<title>LimeSurvey Instruction Manual</title>
<META HTTP-EQUIV=REFRESH CONTENT="1; URL=http://docs.limesurvey.org">.
<style>
<!--
P { color: #000000 }
-->
</style>
</head>
<body dir="ltr" lang="en-US" text="#000000">
<p style="margin-bottom: 0cm;"><strong><a href="http://docs.limesurvey.org" target="_top">If the page does not refresh, click here to open the online manual on http://www.limesurvey.org</a></strong></p>
</body>
</html>

View File

@@ -0,0 +1,654 @@
Welcome to LimeSurvey v1.71+!
Warranty: This program is provided "as is" without warranties of any kind, either expressed or implied,
including, but not limited to, the implied warranties of merchantability and fitness for a particular
purpose. The entire risk as to the quality and performance of the program is with you.
Should the program prove defective, you assume the cost of all necessary servicing, repair or correction.
In no event will any copyright holder be liable to you for damages, including any general, special,
incidental or consequential damages arising out of the use or inability to use the program
(including but not limited to loss of data or data being rendered inaccurate or losses sustained
by you or third parties or a failure of the program to operate with any other programs).
This release does have the following requirements:
-One of these databases: MySQL 4.1 or higher, Microsoft SQL Server 2000 or higher, Postgres 7 or higher
-PHP 4.3 or higher with mbstring library installed. (for localizations)
HOW TO INSTALL
---------------
If you are doing a complete new installation please refer to the manual at
http://docs.limesurvey.org
=== UPGRADING=====
HOW TO UPGRADE from earlier versions of LimeSurvey (<=1.08)
-------------------------------------------------------------
We are sorry but you can't upgrade from versions <= 1.0.8. Seriously!
The database structure has changed that much it wouldn't be feasible.
However, you can import old survey structures from version 1.0 (when you create a new survey there is an option to do that).
Just do a new installation as described on http://docs.limesurvey.org.
HOW TO UPGRADE from LimeSurvey 1.45 or later (<=1.70)
--------------------------------------------------------------------
1. Make backups of your files and database.
2. Backup your config.php.
3. Delete all old files
4. Upload the new version to the same place
5. Adjust the settings in config.php to the setting from the backup config.php.
--Do NOT just copy over the old config.php over the new one.--
6. Run the installer in /admin/install/index.php to update the database.
7. Done.
Special note for UPGRADING from 1.53 to 1.71(+)
-----------------------------------------------
After you upgraded please check the global user rights of each user. There was a
new superadmin right introduced. The upgrade script is guessing who to make
superadmin - so this is not perfect and has to be supervised by YOU.
HOW TO UPGRADE from a LimeSurvey 1.70(+) version to the latest 1.71(+)
---------------------------------------------------------------------------
1. Make backups of your files (especially config.php and config-ldap.php)
and database.
2. Export all templates that have been edited
3. Backup your limesurvey/upload resources directory
4. Delete all old files
5. Upload the new version to the same place
6. Have a look at the provided config.php in order to check if some new
required parameters have been added and add these to your previous
config.php file.
7. Copy your backuped config.php file overwriting the one from the new release
8. Have a look to the config-defaults.php file for any new parameters that
could suit your setup. If you need to change the default setting, copy the
parameter lines to your config.php file and adjust their values accordingly.
9. Copy your previously backuped 'upload' directory to the new
limesurvey/upload directory
10. Run the installer in /admin/install/index.php to update the database
11. Import all your saved templates
12. Done.
Thank you to everyone who helped with this new release!
Changes from 1.71+ Build 5048 to 5147 - Legend: + = New # = Changed - = Fix
#Raised LimeSurvey requirement to at least PHP 4.3.2 installed (c_schmitz)
#Added session regeneration after login to prevent Session Fixation attacks (c_schmitz)
#Updated Basque Translation by inforbek13 --i-t-- eps -d-a-t- mondragon -d-a-t- edu
#Updated French translation by Wael Almoman walmoman -a-t- hemisa -d-o-z- com
#Updated German translations (c_schmitz)
#Updated Spanish translation (kadejo)
#Updated Persian translation by Hooman Mesgary - mesgary -a-tt- gmail -d-o-tt- com
#Updated Hungarian, Macedonian, Traditional Chinese (Taiwan), Italian, Croatian & Estonain Language Files
#Renamed Farsi to Persian (c_schmitz)
#Added another XSS filter. Now there are two XSS filters double-checking the input to prevent XSS attacks due to security flaws in the IE6 browser. (c_schmitz)
-Fixed #2117: Fixed two more "(other)" haven't been translated at browse.php (el-matador)
-Fixed #1867: "Test this survey" loose lang code after 2nd page. (lemeur)
-Fixed #2184: SQL Error when Reordering Label Set (lemeur)
-Fixed #2134 and #1711 related to typos and better comments in config-ldap.php (lemeur)
-Minor changes to ensure token integrity (c_schmitz)
-Changes to original text changes to make it more compatible for translations - thanks to Hooman Mesgary
-Fixed #02121: Problem with "exclude all others" question attribute - exclude_all_others didn't work when there was more than one question on page using attribute. Also fixed feature to disable other checkboxes when reloading a previously completed page. (jcleeland))
-Fixed #2110: VVimport only works for UTF8 encoded files. Added "Character set" option to vvimport (lemeur)
-Fixed #2082: AllowPresistence for token answers isn't working on All-In-One surveys (lemeur)
-Fixed #2000: Changing an answer code of a labelset doesn't update conditions (lemeur)
-Fixed #645: Labels defined as a simple image aren't displayed in Dropdown lists - at least the label code is shown now (c_schmitz)
-Fixed #2088: max_answer javascript does not work when question has line breaks. (c_schmitz)
(Needed to add strip_tags parameter to javascript_escape function since the processing order is important) (c_schmitz)
-Fixed bug #02112: Pipe-Char of Semantic Differential breaks Excel Export - internal $seperator value doesn't have to be just a pipe (so far as I can see) (jcleeland)
-Fixed bug #02107: other_replace_text truncated (fix supplied by ITEd) (jcleeland)
-Fixed bug #02113: Add some details to Naming of Excel Export File (or is it a new feature).. anyway, it's done (minor change) (jcleeland)
-Fixed some minor html issues & the javascript escaping again (c_schmitz)
-Fixed #2117: Browse Response: (other) isn't translated (c_schmitz)
-Fixed #2091: Single and double quotes ( " and ') in a text field are prepended with slashes
-Fixed a fatal error in template rights (c_schmitz)
Changes from 1.71+ Build 5044 to 5048 - Legend: + = New # = Changed - = Fix
-Fixed bug with "array_filter" question attribute, where if another question used the same ID in a different survey, the attribute would fail. Search for matching question name now restricts itself only to questions from the same survey. (jcleeland)
-Fixed bug #02104: Can't choose labelset and other option isn't available (jcleeland)
#Spanish translation updated. 100% now, hopefully ready for 1.71+. (kadejo)
Changes from 1.71 to 1.71+ Build 5044 - Legend: + = New # = Changed - = Fix
+Added Icelandic translation kindly provided by Jóhann Friðriksson ( johannfr -i-t- arskoli -d-i-t- is )
+Added template preview to survey settings (c_schmitz)
+Added the ability to the template editor to edit a CSS file - where the CSS filename must be the same name as the template. (c_schmitz)
+Added Prefix & Suffix Question Attributes for Short Text, and Multiple Short Text (jcleeland)
+Added feature request #02065 - Prefix & Suffix Question Attributes for Numerical Input (jcleeland)
+Added new attribute "other_replace_text" to use alternative text to "Other" for question types that have this option (jcleeland)
#Renamed css_only template to sherpa (c_schmitz)
#Moved CSS to separate files for all templates (c_schmitz)
#Added and updated calendar translations (c_schmitz)
#Updated Chinese Traditional Language File by Mark Yeung
#Updated Danish translation by Thomas Clausen
#Updated Korean translation submitted by the Korea National Police university translation team
#Updated Latvian translation provided by Marcis Trapencieris (marcic -a-t- sociology -d-i-t- lv)
#Updated Portuguese-Brazilian translation by Luiz Rafael Santos (lrsantos11 -i-t- gmail -d-o-a-t com)
#Updated Spanish translation (kedajo)
#Updated Portuguese Translation by Duarte Geraldes (duarte -it- roquettegeraldes -d-i-t- com)
-Security Fixes - Separate Security advisory will be published soon
-Fixed missing "other" option for List (flexible) question types. (jcleeland)
-Fixed #2095: Error exporting a not public survey in spss format (awarren)
-Fixed some English strings
-Fixed several cases where mysql query procedures instead of adodb were used (c_schmitz)
-Fixed #2064: Multiple Numerical Input total value calculator not working correctly when more than one on the page. Used arekbb's suggestion to make each div id unique per question (jcleeland)
-Fixed #2084: Regenerate Question Codes always does straight - change in link so that query was via _POST rather than _GET broke this feature. (jcleeland)
-Fixed #2068: max_answers function is not working because of html tags in question (c_schmitz)
-Fixed #2090: Can't change user access right for templates. Removed SQL code in HTML comments (lemeur)
-Fixed #2086: PDF Export fails on PHP 4 (stfreud)
-Fixed issue with tokens (c_schmitz)
-Fixed #2071: Problem deleting and adding new answers to a question (c_schmitz)
-Fixed #2074: Reordering questions isn't working with "Place After" command. Also added "At beginning" as option. (jcleeland)
-Fixed a small issue with html header(c_schmitz)
-Fixed array_filter not working right in group-by-group mode on the same page(c_schmitz)
-Fixed #2067: corrected topright_bord.gif - THX to moontan (el-matador)
Changes from 1.70 to 1.71 (2008/06/02)
New Features:
-Standard sitename and sitemail when creating survey (lemeur)
-Complete Korean translation submitted by Sehee Kim (cactusgrlkr -a-t- naver -dot-com) on behalf of the Korean Police School translation team.
-Added basic support for Right-to-Left languages
-Added Farsi translation stub by Laurent Giacobino
-Added Welsh translation
-Added Indonesian translation by Lukas (c_schmitz)
-Numerous translation updates kindly provided by the project translators and users out there.
-Include new pdf-features (stfreud)
-Reworked the SPSS export to
a) remove redundant pass throughs of dataset (in DATA LIST build)
b) adjust DATA LIST column widths to account for data (uses tmpfile())
c) escape apostrophe's in a string to an html entity
Note, this was only tested with SPSS 15, it's likely there are UTF-8 problems. (awarren)
-Raised amount of tokens displayed on one page from 50 to 100 ((el-matador-69)
-Added more detailed error message on invitation and reminder sending (c_schmitz)
-Updated queXML-Export - Thx to Adam Zammit (el-matador-69)
-Adding support for debian packaging (nbarcet)
-Integrated table cell -> Radio button mapping (awarren)
Bug fixes:
Lots of security fixes & Sanitizing the script (c_schmitz)
Fixed #1807: Export to Excel on PHP4 creates empty .xls file. According warning message is shown in export window and export to excel to deactivated when iconv library in PHP4 is not installed. (c_schmitz)
Fixed #1985: Exporting to SPSS shows 'SHOW COLUMNS ' error with non MySQL DB (awarren)
Fixed #2032: Code errors when adding answers to question type List (Dropdown) (lemeur)
Fixed #2031: Missing Replacement fields in the Rich Text editor (lemeur)
Fixed #2002: group page is displayed even when no description (lemeur)
Fixed #1812 - exclude_all_others attribute doesn't exclude the OTHER answer (jcleeland)
Fixed #2003: The FCKeditor Filemanager (uploader) can't be reached in Emailsettings page (lemeur)
Fixed #1935: Switching language and going back forgets token code (lemeur)
Fixed #1737: No field type (A or N) was being produced for startdate, refurl, ipaddr. Switched fopen to use w+ (read and write with file purge) awarren)
Fixed #1901: Pressing Enter While Filling Out Survey Opens "Resume Later" page(lemeur)
Fixed #1936: Validation of the last question in a survey does not work(c_schmitz)
Fixed #1982; Dual Scale answers are not conveniently labelled in export to xls/csv (joeschneider)
Fixed #1960: Warning on Excel-Export with an open_basedir restriction leads to corrupted excel file (c_schmitz)
Fixed #1963: force tokenify to begin with a non zero value or other hard to read characters (c_schmitz)
Fixed #1982; fixed error with "Undefined index" (joeschneider)
Fixed #1981: HTML mails have body text with HTML entities (lemeur)
Fixed #1990: Public registration forget to add emailstatus=OK, thus email is displayed in red in the tokens table (lemeur)
Fixed #1984 (corrupted survey URL in some emails): Applied a workaround in SurveyURL displayed in invitation/registration emails so that bogus(?) email clients won't translate the GET parameter '& l a n g' to the '& l a n g ;' entity (lemeur)
Fixed #1986: token link in browse results not displaying (c_schmitz)
Fixed #1983: incorrect request in browse.php - patch by steph33560 (c_schmitz)
Fixed #1967: correctly sets default email settings for new additionnal languages and set default email settings for survey base language. Takes Email format (html,text) into account (lemeur)
Fixed #1931: answers are recorded as not-completed (not finalized) if last survey page was hidden due to condition (lemeur)
Upload the latest version of queXML-Export (to fix output of type "L") - Thx to Adam Zammit (el-matador-69)
Fixed #1959, added multiple numerical to printablesurvey.php. (Also tidied up the layout for multiple numerical and short text) (jcleeland)
Fixed #1601 - question attribute hide_tip for multiple numerical input. Added feature. (jcleeland)
Fixed #1855 - Entering validation fields in multiple choice questions is fiddly. Validation now available on new/edit question for multiple numerical (jcleeland)
Fixed #1971: correct a typo at token notification - thx to nosynack for reporting it (el-matador-69)
Fixed #1929: When confirmation email is not defined, the hardcoded default email contains tags {XXX} that are not replaced (lemeur)
Fixed #1927: Set all entries to 'No invitation sent' - not working if the translated confirmation text contains single quotes (lemeur)
Fixed #1922: Multiple Numerical Input doesn't work with condition greater than or equal to (lemeur)
Fixed a warning in index.php reported in bug #1921 (lemeur)
Fixed #1938: edit response with "dual scale" (joeschneider)
Fixed #1892: Rooturl is wrong when HTTP port is not the default (80) (c_schmitz)
Fixed #1913: Hardcoded reference to limesurvey in action path in preview.php(c_schmitz)
Fixed #1939: Question reorder does not work in all languages after importing the particular question using question import (c_schmitz)
Fixed #1853: wrong characters in IE alert windows (lemeur)
Fixed #1906: Problem of apostrophes in the some e-mail (lemeur)
Fixed #1904 (workaround): IE: Opening LimeReplacementField-Window isn't possible - Javascript-Error (lemeur)
Fixed #1905: Editing List (Radio) Answers - Code & Answer values are no longer mapped once new answer exceeds 9 (thanks to Endymion92)
Fixed #1907: User unable to export a label set even though they have permision to (lemeur)
Fixed #1902: Privacy Message: Always the same text "This is an anonymous survey" (lemeur)
Fixed #1911: IE throws a nonsensical error when it receives an HTTP payload matching all of the following conditions:
a) Over SSL
b) with a Pragma: no-cache
c) a mime-type which is not known on the receiving system
d) User has the "Do not save encrypted pages to disk" option set
(this is the default)
So I've changed Pragma: no-cache to Pragma: cache, and/or inserted the
directive to places
where non standard mime types are used (application/download). If this is
problematic, we
can change the mime type to text/plain for the CSV/VV exports. (awarren)
Fixed #1866: Error at DataEntry for user with little rights (lemeur)
Fixed #1878: Cannot send reminder e-mail [postgres] (c_schmitz)
Fixed #1856: DB error when delete tokens table (Postgres) - Patch kindly provided by doc (c_schmitz)
Fixed #1807: Can't export to excel when using certain question types and special chars (c_schmitz)
Fixed #1836: Option deletenonvalues doesn't work on most cases (lemeur)
Fixed #1891: Clear "no answer" when selecting second label using "dual scale" (joeschneider)
Fixed #1833: incorrect columns displayed when "other" and "No answer" displayed. (jcleeland)
Fixed #1863: Users unable to change their own password (c_schmitz)
Fixed #1858: Group import results in PHP Parse error (el-matador-69)
Ffixed output when no "header" is set for dualscale (joeschneider)
Fixed #1857: Missing No Answer option for array questions and other issues in dataentry when using different languages in admin interface and survey. (c_schmitz)
Fixed #1856: DB error when delete tokens table (Postgres) - Patch by doc (c_schmitz)
Fixed #1861: Notice at importing LimeSurvey Sample Survey (c_schmitz)
Fixed #1868: Double Tooltips at "Execute this Survey"-Button (lemeur)
Fixed #1815: Unknown Menubar-Object "LimeReplacementFields"/"LimeFitWin" + some information about updates in config files and release-notes (lemeur)
Fixed #1873: Changing answers codes doesn't update conditions (lemeur)
Fixed #1797: Entered answers lost when Save All not clicked (lemeur)
Fixed #1828: User unable to change password. A user is now able to modify his own information (name and password whatever his permissions). He is also able to delete himself if he's got the DELETE_USER permission (lemeur)
Fixed #1831: Super User cannot change quotas for other users' surveys (lemeur)
Fixed #1840: Translation error and accent issue in calendar in French (lemeur)
Fixed #1830: User can Activate survey from the list survey section even though there are no questions (lemeur)
Fixed #1828: Missing Parent name of current logged in user (lemeur)
Fixed #1822: Missing http headers for on admin login page. (c_schmitz)
Fixed attribute tag filtering being negligent of quotes (c_schmitz)
Fixed #1835: List Surveys: Responses aren't shown for expired surveys (c_schmitz)
Fixed #1843: Unable to re-order Question groups (c_schmitz)
Fixed #1846: Make Tokens-Button should be available, also if survey is not active (c_schmitz)
Fix issues with formattong LimeReplacementFields (persitent and inconsistent yellow formatting) (lemeur)
Fixed #1844: Use of apostrophe in FCKeditor causes a series of slashes \\\\ (lemeur)
Added back in missing privacy message (c_schmitz)
Fixed #1842: IE Javascript error when clicking "Edit Current Survey" (c_schmitz)
Fixed #1848: Empty survey gives notice on Import (c_schmitz)
Added according text to mandatory message for multiple choice with other option (c_schmitz)
Fixed #1845: Improve Accessibility for blind people: make menu icons readable (lemeur)
Fixed #1845 again, making the fix switchable with new config parameter $addTitleToLinks (lemeur)
Fixed #1732: {INSERTANS:SIDXGIDXQID} includes HTML tags (c_schmitz)
Fixed a bug in upgrade script and mysql4 where the emailstatus field was not added due to size limitations - 2nd try (c_schmitz)
Fixed #1808: Condition not implemented for the "other" answer // Fix for questions type List Radio/Dropdown (lemeur)
Fixed #1805: Survey cannot be re-used without closing and reopening browser, even with cookies turned off (jcleeland)
Fixed a bug in upgrade script and mysql4 where the emailstatus field was not added due to size limitations (c_schmitz)
Fixed #1794: Errors showing when previewing question without answers in Flexible Array by Column Question Type (c_schmitz)
Fixed #1802: "Resume Later" -> reloading saved survey starts at first page (c_schmitz)
Fixed HTML entities showing up in Excel, CSV & SPSS export (c_schmitz)
Fixed #1780: Java script error with dual scale
Updated tokens and email validation to be able to use several email addresses separated by semikolon when sending an invitation (c_schmitz)
Fixed SPSS & data export to filter out tags and html-encoded chars (c_schmitz)
Fixed #1798: In reminder email (html format) surveyurl is displayed as HTML code in Outlook (c_schmitz)
Fixed #1785: Upgrade script failed to add startdate column under certain circumstances (c_schmitz)
Fixed #1781: Errors when editing a survey response with dual scale question type questions (c_schmitz)
Fixed bug with assigning user rights and Superuser right (c_schmitz)
Removed the {NOSID} message from default page since robot tools are looking for it (c_schmitz)
Fixed #1796: in HTML email, SURVEYURL text may be corrupted (lemeur)
Fixed #1773: Error in userrighthandling.php + fixed usercontrol list with current user bolded instead of admin user (lemeur)
Fixed #1782: Lines wrapping in plain text invite (c_schmitz)
Set default language for email error messages coming from PHPMailer (c_schmitz)
Fixed #1723: Display error with statistics and "dual scale" question typ (joeschneider)
Fixed #1746: Umlauts coming from {SURVEYDESCRIPTION} are not resolved in the confirmation email (c_schmitz)
Changed 'Save Survey and Return' button caption to 'Resume Later' (c_schmitz)
Fixed #1786: When using a non-equal condition the Logic Eliminator wasn't aware of it and dropped the value. After that a mandatory warning was raised. (c_schmitz)
Fixed #1761: token emailstatus left NULL on upgrade (c_schmitz)
Fixed Quotas are checked even if the survey is inactive. (c_schmitz)
Fixed #1757: Encoding Problem of Confirmation Email(c_schmitz)
Fixed #1754: Invalid HTML in Dual Scale Matrix causing Layout Problem with Hoover Effect in IE(c_schmitz)
Fixed #1755: HTML entities in admin notification email(c_schmitz)
Replaced html_entity_decode with a custom html_entity_decode_php4 function that is PHP4 and PHP5 compatible (lemeur)
Fixed Use Default for html email doesn't replace end of lines with BR (lemeur)
Fixed #1739: Default button weren't working for HTML Email Settings (lemeur)
Fixed #1555: Data submission on questions with radio buttons fails with Safari 2.0.4 and IE 5.2 on Mac OS X in question by question mode (c_schmitz)
Fixed #1733: infinite loop in popup editor mode for Safari (c_schmitz)
Updated Dutch Translation by Arno Fleming (a -dot- fleming -a-t-- stichtingdeombudsman -d-o-t- nl ) (c_schmitz)
Fixed #1748: Row size too large error with MySQL - Multiple short text Question type used 255 chars per field. I changed this to TEXT fields in MySQL. (Do not do that for other DB systems since most other DB systems cannot select on TEXT fields which is important for statistics) (c_schmitz)
Fixed #1728:Survey Import from prior LS versions was failing (c_schmitz)
Fixed #1745: View summary of all available fields failed when survey contained a date question(c_schmitz)
Fixed #1736: SQL error while printing user's answers and using Multiple Numerical Question Type(c_schmitz)
Fixed numerous errors in HTML email handling (c_schmitz)
Fixed #1744: CRSF possible on modify quota action (lemeur)
Fixed #1742: Export queXML doesn't work for PHP5. Special Thanks for Alexandre Alapetite (lemeur)
Fixed #1713: Fatal error with 'randomkey' on setting up tokens (c_schmitz))
Fixed strange warnings with html_entity_decode() and PHP 4 (c_schmitz)
Fixed #1726: Pressing back button after submit produces "Fatal error: Call to undefined function createinsertquery()" (c_schmitz)
Added some javascript to question type "Multiple choice with Comments" so unmarked boxes with comments aren't possible (c_schmitz)
Fixed Quoting problem when XSS filter is off (c_schmitz)
Fixed Quoting problem in emails when XSS filter is off (c_schmitz)
Fixed a faulty link to FCKEditor config.php which resulted in uploades not working
Changes from 1.52 to 1.70
New Features / Feature Changes - Release Date: 2008/02/25
[Survey at Runtime] INSERTANS for Question Type: Y, E, C (lemeur)
[Import / Export] Automatic Translation of relative links (images) at Survey/Group/Question Import (lemeur)
[Import / Export] Automatic Translation INSERTANS tags at Survey Import (lemeur)
[Assessments] Valid generic (non-error) front page with list of available surveys. (jasebo)
[Survey Design] Possibility to upload pictures to use in surveys (lemeur)
[Installation] Postgresql support (c_schmitz)
[Survey Design] FCKEditor integration for survey design (lemeur)
[Survey Design] Wizard to insert tags (INSERTANS,...) as a plugin to FCKeditor (lemeur)
[Survey Design] Quota Management (machaven)
[Survey Design] timestamp at survey start (c_schmitz)
[Survey Design] Dual Array Scale Question Type (Joesch)
[Security] Super Administrator Right (lemeur)
[Templates] Patch/Modification: Implement User Management to Template Access (patched by machaven)
[Survey at Runtime] Resume an incomplete (and not saved) survey (lemeur)
[Survey at Runtime] Prefilled Surveys (lemeur)
[Security] Authorize the 'preview survey' to authenticated LS users only (lemeur)
[Security] Implement Captcha for Survey-Access (with or without tokens) and makes Captcha switchable for Survey-Access/Registration/Load-and-Save (lemeur)
[Security] Delegate authentication to the webserver (lemeur)
[Survey at Runtime] Using a {LANGUAGECHANGER} tag integrates a select box in templates to change language on the fly (lazar)
[Survey Design] Auto-incrementing answer codes (c_schmitz)
[Tokens] Options to switch filter empty email field and filter duplicates in token import (c_schmitz)
[Tokens] Emails can be sent as HTML (lemeur)
[Survey at Runtime] Make Email Subjects of Admin Notifications Translateable (c_schmitz)
[Survey Design] Move submit button to last question page (c_schmitz)
[Survey at Runtime] Correct error message and further instructions, if user has disabled Cookies (c_schmitz)
[Security] Protection against token code brute force attacks (lemeur)
[Survey at Runtime] Checkbox for Multiple Choice Other Option (c_schmitz)
[Survey Design] Mass Logic Eliminator (lemeur)
[Survey Design] New conditions operators on comparizons,regexp (dgeaperez)
[Survey Design] Total sum validation for "Multiple ShortText" Questions (jasebo)
[Survey Design] Randomize answers for Flexible arrays (jasebo)
[Survey Design] Re-organized survey creation/edition interface (lemeur)
[Survey at Runtime] Alternative presentation of Dates question (jasebo)
[Survey at Runtime] Print answers after completing the survey (c_schmitz)
[Survey Design] SSL for STMP emailing (Patched by c_schmitz)
[Import / Export] QueXML Survey structure export (Patched by c_schmitz)
[Survey Design] Usability improvement: Hover effect for matrix questions (El-Matador-69)
[Survey Design] Display Label Set Name at Question Details (not only the Label Set ID) (c_schmitz)
[Tokens] Increased token code entropy (c_schmitz)
[Tokens] Moved Email settings from survey properties to "Tokens-Settings"-Menu (c_schmitz)
[Survey Design] Change conditions designer so that full question & answer text are visible (jasebo)
[Survey at Runtime] Attribute to disable/clear other checkboxes in Multiple Options question (jasebo)
[Survey Design] Adding new questions to very large surveys, and question sorts (jasebo)
[Survey Design] Question Attribute "display_columns" for Gender Question--Type (jasebo)
[Survey Design] Implemented dropdown layout for Dual Scale Question Type (lemeur)
[Language] Added Slovak translation provided by Juraj Zubán aka D4v1dZ ( d4v1dz -a-t- gmail -d-o-t- com)
Changes from 1.50 to 1.52 - Release Date: 2007/08/19
Features
-Added a file extension check for the template editor (leochaton)
-Added numercical input and max_chars within multiple short text (thanks to skrat) (leochaton)
-Lots of security fixes regarding internal security - upgrade is highly recommended. (c_schmitz)
-Hint is now shown if database exist (c_schmitz)
-Added a warning message when the user did not change the 'password' Password (c_schmitz)
-Updated and now complete SPanish Translation by Luis M. Martínez
-Updated and now complete Polish Translation by Damian Kubiak
Fixes:
-The style of the "Ranking Question" is now adjusted to the new color scheme at DataEntry (c_schmitz)
-Fixed notices in template editor at "Question Page", "Submit Page" and "Clear all page" (c_schmitz)
-Fixed completed Date Field in token table being Too Short (c_schmitz)
-Fixed Empty data on repeated submission in all-in-one mode (leochaton)
-Fixed problem with mandatory questions in all-in-one mode (leochaton)
-Fixed "Load unfinished survey" and "Save survey and return" buttons active even when the survey is not active (leochaton)
-Fixed question marks being shown instead if Cyrillic/chinese/greek/... characters when installing LImeSurvey into a non-UTF8 database (c_schmitz)
-Fixed $accesscontrol isn´t working correctly - removed this obsolete setting (leochaton, c_schmitz)
-Fixed error clicking Browse button to view text box responses (leochaton)
-Fixed Locale nl point to wrong images-directory (el-matador-69)
-Fixed The saved control records were not deleted when the survey was deactivated. (leochaton)
-Fixed statistics for free text questions (leochaton, c_schmitz)
-Fixed a bug in the randomize function for answers (c_schmitz)
-Numerous small fixes
Changes from 1.01 to 1.50 - Release Date: 2007/08/06
New General Features
* New design and new name
* Multi-lingual surveys - do the same survey in multiple languages at the same time
* Command line importer to import surveys (leochaton)
* Usage of {SAVED_ID} and {TOKEN} in the end URL to interact with other applications (leochaton)
* Separate installation directory that has to be removed on installation end
* Import Tokens using LDAP Query (lemeur)
* Check if the necessary requirements are fulfilled on installation and runtime (c_schmitz)
* Semantic differential scale questions - sponsored by a donation from tileca (c_schmitz)
* Preview question function (machaven)
* SPSS export re-worked (machaven)
* Reworked the token import to being more stable (machaven)
* Reworked the Excel export to be OpenOffice.org compatible
* Setting to config.php to manage the maximum session time & proper error message when taking a survey and the session is timing out for any reason (c_schmitz)
* Captcha feature to prevent automatic registering (machaven)
* Support for Microsoft SQL Server database (ferrisoxide)
* Moved the manual to online site (c_schmitz)
* New question attribute to limit the maximum number of answers in Multiple Options questions (attribute max_answers) (lemeur)
* New user authentication system with user right/roles & groups (moses)
* Re-ordering for groups and questions by up-down buttons instead of sorting by question/group name (c_schmitz/nkorfiatis)
* Some interfaces for editing answers where changed so you can save changes to all answers for all languages on one click. (machaven/c_schmitz)
* Added a new question type to change the survey language (c_schmitz)
* Completely overhauled interface icons. The basic style has been kindly created by Mitchell Butler.
* Added answer limiting based on a previous question for array question types (machaven)
* Added page-by-page saving of the answers (swales)
* Changed the translation system from language files to gettext system. That will make translations easier to handle and to update. Refer to the translation instructions here: How to translate LimeSurvey (c_schmitz)
* Graphical date picker to date question type and survey properties (c_schmitz)
* Overview of all surveys in addition to the existing combobox (nkorfiatis)
* Save the referring URL in survey results. Sposnored by Lawrence Weathers (docweathers) Coder: Richard Kavanagh (www.benbun.co.uk)
* Added feature to show custom attribute names in token interface
* Added random survey number generation to make guesses on the surveyid harder
* Moved admin interface styles to style sheets
* Fixed image links and included PNGFix in admin interface for crappy old IE6 browsers (nkorfiatis)
* Bubble hints on icons for FF (nkorfiatis)
* DB Versioning for easier updates to the DB in the future (c_schmitz))
* Removed experimental interface
New Languages
* Brazilian Portuguese by Anderson Lacio Galindo Trindade
* Chinese Traditional (Area Hong Kong) by Mark Yeung
* Finnish by Matti Lassila
* Galician translation by Carlos Neira Cortizas
* Japanese translation by Hiroki Yoshino
* Polish by Maciej Zawado
* Serbian by Ivan Recevic
* Spanish by Carlos Juan Martín Pérez
* Vietnamese by Vinh Ngo
New Templates
* New default template
* New clear_logo template
Changes from 0.996 to 1.0
-Added SMTP relay and authorization
-Added Japanese translation kindly provided by Masaru Ryumae
-Added Greek translation file kindly provided by Artemis Mendrinos
-Added Romanian translation kindly provided by Bogdan Anastasiei
-Added Swedish translation of administration kindly provided by Niklas Andersson
-Updated spanish translation kindly provided by Juan Rafael Fern ndez
-Updated russian translation by Alexander Shilov
-Fixed an error message showing up when a survey was deleted but the token still was set to 'completed = yes'
-Fixed bug #470: VVimport fails (reports that an active survey is not currently active) if dbprefix is set
-Fixed bug #465: Error messages if a question has no answers
-Fixed bug #463: Checkbox with conditions = JS error on Firefox in 'All in one' mode
-Fixed bug #457: SQL syntax error when having changed a question type from a question with activated 'other' option to a question type with no 'other' option and then activating the survey.
-Fixed bug #456: Emails using local server (Postfix) rather than remote mail server as specified in config file
-Fixed bug #455: Losing ip-address when editing a cached survey
-Fixed bug #435: Basic handling of session timeouts.
-Fixed bug #458: Wrong path for 2 files in experimental interface
-Removed a possible error in relation to dbprefix settings.
-Removed a small warning notice regarding flush_cache_ob.
-Fixed swedish language file
-Fixed small antialiasing bug with JPGraph
Changes from 0.995 to 0.996
-Fixed bug #454: remote exploit where attacker was able to inject code into the log file using save.php and could execute the injected code and attached commands by a broken MySQL command.
This exploit is only working if the apache access.logs are made available (by mistake or a sloppy server configuration).
-Updated french language files & instructions by S bastien Gaugry
-Removed 'Header already sent messages' when sending notifications or test-submitting in question-by-question mode
Changes from 0.993 to 0.995
Fixed bug #397: [Translation] Updated swedish lang-file (c_schmitz)
Fixed bug #398: [Security] shell_exec not only disabled in safe_mode (c_schmitz)
Fixed bug #400: [Documentation] Requirements for limesurvey (c_schmitz)
Fixed bug #348: [Import / Export] Failed to import survey dumps when using MySQL version 5.x (c_schmitz)
Fixed bug #403: [Import / Export] SPSS export does not work properly in 0.993 (c_schmitz)
Fixed bug #411: [Survey at Runtime] Patch: Options List (do_list_radio function) (c_schmitz)
Fixed bug #415: [Import / Export] Infinite loop in resultsdump.php (c_schmitz)
Fixed bug #427: [Survey at Runtime] Error finding question attributes (c_schmitz)
Fixed bug #424: [Tokens] /// in invitation text (c_schmitz)
Fixed bug #419: [Tokens] Importing Tokens with pre-set token id not usable without editing (c_schmitz)
Fixed bug #416: [Survey at Runtime] bug saving partially completed surveys - Multiple Options/Array. (c_schmitz)
Fixed bug #425: [Tokens] Reminder emails with nothing but Subject line (c_schmitz)
Fixed bug #432: [Survey at Runtime] Error finding question attributes (c_schmitz)
Fixed bug #423: [Import / Export] wrong Excel export "Full headings" for matrix questions (c_schmitz)
Fixed bug #422: [Survey at Runtime] $shownoanswer=0 - 5 point choice question shows the "No answer" option (c_schmitz)
Fixed bug #434: [Survey at Runtime] Columns in array type questions no longer line up (c_schmitz)
Fixed bug #428: [Survey at Runtime] Problems with public registration (c_schmitz)
Fixed bug #437: [Import / Export] Exporting Question/Answer Codes returns Question Texts, not their codes (c_schmitz)
Changes from 0.992 to 0.993
New features:
Basic smtp email function can be configured in config.php now
Bugfixes:
- Resolved some serious issues with using tokens
- Fixed copying of questions and conditions when using MySQL 5 server
- Minor fixes und updates
Changes from 0.991 to 0.992
New features:
Added croatian language file (submitted by Ivana Pavic)!
Change survey sent/taken from "Y" to the date:
When reviewing the tokens display, the fields telling if the survey request was sent,
and the survey taken, display a N or Y. This was changed to be the actual date this event took place.
This is giving some siginificant additional information to the survey author. (Patch by Thomas Ringate / tringate!)
New global option that allows the administrator to specify what is the minimum number of remaining answers
in an 'array - flexible' question that must be remaining before repeating the question headings. This
avoids that the headings of the question are repeated if only a few answers are remaining. (Patch by Kris Ven !)
Changes:
Moved admin CSS styles to separate CSS file
Updated slovenian language file
Updated dutch language file
Updated french language file (by Pascal Bastien/pascal-gnu)
Moved config.php and common.php from admin directory to main one. This allow easy configuration of permission on IIS (patch #326 by freddy77)
Use extensively dirname and __FILE__ constants. This allow inclusion using full path names limiting some possible security issues. (patch #326 by freddy77)
Added XPertmailer class wich helps alot when sending email dealing with all the linefeed issues. SMTP function will be available in the next version.
Bug Fixes:
Fixed bug #373: Setting Charset on MySQL connection
Fixed bug #325: Spelling error in keyword fo SPSS export
Fixed bug #331: Some conditions broken in 'All in one' survey mode
Fixed bug #339: Input fields on "Register for survey "-page not constructed properly
Fixed bug #339: Umlauts not showing up correctly in german formal language
Fixed bug #348: Failed to import survey dumps when using MySQL version 5.x
Fixed bug #345: Excel export reports "Use of undefined constant _IP_ADDRESS"
Fixed bug #338: Message 'This survey is no longer available' if Expires: field is left empty when creating a survey by introducing a new field to the survey table since '0000-00-00' entries will be invalid under MySQL5 strict mode.
Fixed bug #347: Invitation mail empty under certain server configurations
Fixed bug 342: The "Export database" option exports all tables even if we use a prefix for tables
Fixed bug #357: Error "Undefined index attribute..." in tokens.php when trying to export tokens
Fixed bug #355: Save button on last page in group mode doesn't really make sense.
Fixed bug #380: Can`t add a label with code 0
Fixed bug #368: Conditionals on multiple option / checkbox question type was broken
Fixed bug #372: Backup of entire database command does not create correct empty default values
Fixed bug #374: Couldn't delete response record if using prefixed tables
Changes from 0.98 to 0.99
=========================
1.) New question types
* List type question divided into two question types - radio
button or drop down, so you can choose on a question by
question basis whether or not to have radio buttons or a
dropdown list.
* New "flexible" list type question uses labelsets to make reusing
sets of answers easier - one radio and one dropdown type
* New "Huge" text question allows for a _really big_ textarea
2.) New features
* UTF-8 conversion. Use any char of any language mixed together.
The problems with mixed up charsets are gone now hopefully.
READ THE STATEMENT AT THE BEGINNING OF THIS FILE!!!!
* Question attributes, allows for better control over the display
and working of individual questions - for example:
- Have multiple choice or list questions display in multiple columns
- Set a maximum character length on text questions
- Adjust the width of the input box in text questions
- Hide the tip "Please Choose One" of selected questions
- Allow the user to select the number of lines the text area will have with long free text and huge free text
Thank you very much to Shawn Wales (sf.net name: swales)!
- Allows the user to select the width of the text area with long free text and huge free text questions
Thank you very much to Shawn Wales (sf.net name: swales)!
* New system option to set the table type in MySQL
* New "assessments" feature which allows you to sum the
answers to groups of questions, or the total survey, and then
present an "assessment" when the users submits the survey.
* New survey options, including:
- the capacity to set the "subject" of emails on a survey-by-survey basis
- hide the "<< prev" button so users can only go forwards through a survey
- Allow users to save a partially completed survey and come back to complete it later
- Automatically load the "URL" when the user has completed the survey
* VV Import and VV Export
- A way of exporting and importing results directly to the responses table - which not only allows merging of survey
responses run on different servers, but also the ability to add or remove questions to a survey while preserving the existing
responses.
* New sample survey
* Added W3C HTML 4.01 transitional and WAI 508 compliance (not yet finished)
* Basic ability to integrate into other CMS - thank you to asmaloney
3.) New language translations
* COMPLETE French translation of the instructions and updated french language file
kindly provided by S bastien GAUGRY !! (great work!)
* COMPLETE Italian translation of the instructions and
updated italian language file kindly provided by Mario Marani !! (great work!)
* Bulgarian Language File kindly provided by Nikolay Tsanov <tsanov@tu...>
* Added Portuguese language kindly provided by Rosaura Gazzola & Job Vieira L cio, Brazil
* Updated german language files
* Updated chinese language file thanks to Cha (sf.net name: cafetango)
4.) New themes
* Included "Blue Heaven" theme
* Included "BluenGrey" theme
* Included "Vallendar" theme
* Included "Business_Grey" theme
* Included "Eirenicon" theme
* Included "SoftGreenCurves" theme
... and tons of bugfixes - too many to write down here...

View File

@@ -0,0 +1,19 @@
LimeSurvey is a set of PHP scripts aimed at allowing people to develop online Surveys.
Using LimeSurvey it is possible to:
1) Develop surveys (multiple surveys possible);
2) Create a database for collecting survey data;
3) Use one of two different ways for responding to the survey
a) Basic dataentry
b) User friendly web based form
4) Maintain a database of people invited to participate in the survey, and keep a record of who has participated and who has not (if required)
5) Export the survey structure, survey responses and user information for any surveys.
The script was developed for quick dataentry with paper based responses to surveys, but has been extended to allow for web-based presentation of surveys.
The script is written in PHP, using a MySQL or MS SQL database. It has been succesfully run it on Linux and Windows XP using Apache and believe it would work on Microsoft IIS although the security features would have to be handled manually.
I have not been able to find any similar open-source scripts anywhere on the web, so I believe it differs in that regard. It is useful for people who want to be able to develop relatively complicated surveys and then perform dataentry on those surveys, or allow public responses via the internet.
The project does not aim to provide any data-analysis on survey results, but to allow exporting of those results into spreadsheet format.