-- phpMyAdmin SQL Dump -- version 3.3.9.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Erstellungszeit: 14. November 2012 um 20:02 -- Server Version: 5.0.27 -- PHP-Version: 5.2.0 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Datenbank: `hebebuehne_at_2` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_answers` -- CREATE TABLE IF NOT EXISTS `lime_answers` ( `qid` int(11) NOT NULL default '0', `code` varchar(5) collate utf8_unicode_ci NOT NULL default '', `answer` text collate utf8_unicode_ci NOT NULL, `sortorder` int(11) NOT NULL, `assessment_value` int(11) NOT NULL default '0', `language` varchar(20) collate utf8_unicode_ci NOT NULL default 'en', `scale_id` int(11) NOT NULL default '0', PRIMARY KEY (`qid`,`code`,`language`,`scale_id`), KEY `answers_idx2` (`sortorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_answers` -- INSERT INTO `lime_answers` (`qid`, `code`, `answer`, `sortorder`, `assessment_value`, `language`, `scale_id`) VALUES (1, 'A1', 'sehr gut', 1, 0, 'de', 0), (1, 'A2', 'gut', 2, 1, 'de', 0), (1, 'A3', 'durchschnittlich', 3, 1, 'de', 0), (1, 'A4', 'weniger gut', 4, 1, 'de', 0); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_assessments` -- CREATE TABLE IF NOT EXISTS `lime_assessments` ( `id` int(11) NOT NULL auto_increment, `sid` int(11) NOT NULL default '0', `scope` varchar(5) collate utf8_unicode_ci NOT NULL default '', `gid` int(11) NOT NULL default '0', `name` text collate utf8_unicode_ci NOT NULL, `minimum` varchar(50) collate utf8_unicode_ci NOT NULL default '', `maximum` varchar(50) collate utf8_unicode_ci NOT NULL default '', `message` text collate utf8_unicode_ci NOT NULL, `language` varchar(20) collate utf8_unicode_ci NOT NULL default 'en', PRIMARY KEY (`id`,`language`), KEY `assessments_idx2` (`sid`), KEY `assessments_idx3` (`gid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_assessments` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_conditions` -- CREATE TABLE IF NOT EXISTS `lime_conditions` ( `cid` int(11) NOT NULL auto_increment, `qid` int(11) NOT NULL default '0', `cqid` int(11) NOT NULL default '0', `cfieldname` varchar(50) collate utf8_unicode_ci NOT NULL default '', `method` varchar(5) collate utf8_unicode_ci NOT NULL default '', `value` varchar(255) collate utf8_unicode_ci NOT NULL default '', `scenario` int(11) NOT NULL default '1', PRIMARY KEY (`cid`), KEY `conditions_idx2` (`qid`), KEY `conditions_idx3` (`cqid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_conditions` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_defaultvalues` -- CREATE TABLE IF NOT EXISTS `lime_defaultvalues` ( `qid` int(11) NOT NULL default '0', `scale_id` int(11) NOT NULL default '0', `sqid` int(11) NOT NULL default '0', `language` varchar(20) collate utf8_unicode_ci NOT NULL, `specialtype` varchar(20) collate utf8_unicode_ci NOT NULL default '', `defaultvalue` text collate utf8_unicode_ci, PRIMARY KEY (`qid`,`specialtype`,`language`,`scale_id`,`sqid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_defaultvalues` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_expression_errors` -- CREATE TABLE IF NOT EXISTS `lime_expression_errors` ( `id` int(11) NOT NULL auto_increment, `errortime` varchar(50) collate utf8_unicode_ci default NULL, `sid` int(11) default NULL, `gid` int(11) default NULL, `qid` int(11) default NULL, `gseq` int(11) default NULL, `qseq` int(11) default NULL, `type` varchar(50) collate utf8_unicode_ci default NULL, `eqn` text collate utf8_unicode_ci, `prettyprint` text collate utf8_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_expression_errors` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_failed_login_attempts` -- CREATE TABLE IF NOT EXISTS `lime_failed_login_attempts` ( `id` int(11) NOT NULL auto_increment, `ip` varchar(40) collate utf8_unicode_ci NOT NULL, `last_attempt` varchar(20) collate utf8_unicode_ci NOT NULL, `number_attempts` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Daten für Tabelle `lime_failed_login_attempts` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_groups` -- CREATE TABLE IF NOT EXISTS `lime_groups` ( `gid` int(11) NOT NULL auto_increment, `sid` int(11) NOT NULL default '0', `group_name` varchar(100) collate utf8_unicode_ci NOT NULL default '', `group_order` int(11) NOT NULL default '0', `description` text collate utf8_unicode_ci, `language` varchar(20) collate utf8_unicode_ci NOT NULL default 'en', `randomization_group` varchar(20) collate utf8_unicode_ci NOT NULL default '', `grelevance` text collate utf8_unicode_ci, PRIMARY KEY (`gid`,`language`), KEY `groups_idx2` (`sid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Daten für Tabelle `lime_groups` -- INSERT INTO `lime_groups` (`gid`, `sid`, `group_name`, `group_order`, `description`, `language`, `randomization_group`, `grelevance`) VALUES (1, 428269, 'Einleitende Fragen', 0, '', 'de', '', ''); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_labels` -- CREATE TABLE IF NOT EXISTS `lime_labels` ( `lid` int(11) NOT NULL default '0', `code` varchar(5) collate utf8_unicode_ci NOT NULL default '', `title` text collate utf8_unicode_ci, `sortorder` int(11) NOT NULL, `language` varchar(20) collate utf8_unicode_ci NOT NULL default 'en', `assessment_value` int(11) NOT NULL default '0', PRIMARY KEY (`lid`,`sortorder`,`language`), KEY `labels_code_idx` (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_labels` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_labelsets` -- CREATE TABLE IF NOT EXISTS `lime_labelsets` ( `lid` int(11) NOT NULL auto_increment, `label_name` varchar(100) collate utf8_unicode_ci NOT NULL default '', `languages` varchar(200) collate utf8_unicode_ci default 'en', PRIMARY KEY (`lid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_labelsets` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_participants` -- CREATE TABLE IF NOT EXISTS `lime_participants` ( `participant_id` varchar(50) collate utf8_unicode_ci NOT NULL, `firstname` varchar(40) collate utf8_unicode_ci default NULL, `lastname` varchar(40) collate utf8_unicode_ci default NULL, `email` varchar(80) collate utf8_unicode_ci default NULL, `language` varchar(40) collate utf8_unicode_ci default NULL, `blacklisted` varchar(1) collate utf8_unicode_ci NOT NULL, `owner_uid` int(11) NOT NULL, PRIMARY KEY (`participant_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_participants` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_participant_attribute` -- CREATE TABLE IF NOT EXISTS `lime_participant_attribute` ( `participant_id` varchar(50) collate utf8_unicode_ci NOT NULL, `attribute_id` int(11) NOT NULL, `value` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`participant_id`,`attribute_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_participant_attribute` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_participant_attribute_names` -- CREATE TABLE IF NOT EXISTS `lime_participant_attribute_names` ( `attribute_id` int(11) NOT NULL auto_increment, `attribute_type` varchar(4) collate utf8_unicode_ci NOT NULL, `visible` varchar(5) collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`attribute_id`,`attribute_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_participant_attribute_names` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_participant_attribute_names_lang` -- CREATE TABLE IF NOT EXISTS `lime_participant_attribute_names_lang` ( `attribute_id` int(11) NOT NULL, `attribute_name` varchar(30) collate utf8_unicode_ci NOT NULL, `lang` varchar(255) collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`attribute_id`,`lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_participant_attribute_names_lang` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_participant_attribute_values` -- CREATE TABLE IF NOT EXISTS `lime_participant_attribute_values` ( `value_id` int(11) NOT NULL auto_increment, `attribute_id` int(11) NOT NULL, `value` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`value_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_participant_attribute_values` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_participant_shares` -- CREATE TABLE IF NOT EXISTS `lime_participant_shares` ( `participant_id` varchar(50) collate utf8_unicode_ci NOT NULL, `share_uid` int(11) NOT NULL, `date_added` datetime NOT NULL, `can_edit` varchar(5) collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`participant_id`,`share_uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_participant_shares` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_questions` -- CREATE TABLE IF NOT EXISTS `lime_questions` ( `qid` int(11) NOT NULL auto_increment, `parent_qid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `gid` int(11) NOT NULL default '0', `type` varchar(1) collate utf8_unicode_ci NOT NULL default 'T', `title` varchar(20) collate utf8_unicode_ci NOT NULL default '', `question` text collate utf8_unicode_ci NOT NULL, `preg` text collate utf8_unicode_ci, `help` text collate utf8_unicode_ci, `other` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `mandatory` varchar(1) collate utf8_unicode_ci default NULL, `question_order` int(11) NOT NULL, `language` varchar(20) collate utf8_unicode_ci NOT NULL default 'en', `scale_id` int(11) NOT NULL default '0', `same_default` int(11) NOT NULL default '0' COMMENT 'Saves if user set to use the same default value across languages in default options dialog', `relevance` text collate utf8_unicode_ci, PRIMARY KEY (`qid`,`language`), KEY `questions_idx2` (`sid`), KEY `questions_idx3` (`gid`), KEY `questions_idx4` (`type`), KEY `parent_qid_idx` (`parent_qid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Daten für Tabelle `lime_questions` -- INSERT INTO `lime_questions` (`qid`, `parent_qid`, `sid`, `gid`, `type`, `title`, `question`, `preg`, `help`, `other`, `mandatory`, `question_order`, `language`, `scale_id`, `same_default`, `relevance`) VALUES (1, 0, 428269, 1, 'L', 'FR1', 'Wie hat Ihnen der Kurs gefallen?', '', '', 'N', 'N', 1, 'de', 0, 0, '1'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_question_attributes` -- CREATE TABLE IF NOT EXISTS `lime_question_attributes` ( `qaid` int(11) NOT NULL auto_increment, `qid` int(11) NOT NULL default '0', `attribute` varchar(50) collate utf8_unicode_ci default NULL, `value` text collate utf8_unicode_ci, `language` varchar(20) collate utf8_unicode_ci default NULL, PRIMARY KEY (`qaid`), KEY `question_attributes_idx2` (`qid`), KEY `question_attributes_idx3` (`attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_question_attributes` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_quota` -- CREATE TABLE IF NOT EXISTS `lime_quota` ( `id` int(11) NOT NULL auto_increment, `sid` int(11) default NULL, `name` varchar(255) collate utf8_unicode_ci default NULL, `qlimit` int(11) default NULL, `action` int(11) default NULL, `active` int(11) NOT NULL default '1', `autoload_url` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `quota_idx2` (`sid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_quota` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_quota_languagesettings` -- CREATE TABLE IF NOT EXISTS `lime_quota_languagesettings` ( `quotals_id` int(11) NOT NULL auto_increment, `quotals_quota_id` int(11) NOT NULL default '0', `quotals_language` varchar(45) collate utf8_unicode_ci NOT NULL default 'en', `quotals_name` varchar(255) collate utf8_unicode_ci default NULL, `quotals_message` text collate utf8_unicode_ci NOT NULL, `quotals_url` varchar(255) collate utf8_unicode_ci default NULL, `quotals_urldescrip` varchar(255) collate utf8_unicode_ci default NULL, PRIMARY KEY (`quotals_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_quota_languagesettings` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_quota_members` -- CREATE TABLE IF NOT EXISTS `lime_quota_members` ( `id` int(11) NOT NULL auto_increment, `sid` int(11) default NULL, `qid` int(11) default NULL, `quota_id` int(11) default NULL, `code` varchar(11) collate utf8_unicode_ci default NULL, PRIMARY KEY (`id`), UNIQUE KEY `sid` (`sid`,`qid`,`quota_id`,`code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_quota_members` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_saved_control` -- CREATE TABLE IF NOT EXISTS `lime_saved_control` ( `scid` int(11) NOT NULL auto_increment, `sid` int(11) NOT NULL default '0', `srid` int(11) NOT NULL default '0', `identifier` text collate utf8_unicode_ci NOT NULL, `access_code` text collate utf8_unicode_ci NOT NULL, `email` varchar(320) collate utf8_unicode_ci default NULL, `ip` text collate utf8_unicode_ci NOT NULL, `saved_thisstep` text collate utf8_unicode_ci NOT NULL, `status` varchar(1) collate utf8_unicode_ci NOT NULL default '', `saved_date` datetime NOT NULL, `refurl` text collate utf8_unicode_ci, PRIMARY KEY (`scid`), KEY `saved_control_idx2` (`sid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_saved_control` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_sessions` -- CREATE TABLE IF NOT EXISTS `lime_sessions` ( `id` varchar(32) collate utf8_unicode_ci NOT NULL, `expire` int(11) default NULL, `data` longtext collate utf8_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_sessions` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_settings_global` -- CREATE TABLE IF NOT EXISTS `lime_settings_global` ( `stg_name` varchar(50) collate utf8_unicode_ci NOT NULL default '', `stg_value` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`stg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_settings_global` -- INSERT INTO `lime_settings_global` (`stg_name`, `stg_value`) VALUES ('DBVersion', '164'), ('SessionName', 'ls513153993776434'), ('sitename', 'LimeSurvey'), ('siteadminname', 'Administrator'), ('siteadminemail', 'your-email@example.net'), ('siteadminbounce', 'your-email@example.net'), ('defaultlang', 'de'), ('updateavailable', '0'), ('updatebuild', ''), ('updateversion', ''), ('updatelastcheck', '2012-11-14 18:22:40'), ('updatekey', 'LIMESURVEYUPDATE'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_surveys` -- CREATE TABLE IF NOT EXISTS `lime_surveys` ( `sid` int(11) NOT NULL, `owner_id` int(11) NOT NULL, `admin` varchar(50) collate utf8_unicode_ci default NULL, `active` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `expires` datetime default NULL, `startdate` datetime default NULL, `adminemail` varchar(320) collate utf8_unicode_ci default NULL, `anonymized` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `faxto` varchar(20) collate utf8_unicode_ci default NULL, `format` varchar(1) collate utf8_unicode_ci default NULL, `savetimings` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `template` varchar(100) collate utf8_unicode_ci default 'default', `language` varchar(50) collate utf8_unicode_ci default NULL, `additional_languages` varchar(255) collate utf8_unicode_ci default NULL, `datestamp` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `usecookie` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `allowregister` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `allowsave` varchar(1) collate utf8_unicode_ci NOT NULL default 'Y', `autonumber_start` int(11) NOT NULL default '0', `autoredirect` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `allowprev` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `printanswers` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `ipaddr` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `refurl` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `datecreated` date default NULL, `publicstatistics` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `publicgraphs` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `listpublic` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `htmlemail` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `sendconfirmation` varchar(1) collate utf8_unicode_ci NOT NULL default 'Y', `tokenanswerspersistence` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `assessments` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `usecaptcha` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `usetokens` varchar(1) collate utf8_unicode_ci NOT NULL default 'N', `bounce_email` varchar(320) collate utf8_unicode_ci default NULL, `attributedescriptions` text collate utf8_unicode_ci, `emailresponseto` text collate utf8_unicode_ci, `emailnotificationto` text collate utf8_unicode_ci, `tokenlength` int(11) NOT NULL default '15', `showxquestions` varchar(1) collate utf8_unicode_ci default 'Y', `showgroupinfo` varchar(1) collate utf8_unicode_ci default 'B', `shownoanswer` varchar(1) collate utf8_unicode_ci default 'Y', `showqnumcode` varchar(1) collate utf8_unicode_ci default 'X', `bouncetime` int(11) default NULL, `bounceprocessing` varchar(1) collate utf8_unicode_ci default 'N', `bounceaccounttype` varchar(4) collate utf8_unicode_ci default NULL, `bounceaccounthost` varchar(200) collate utf8_unicode_ci default NULL, `bounceaccountpass` varchar(100) collate utf8_unicode_ci default NULL, `bounceaccountencryption` varchar(3) collate utf8_unicode_ci default NULL, `bounceaccountuser` varchar(200) collate utf8_unicode_ci default NULL, `showwelcome` varchar(1) collate utf8_unicode_ci default 'Y', `showprogress` varchar(1) collate utf8_unicode_ci default 'Y', `allowjumps` varchar(1) collate utf8_unicode_ci default 'N', `navigationdelay` int(11) NOT NULL default '0', `nokeyboard` varchar(1) collate utf8_unicode_ci default 'N', `alloweditaftercompletion` varchar(1) collate utf8_unicode_ci default 'N', `googleanalyticsstyle` varchar(1) collate utf8_unicode_ci default NULL, `googleanalyticsapikey` varchar(25) collate utf8_unicode_ci default NULL, PRIMARY KEY (`sid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_surveys` -- INSERT INTO `lime_surveys` (`sid`, `owner_id`, `admin`, `active`, `expires`, `startdate`, `adminemail`, `anonymized`, `faxto`, `format`, `savetimings`, `template`, `language`, `additional_languages`, `datestamp`, `usecookie`, `allowregister`, `allowsave`, `autonumber_start`, `autoredirect`, `allowprev`, `printanswers`, `ipaddr`, `refurl`, `datecreated`, `publicstatistics`, `publicgraphs`, `listpublic`, `htmlemail`, `sendconfirmation`, `tokenanswerspersistence`, `assessments`, `usecaptcha`, `usetokens`, `bounce_email`, `attributedescriptions`, `emailresponseto`, `emailnotificationto`, `tokenlength`, `showxquestions`, `showgroupinfo`, `shownoanswer`, `showqnumcode`, `bouncetime`, `bounceprocessing`, `bounceaccounttype`, `bounceaccounthost`, `bounceaccountpass`, `bounceaccountencryption`, `bounceaccountuser`, `showwelcome`, `showprogress`, `allowjumps`, `navigationdelay`, `nokeyboard`, `alloweditaftercompletion`, `googleanalyticsstyle`, `googleanalyticsapikey`) VALUES (428269, 1, 'Roland', 'N', NULL, NULL, 'roland.rouschal@mancom.at', 'N', '', 'A', 'N', 'default', 'de', '', 'N', 'N', 'N', 'Y', 0, 'N', 'N', 'N', 'N', 'N', '2012-11-13', 'N', 'N', 'N', 'Y', 'Y', 'N', 'N', 'D', 'N', 'roland.rouschal@mancom.at', 'a:0:{}', '', '', 15, 'Y', 'B', 'Y', 'X', NULL, 'N', NULL, NULL, NULL, NULL, NULL, 'Y', 'Y', 'N', 0, 'N', 'N', '0', ''); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_surveys_languagesettings` -- CREATE TABLE IF NOT EXISTS `lime_surveys_languagesettings` ( `surveyls_survey_id` int(11) NOT NULL, `surveyls_language` varchar(45) collate utf8_unicode_ci NOT NULL default 'en', `surveyls_title` varchar(200) collate utf8_unicode_ci NOT NULL, `surveyls_description` text collate utf8_unicode_ci, `surveyls_welcometext` text collate utf8_unicode_ci, `surveyls_endtext` text collate utf8_unicode_ci, `surveyls_url` varchar(255) collate utf8_unicode_ci default NULL, `surveyls_urldescription` varchar(255) collate utf8_unicode_ci default NULL, `surveyls_email_invite_subj` varchar(255) collate utf8_unicode_ci default NULL, `surveyls_email_invite` text collate utf8_unicode_ci, `surveyls_email_remind_subj` varchar(255) collate utf8_unicode_ci default NULL, `surveyls_email_remind` text collate utf8_unicode_ci, `surveyls_email_register_subj` varchar(255) collate utf8_unicode_ci default NULL, `surveyls_email_register` text collate utf8_unicode_ci, `surveyls_email_confirm_subj` varchar(255) collate utf8_unicode_ci default NULL, `surveyls_email_confirm` text collate utf8_unicode_ci, `surveyls_dateformat` int(11) NOT NULL default '1', `surveyls_attributecaptions` text collate utf8_unicode_ci, `email_admin_notification_subj` varchar(255) collate utf8_unicode_ci default NULL, `email_admin_notification` text collate utf8_unicode_ci, `email_admin_responses_subj` varchar(255) collate utf8_unicode_ci default NULL, `email_admin_responses` text collate utf8_unicode_ci, `surveyls_numberformat` int(11) NOT NULL default '0', PRIMARY KEY (`surveyls_survey_id`,`surveyls_language`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_surveys_languagesettings` -- INSERT INTO `lime_surveys_languagesettings` (`surveyls_survey_id`, `surveyls_language`, `surveyls_title`, `surveyls_description`, `surveyls_welcometext`, `surveyls_endtext`, `surveyls_url`, `surveyls_urldescription`, `surveyls_email_invite_subj`, `surveyls_email_invite`, `surveyls_email_remind_subj`, `surveyls_email_remind`, `surveyls_email_register_subj`, `surveyls_email_register`, `surveyls_email_confirm_subj`, `surveyls_email_confirm`, `surveyls_dateformat`, `surveyls_attributecaptions`, `email_admin_notification_subj`, `email_admin_notification`, `email_admin_responses_subj`, `email_admin_responses`, `surveyls_numberformat`) VALUES (428269, 'de', 'Test', 'Das ist eine Testumfrage.', 'Hallo bei der Testumfrage!', '

\r\n Schönen Tag, die Testumfrage ist vorbei.

\r\n', '', '', 'Einladung zur einer Umfrage', 'Hallo {FIRSTNAME},\n\nHiermit möchten wir Sie zu einer Umfrage einladen.\n\nDer Titel der Umfrage ist \n''{SURVEYNAME}''\n\n''{SURVEYDESCRIPTION}''\n\nUm an dieser Umfrage teilzunehmen, klicken Sie bitte auf den unten stehenden Link.\n\nMit freundlichen Grüßen,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nKlicken Sie hier um die Umfrage zu starten:\n{SURVEYURL}\n\nWenn Sie an diese Umfrage nicht teilnehmen und keine weiteren Erinnerungen erhalten möchten, klicken Sie bitte auf den folgenden Link:\n{OPTOUTURL}\n\nWenn Sie geblockt sind, jedoch wieder teilnehmen und weitere Einladungen erhalten möchten, klicken Sie bitte auf den folgenden Link:\n{OPTINURL}', 'Erinnerung an die Teilnahme an einer Umfrage', 'Hallo {FIRSTNAME},\n\nVor kurzem haben wir Sie zu einer Umfrage eingeladen.\n\nZu unserem Bedauern haben wir bemerkt, dass Sie die Umfrage noch nicht ausgefüllt haben. Wir möchten Ihnen mitteilen, dass die Umfrage noch aktiv ist und würden uns freuen, wenn Sie teilnehmen könnten.\n\nDer Titel der Umfrage ist \n''{SURVEYNAME}''\n\n''{SURVEYDESCRIPTION}''\n\nUm an dieser Umfrage teilzunehmen, klicken Sie bitte auf den unten stehenden Link.\n\n Mit freundlichen Grüßen,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nKlicken Sie hier um die Umfrage zu starten:\n{SURVEYURL}\n\nWenn Sie an diese Umfrage nicht teilnehmen und keine weiteren Erinnerungen erhalten möchten, klicken Sie bitte auf den folgenden Link:\n{OPTOUTURL}', 'Registrierungsbestätigung für Teilnahmeumfrage', 'Hallo {FIRSTNAME},\n\nSie (oder jemand, der Ihre E-Mail benutzt hat) haben sich für eine Umfrage mit dem Titel {SURVEYNAME} angemeldet.\n\nUm an dieser Umfrage teilzunehmen, klicken Sie bitte auf den folgenden Link.\n\n{SURVEYURL}\n\nWenn Sie irgendwelche Fragen zu dieser Umfrage haben oder wenn Sie sich _nicht_ für diese Umfrage angemeldet haben und sie glauben, dass Ihnen diese E-Mail irrtümlicherweise zugeschickt worden ist, kontaktieren Sie bitte {ADMINNAME} unter {ADMINEMAIL}.', 'Bestätigung für die Teilnahme an unserer Umfrage', 'Hallo {FIRSTNAME},\n\nVielen Dank für die Teilnahme an der Umfrage mit dem Titel {SURVEYNAME}. Ihre Antworten wurden bei uns gespeichert.\n\nWenn Sie irgendwelche Fragen zu dieser E-Mail haben, kontaktieren Sie bitte {ADMINNAME} unter {ADMINEMAIL}.\n\nMit freundlichen Grüßen,\n\n{ADMINNAME}', 1, 'a:0:{}', 'Antwortabsendung für Umfrage {SURVEYNAME}', 'Hallo,\n\nEine neue Antwort wurde für die Umfrage ''{SURVEYNAME}'' abgegeben.\n\nKlicken Sie auf den folgenden Link um die Umfrage neu zu laden:\n{RELOADURL}\n\nKlicken Sie auf den folgenden Link um den Antwortdatensatz anzusehen:\n{VIEWRESPONSEURL}\n\nKlicken Sie auf den folgenden Link um den Antwortdatensatz zu bearbeiten:\n{EDITRESPONSEURL}\n\nUm die Statistik zu sehen, klicken Sie hier:\n{STATISTICSURL}', 'Antwortabsendung für Umfrage {SURVEYNAME} mit Ergebnissen', 'Hallo,\n\nEine neue Antwort wurde für die Umfrage ''{SURVEYNAME}'' abgegeben.\n\nKlicken Sie auf den folgenden Link um die Umfrage neu zu laden:\n{RELOADURL}\n\nKlicken Sie auf den folgenden Link um den Antwortdatensatz anzusehen:\n{VIEWRESPONSEURL}\n\nKlicken Sie auf den folgenden Link um den Antwortdatensatz zu bearbeiten:\n{EDITRESPONSEURL}\n\nUm die Statistik zu sehen, klicken Sie hier:\n{STATISTICSURL}\n\n\nDie folgenden Antworten wurden vom Teilnehmer gegeben:\n{ANSWERTABLE}', 0); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_survey_links` -- CREATE TABLE IF NOT EXISTS `lime_survey_links` ( `participant_id` varchar(50) collate utf8_unicode_ci NOT NULL, `token_id` int(11) NOT NULL, `survey_id` int(11) NOT NULL, `date_created` datetime default NULL, `date_invited` datetime default NULL, `date_completed` datetime default NULL, PRIMARY KEY (`participant_id`,`token_id`,`survey_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_survey_links` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_survey_permissions` -- CREATE TABLE IF NOT EXISTS `lime_survey_permissions` ( `sid` int(11) NOT NULL, `uid` int(11) NOT NULL, `permission` varchar(20) collate utf8_unicode_ci NOT NULL, `create_p` int(11) NOT NULL default '0', `read_p` int(11) NOT NULL default '0', `update_p` int(11) NOT NULL default '0', `delete_p` int(11) NOT NULL default '0', `import_p` int(11) NOT NULL default '0', `export_p` int(11) NOT NULL default '0', PRIMARY KEY (`sid`,`uid`,`permission`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_survey_permissions` -- INSERT INTO `lime_survey_permissions` (`sid`, `uid`, `permission`, `create_p`, `read_p`, `update_p`, `delete_p`, `import_p`, `export_p`) VALUES (428269, 1, 'responses', 1, 1, 1, 1, 1, 1), (428269, 1, 'assessments', 1, 1, 1, 1, 0, 0), (428269, 1, 'translations', 0, 1, 1, 0, 0, 0), (428269, 1, 'statistics', 0, 1, 0, 0, 0, 0), (428269, 1, 'quotas', 1, 1, 1, 1, 0, 0), (428269, 1, 'surveylocale', 0, 1, 1, 0, 0, 0), (428269, 1, 'survey', 0, 1, 0, 1, 0, 0), (428269, 1, 'surveysettings', 0, 1, 1, 0, 0, 0), (428269, 1, 'surveysecurity', 1, 1, 1, 1, 0, 0), (428269, 1, 'surveyactivation', 0, 0, 1, 0, 0, 0), (428269, 1, 'surveycontent', 1, 1, 1, 1, 1, 1), (428269, 1, 'tokens', 1, 1, 1, 1, 1, 1), (428269, 4, 'survey', 0, 1, 0, 0, 0, 0); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_survey_url_parameters` -- CREATE TABLE IF NOT EXISTS `lime_survey_url_parameters` ( `id` int(11) NOT NULL auto_increment, `sid` int(11) NOT NULL, `parameter` varchar(50) collate utf8_unicode_ci NOT NULL, `targetqid` int(11) default NULL, `targetsqid` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_survey_url_parameters` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_templates` -- CREATE TABLE IF NOT EXISTS `lime_templates` ( `folder` varchar(255) collate utf8_unicode_ci NOT NULL, `creator` int(11) NOT NULL, PRIMARY KEY (`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_templates` -- INSERT INTO `lime_templates` (`folder`, `creator`) VALUES ('basic', 1), ('bluengrey', 1), ('citronade', 1), ('clear_logo', 1), ('default', 1), ('eirenicon', 1), ('limespired', 1), ('mint_idea', 1), ('sherpa', 1), ('vallendar', 1); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_templates_rights` -- CREATE TABLE IF NOT EXISTS `lime_templates_rights` ( `uid` int(11) NOT NULL, `folder` varchar(255) collate utf8_unicode_ci NOT NULL, `use` int(11) NOT NULL, PRIMARY KEY (`uid`,`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_templates_rights` -- INSERT INTO `lime_templates_rights` (`uid`, `folder`, `use`) VALUES (2, 'default', 1), (2, 'basic', 1), (2, 'bluengrey', 1), (2, 'citronade', 1), (2, 'clear_logo', 1), (2, 'eirenicon', 1), (2, 'limespired', 1), (2, 'mint_idea', 1), (2, 'sherpa', 1), (2, 'vallendar', 1), (3, 'default', 1), (4, 'default', 1), (4, 'basic', 1), (4, 'bluengrey', 1), (4, 'citronade', 1), (4, 'clear_logo', 1), (4, 'eirenicon', 1), (4, 'limespired', 1), (4, 'mint_idea', 1), (4, 'sherpa', 1), (4, 'vallendar', 1); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_users` -- CREATE TABLE IF NOT EXISTS `lime_users` ( `uid` int(11) NOT NULL auto_increment, `users_name` varchar(64) collate utf8_unicode_ci NOT NULL default '', `password` blob NOT NULL, `full_name` varchar(50) collate utf8_unicode_ci NOT NULL, `parent_id` int(11) NOT NULL, `lang` varchar(20) collate utf8_unicode_ci default NULL, `email` varchar(320) collate utf8_unicode_ci default NULL, `create_survey` int(11) NOT NULL default '0', `create_user` int(11) NOT NULL default '0', `participant_panel` int(11) NOT NULL default '0', `delete_user` int(11) NOT NULL default '0', `superadmin` int(11) NOT NULL default '0', `configurator` int(11) NOT NULL default '0', `manage_template` int(11) NOT NULL default '0', `manage_label` int(11) NOT NULL default '0', `htmleditormode` varchar(7) collate utf8_unicode_ci default 'default', `templateeditormode` varchar(7) collate utf8_unicode_ci NOT NULL default 'default', `questionselectormode` varchar(7) collate utf8_unicode_ci NOT NULL default 'default', `one_time_pw` blob, `dateformat` int(11) NOT NULL default '1', PRIMARY KEY (`uid`), UNIQUE KEY `users_name` (`users_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ; -- -- Daten für Tabelle `lime_users` -- INSERT INTO `lime_users` (`uid`, `users_name`, `password`, `full_name`, `parent_id`, `lang`, `email`, `create_survey`, `create_user`, `participant_panel`, `delete_user`, `superadmin`, `configurator`, `manage_template`, `manage_label`, `htmleditormode`, `templateeditormode`, `questionselectormode`, `one_time_pw`, `dateformat`) VALUES (1, 'admin', 0x39356337386264323863653061633934613831353363663164643631633231626365386561353830643663316562333663613236663332623531393065333535, 'Administrator', 0, 'de', 'roland.rouschal@mancom.at', 1, 1, 1, 1, 1, 1, 1, 1, 'default', 'default', 'default', NULL, 1), (4, 'ulrike', 0x65386230626565636639343136666632306461323061643535656535356566383833396631323638306566363762333862663732316366323031316361663231, 'Ulrike Putz', 1, 'auto', 'ulrike.putz-alb@hebebuehne.at', 0, 0, 0, 0, 0, 0, 0, 0, 'default', 'default', 'default', NULL, 1); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_user_groups` -- CREATE TABLE IF NOT EXISTS `lime_user_groups` ( `ugid` int(11) NOT NULL auto_increment, `name` varchar(20) collate utf8_unicode_ci NOT NULL, `description` text collate utf8_unicode_ci NOT NULL, `owner_id` int(11) NOT NULL, PRIMARY KEY (`ugid`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `lime_user_groups` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `lime_user_in_groups` -- CREATE TABLE IF NOT EXISTS `lime_user_in_groups` ( `ugid` int(11) NOT NULL, `uid` int(11) NOT NULL, PRIMARY KEY (`ugid`,`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Daten für Tabelle `lime_user_in_groups` --