GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
db
06_insert_default_questions.sql
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
06_insert_default_questions.sql
Blame
History
Raw
/* -- Query: select * from `vroom360`.`vroom360`.`questions` LIMIT 0, 1000 -- Date: 2011-11-17 14:34 */ INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (1,'... your ability to see out in this area to your left?','Integer','HigherIsBetter',-0.978,-0.025,-0.563,1); INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (2,'...getting out of this vehicle?','Integer','HigherIsBetter',-3.624,0.911,-0.89,1); INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (3,'... your ability to see the front end of this vehicle?','Integer','HigherIsBetter',0.873,0.157,-0.658,1); INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (4,'... your headroom?','Integer','HigherIsBetter',0.128,-0.514,-0.355,1); INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (5,'... your ability to see the dashboard gauges?','Integer','HigherIsBetter',0.257,0.334,-0.563,1); INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (6,'... your ability to see out in this area to your right?','Integer','HigherIsBetter',3.93,0,-0.57,1); INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (7,'... your ability to see out front?','Integer','HigherIsBetter',0.514,-0.334,-0.658,1); INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (8,'... the center console?','Integer','HigherIsBetter',1.414,0.746,-0.658,1); INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (9,'...your ability to see out left?','Integer','HigherIsBetter',-3.624,0,-0.89,1); INSERT INTO `vroom360`.`questions` (`questions_id`,`questions_text`,`questions_ans_value_type`,`questions_ans_direction`,`questions_location_x`,`questions_location_y`,`questions_location_z`,`questions_active`) VALUES (10,'... your ability to see out right?','Integer','HigherIsBetter',4.419,0.18,-0.694,1);