[virtualcommons-svn] SF.net SVN: virtualcommons:[29] vcweb/trunk/virtualcommons/experiment
Status: Beta
Brought to you by:
alllee
From: <al...@us...> - 2008-08-07 00:02:42
|
Revision: 29 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=29&view=rev Author: alllee Date: 2008-08-07 00:02:50 +0000 (Thu, 07 Aug 2008) Log Message: ----------- moving teacher_dashboard and rules under experiment Added Paths: ----------- vcweb/trunk/virtualcommons/experiment/rules/ vcweb/trunk/virtualcommons/experiment/teacher_dashboard/ Removed Paths: ------------- vcweb/trunk/virtualcommons/experiment/games/rules/ vcweb/trunk/virtualcommons/experiment/games/teacher_dashboard/ vcweb/trunk/virtualcommons/experiment/survey-questions.sql Deleted: vcweb/trunk/virtualcommons/experiment/survey-questions.sql =================================================================== --- vcweb/trunk/virtualcommons/experiment/survey-questions.sql 2008-08-06 23:58:18 UTC (rev 28) +++ vcweb/trunk/virtualcommons/experiment/survey-questions.sql 2008-08-07 00:02:50 UTC (rev 29) @@ -1,119 +0,0 @@ -insert into vc_survey(vc_experiment_id) values('1'); -insert into vc_survey(vc_experiment_id) values('2'); -insert into vc_survey(vc_experiment_id) values('3'); - -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,1,'How efficient do you think this rule is for managing the fishing grounds?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,1,'How fair do you think this rule is for managing the fishing grounds? '); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,1,'How much personal freedom do you think this rule allows you in managing the fishing grounds?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,1,'How much do you think this rule would advance your own self-interest as measured by your total earning?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,1,'All things considered how attractive do you find this rule?'); - -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,2,'How efficient do you think this rule is for managing the fishing grounds?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,2,'How fair do you think this rule is for managing the fishing grounds? '); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,2,'How much personal freedom do you think this rule allows you in managing the fishing grounds?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,2,'How much do you think this rule would advance your own self-interest as measured by your total earning?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,2,'All things considered how attractive do you find this rule?'); - -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,3,'How efficient do you think this rule is for managing the fishing grounds?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,3,'How fair do you think this rule is for managing the fishing grounds? '); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,3,'How much personal freedom do you think this rule allows you in managing the fishing grounds?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,3,'How much do you think this rule would advance your own self-interest as measured by your total earning?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(1,3,'All things considered how attractive do you find this rule?'); - -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,4,'How efficient do you think this rule is for managing the forest?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,4,'How fair do you think this rule is for managing the forest? '); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,4,'How much personal freedom do you think this rule allows you in managing the forest?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,4,'How much do you think this rule would advance your own self-interest as measured by your total earning?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,4,'All things considered how attractive do you find this rule?'); - - -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,5,'How efficient do you think this rule is for managing the forest?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,5,'How fair do you think this rule is for managing the forest? '); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,5,'How much personal freedom do you think this rule allows you in managing the forest?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,5,'How much do you think this rule would advance your own self-interest as measured by your total earning?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,5,'All things considered how attractive do you find this rule?'); - - -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,6,'How efficient do you think this rule is for managing the fishing grounds?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,6,'How fair do you think this rule is for managing the fishing grounds? '); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,6,'How much personal freedom do you think this rule allows you in managing the fishing grounds?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,6,'How much do you think this rule would advance your own self-interest as measured by your total earning?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(2,6,'All things considered how attractive do you find this rule?'); - - -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,7,'How efficient do you think this rule is for managing the irrigation system?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,7,'How fair do you think this rule is for managing the irrigation system? '); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,7,'How much personal freedom do you think this rule allows you in managing the irrigation system?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,7,'How much do you think this rule would advance your own self-interest as measured by your total earning?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,7,'All things considered how attractive do you find this rule?'); - - -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,8,'How efficient do you think this rule is for managing the irrigation system?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,8,'How fair do you think this rule is for managing the irrigation system? '); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,8,'How much personal freedom do you think this rule allows you in managing the irrigation system?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,8,'How much do you think this rule would advance your own self-interest as measured by your total earning?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,8,'All things considered how attractive do you find this rule?'); - - -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,9,'How efficient do you think this rule is for managing the irrigation system?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,9,'How fair do you think this rule is for managing the irrigation system? '); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,9,'How much personal freedom do you think this rule allows you in managing the irrigation system?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,9,'How much do you think this rule would advance your own self-interest as measured by your total earning?'); -insert into vc_survey_questions(vc_survey_id,vc_rules_id,questions) values(3,9,'All things considered how attractive do you find this rule?'); - -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(1,'not at all efficient','very efficient'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(2,'not at all fair','very fair'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(3,'no freedom at all','complete freedom'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(4,'not at all','very much'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(5,'not attractive at all','Very attractive'); - -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(6,'not at all efficient','very efficient'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(7,'not at all fair','very fair'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(8,'no freedom at all','complete freedom'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(9,'not at all','very much'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(10,'not attractive at all','Very attractive'); - -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(11,'not at all efficient','very efficient'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(12,'not at all fair','very fair'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(13,'no freedom at all','complete freedom'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(14,'not at all','very much'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(15,'not attractive at all','Very attractive'); - - -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(16,'not at all efficient','very efficient'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(17,'not at all fair','very fair'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(18,'no freedom at all','complete freedom'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(19,'not at all','very much'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(20,'not attractive at all','Very attractive'); - - -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(21,'not at all efficient','very efficient'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(22,'not at all fair','very fair'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(23,'no freedom at all','complete freedom'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(24,'not at all','very much'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(25,'not attractive at all','Very attractive'); - -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(26,'not at all efficient','very efficient'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(27,'not at all fair','very fair'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(28,'no freedom at all','complete freedom'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(29,'not at all','very much'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(30,'not attractive at all','Very attractive'); - -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(31,'not at all efficient','very efficient'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(32,'not at all fair','very fair'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(33,'no freedom at all','complete freedom'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(34,'not at all','very much'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(35,'not attractive at all','Very attractive'); - -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(36,'not at all efficient','very efficient'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(37,'not at all fair','very fair'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(38,'no freedom at all','complete freedom'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(39,'not at all','very much'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(40,'not attractive at all','Very attractive'); - -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(41,'not at all efficient','very efficient'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(42,'not at all fair','very fair'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(43,'no freedom at all','complete freedom'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(44,'not at all','very much'); -insert into vc_survey_questions_options(vc_survey_questions_id,min_value,max_value) values(45,'not attractive at all','Very attractive'); - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |