· 8 years ago · Mar 01, 2018, 06:34 PM
1 ANTIRULES
2 https://sfep.us.es
3 #FreeXej
4 #Anonymous
5
6
7
8
9
10ySQL Administrator dump 1.4
11--
12-- ------------------------------------------------------
13-- Server version 5.0.38
14
15
16/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
17/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
18/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
19/*!40101 SET NAMES utf8 */;
20
21/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
22/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
23/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
24
25
26--
27-- Definition of table `bdaforos`.`encuesta`
28--
29
30DROP TABLE IF EXISTS `bdaforos`.`encuesta`;
31CREATE TABLE `bdaforos`.`encuesta` (
32 `id_encuesta` int(11) NOT NULL auto_increment,
33 `id_tipo_encuesta` int(11) NOT NULL,
34 `id_encuestado` int(11) NOT NULL,
35 `id_objeto_padre` int(11) NOT NULL,
36 `direccion_ip` varchar(100) character set latin1 default NULL,
37 `created` datetime default NULL,
38 `terminada` tinyint(1) NOT NULL default '0',
39 PRIMARY KEY (`id_encuesta`)
40) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8;
41
42--
43-- Dumping data for table `bdaforos`.`encuesta`
44--
45
46/*!40000 ALTER TABLE `encuesta` DISABLE KEYS */;
47LOCK TABLES `encuesta` WRITE;
48UNLOCK TABLES;
49/*!40000 ALTER TABLE `encuesta` ENABLE KEYS */;
50
51
52--
53-- Definition of table `bdaforos`.`grupo_pregunta`
54--
55
56DROP TABLE IF EXISTS `bdaforos`.`grupo_pregunta`;
57CREATE TABLE `bdaforos`.`grupo_pregunta` (
58 `id_grupo_pregunta` int(11) NOT NULL auto_increment,
59 `nombre` varchar(250) NOT NULL default '',
60 `id_hoja_pregunta` int(11) NOT NULL default '0',
61 `orden` int(11) NOT NULL default '0',
62 PRIMARY KEY (`id_grupo_pregunta`)
63) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
64
65--
66-- Dumping data for table `bdaforos`.`grupo_pregunta`
67--
68
69/*!40000 ALTER TABLE `grupo_pregunta` DISABLE KEYS */;
70LOCK TABLES `grupo_pregunta` WRITE;
71INSERT INTO `bdaforos`.`grupo_pregunta` VALUES (2,'Valoración del curso',1,2),
72 (3,'Valoración del ponente',2,1),
73 (4,'Valoración final, comentarios y propuestas',3,1),
74 (1,'Datos personales',1,1);
75UNLOCK TABLES;
76/*!40000 ALTER TABLE `grupo_pregunta` ENABLE KEYS */;
77
78
79--
80-- Definition of table `bdaforos`.`hoja_pregunta`
81--
82
83DROP TABLE IF EXISTS `bdaforos`.`hoja_pregunta`;
84CREATE TABLE `bdaforos`.`hoja_pregunta` (
85 `id_hoja_pregunta` int(11) NOT NULL auto_increment,
86 `id_tipo_encuesta` int(11) NOT NULL default '0',
87 `objeto` varchar(100) default NULL,
88 `orden` int(11) NOT NULL default '0',
89 `campo_id_padre` varchar(200) default NULL,
90 `tabla_asociada` varchar(100) default NULL,
91 `campo_asociado` varchar(100) default NULL,
92 `campo_id_asociado` varchar(100) default NULL,
93 `titulo` varchar(200) default NULL,
94 PRIMARY KEY (`id_hoja_pregunta`)
95) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
96
97--
98-- Dumping data for table `bdaforos`.`hoja_pregunta`
99--
100
101/*!40000 ALTER TABLE `hoja_pregunta` DISABLE KEYS */;
102LOCK TABLES `hoja_pregunta` WRITE;
103INSERT INTO `bdaforos`.`hoja_pregunta` VALUES (1,1,'edicion',1,'','edicion','','',NULL),
104 (2,1,'formador',2,'idedicion','edicion_formador','nombre','idformador',NULL),
105 (3,1,'edicion',3,'','edicion','','',NULL);
106UNLOCK TABLES;
107/*!40000 ALTER TABLE `hoja_pregunta` ENABLE KEYS */;
108
109
110--
111-- Definition of table `bdaforos`.`opcion_pregunta`
112--
113
114DROP TABLE IF EXISTS `bdaforos`.`opcion_pregunta`;
115CREATE TABLE `bdaforos`.`opcion_pregunta` (
116 `id_opcion_pregunta` int(11) NOT NULL auto_increment,
117 `id_pregunta_encuesta` int(11) NOT NULL default '0',
118 `opcion` varchar(250) NOT NULL default '',
119 `orden` int(11) NOT NULL,
120 PRIMARY KEY (`id_opcion_pregunta`)
121) ENGINE=MyISAM AUTO_INCREMENT=201 DEFAULT CHARSET=utf8;
122
123--
124-- Dumping data for table `bdaforos`.`opcion_pregunta`
125--
126
127/*!40000 ALTER TABLE `opcion_pregunta` DISABLE KEYS */;
128LOCK TABLES `opcion_pregunta` WRITE;
129INSERT INTO `bdaforos`.`opcion_pregunta` VALUES (1,1,'Mujer',1),
130 (2,1,'Hombre',2),
131 (3,2,'menor de 26',1),
132 (4,2,'26 -30',2),
133 (5,2,'31 - 35',3),
134 (6,2,'36 - 40',4),
135 (7,2,'41 - 45',5),
136 (8,2,'46-50',6),
137 (9,2,'51-55',7),
138 (10,2,'56-60',8),
139 (11,2,'61-65',9),
140 (12,2,'mayor de 65',10),
141 (85,4,'Ciencias Sociales y JurÃdicas',4),
142 (86,4,'IngenierÃa y Arquitectura',5),
143 (87,4,'Ciencias de la Salud',3),
144 (88,4,'Ciencias',2),
145 (89,4,'Arte y Humanidades',1),
146 (90,3,'0-5',0),
147 (91,3,'6-10',1),
148 (92,3,'11-15',2),
149 (93,3,'16-20',3),
150 (94,3,'21-25',4),
151 (95,3,'26-30',5),
152 (96,3,'31-35',6),
153 (97,3,'36-40',7),
154 (98,3,'más de 40',8),
155 (141,5,'Interés personal',4),
156 (142,5,'Adquirir nuevas actitudes',3),
157 (143,5,'Adquirir nuevas habilidades',2),
158 (144,5,'Refrescar o mejorar mis conocimientos',1),
159 (145,6,'1',1),
160 (146,6,'2',2),
161 (147,6,'3',3),
162 (148,6,'4',4),
163 (149,6,'5',5),
164 (150,7,'1',1),
165 (151,7,'2',2),
166 (152,7,'3',3),
167 (153,7,'4',4),
168 (154,7,'5',5),
169 (155,8,'1',1),
170 (156,8,'2',2),
171 (157,8,'3',3),
172 (158,8,'4',4),
173 (159,8,'5',5),
174 (160,9,'1',1),
175 (161,9,'2',2),
176 (162,9,'3',3),
177 (163,9,'4',4),
178 (164,9,'5',5),
179 (165,10,'1',1),
180 (166,10,'2',2),
181 (167,10,'3',3),
182 (168,10,'4',4),
183 (169,10,'5',5),
184 (170,11,'1',1),
185 (171,11,'2',2),
186 (172,11,'3',3),
187 (173,11,'4',4),
188 (174,11,'5',5),
189 (175,12,'1',1),
190 (176,12,'2',2),
191 (177,12,'3',3),
192 (178,12,'4',4),
193 (179,12,'5',5),
194 (180,13,'1',1),
195 (181,13,'2',2),
196 (182,13,'3',3),
197 (183,13,'4',4),
198 (184,13,'5',5),
199 (185,14,'1',1),
200 (186,14,'2',2),
201 (187,14,'3',3),
202 (188,14,'4',4),
203 (189,14,'5',5),
204 (191,15,'Atención a la diversidad',1),
205 (192,15,'Herramientas para la Investigación',2),
206 (193,15,'Prevención y Seguridad Laboral',3),
207 (194,15,'Planificación de la enseñanza y evaluación basada en competencias',4),
208 (195,15,'MetodologÃas de enseñanza-aprendizaje y recursos didácticos.',5),
209 (196,15,'La Evaluación en la Enseñanza Universitaria',6),
210 (197,15,'La integración de las tecnologÃas de la información y la comunicación en la docencia universitaria',7),
211 (198,15,'Calidad y Universidad',8),
212 (199,15,'Habilidades personales básicas',9),
213 (200,15,'Aproximación al contexto universitario',10);
214UNLOCK TABLES;
215/*!40000 ALTER TABLE `opcion_pregunta` ENABLE KEYS */;
216
217
218--
219-- Definition of table `bdaforos`.`pregunta_encuesta`
220--
221
222DROP TABLE IF EXISTS `bdaforos`.`pregunta_encuesta`;
223CREATE TABLE `bdaforos`.`pregunta_encuesta` (
224 `id_pregunta_encuesta` int(11) NOT NULL auto_increment,
225 `texto` varchar(254) NOT NULL default '',
226 `id_tipo_pregunta` int(11) NOT NULL default '0',
227 `id_grupo_pregunta` int(11) NOT NULL default '0',
228 `orden` int(11) NOT NULL default '0',
229 PRIMARY KEY (`id_pregunta_encuesta`)
230) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8;
231
232--
233-- Dumping data for table `bdaforos`.`pregunta_encuesta`
234--
235
236/*!40000 ALTER TABLE `pregunta_encuesta` DISABLE KEYS */;
237LOCK TABLES `pregunta_encuesta` WRITE;
238INSERT INTO `bdaforos`.`pregunta_encuesta` VALUES (2,'Edad',5,1,2),
239 (1,'Sexo',5,1,1),
240 (4,'Rama a la que pertenece',5,1,4),
241 (5,'Señale cuáles han sido los motivos que le han llevado a participar en este curso',3,1,5),
242 (3,'Años de experiencia docente universitaria',5,1,3),
243 (6,'Información y atención recibida en el ICE',1,2,9),
244 (7,'Acceso a la información e inscripción a través de la web',1,2,8),
245 (8,'Apropiada fecha de realización del curso',1,2,7),
246 (9,'Apropiada duración del curso',1,2,6),
247 (10,'Adecuación de la documentación entregada',1,2,5),
248 (11,'Condiciones ambientales (aula, mobiliario, recursos utilizados)',1,2,4),
249 (12,'Posibilidad de aplicación práctica',1,2,3),
250 (13,'Posibilita la adquisición de nuevas destrezas docentes',1,2,2),
251 (14,'Relevancia y utilidad para mi trabajo docente',1,2,1),
252 (15,'En el ICE se considera prioritaria la opinión del profesorado a la hora de programar y organizar actividades de formación del profesorado universitario. Le ruego indique en qué aspectos de los señalados a continuación tiene interés y qué otros serÃan con',3,4,3),
253 (16,'Señale algún aspecto que podrÃa mejorar la calidad de esta acción formativa',2,4,2),
254 (17,'Valoración general de la actividad formativa',1,4,1),
255 (18,'Adecuación del curso a los objetivos del Programa.',1,3,7),
256 (19,'Capacidad para propiciar la reflexión',1,3,6),
257 (20,'Facilita las relaciones interpersonales',1,3,5),
258 (21,'Dominio del contenido por el ponente',1,3,4),
259 (22,'Capacidad de motivación del ponente',1,3,3),
260 (23,'Claridad expositiva del ponente',1,3,2),
261 (24,'Claridad y estructuración de los contenidos trabajados',1,3,1);
262UNLOCK TABLES;
263/*!40000 ALTER TABLE `pregunta_encuesta` ENABLE KEYS */;
264
265
266--
267-- Definition of table `bdaforos`.`respuesta_encuesta`
268--
269
270DROP TABLE IF EXISTS `bdaforos`.`respuesta_encuesta`;
271CREATE TABLE `bdaforos`.`respuesta_encuesta` (
272 `id_respuesta_encuesta` int(11) NOT NULL auto_increment,
273 `id_encuesta` int(11) NOT NULL default '0',
274 `id_pregunta_encuesta` int(11) NOT NULL default '0',
275 `id_objeto_hijo` int(11) default NULL,
276 `respuesta` varchar(254) default NULL,
277 `codificacion` int(11) default NULL,
278 PRIMARY KEY (`id_respuesta_encuesta`)
279) ENGINE=MyISAM AUTO_INCREMENT=118 DEFAULT CHARSET=utf8;
280
281--
282-- Dumping data for table `bdaforos`.`respuesta_encuesta`
283--
284
285/*!40000 ALTER TABLE `respuesta_encuesta` DISABLE KEYS */;
286LOCK TABLES `respuesta_encuesta` WRITE;
287UNLOCK TABLES;
288/*!40000 ALTER TABLE `respuesta_encuesta` ENABLE KEYS */;
289
290
291--
292-- Definition of table `bdaforos`.`tipo_encuesta`
293--
294
295DROP TABLE IF EXISTS `bdaforos`.`tipo_encuesta`;
296CREATE TABLE `bdaforos`.`tipo_encuesta` (
297 `id_tipo_encuesta` int(11) NOT NULL auto_increment,
298 `nombre` varchar(100) NOT NULL default '',
299 `objeto_padre` int(11) NOT NULL default '0',
300 PRIMARY KEY (`id_tipo_encuesta`)
301) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
302
303--
304-- Dumping data for table `bdaforos`.`tipo_encuesta`
305--
306
307/*!40000 ALTER TABLE `tipo_encuesta` DISABLE KEYS */;
308LOCK TABLES `tipo_encuesta` WRITE;
309INSERT INTO `bdaforos`.`tipo_encuesta` VALUES (1,'Encuesta de satisfacción',0);
310UNLOCK TABLES;
311/*!40000 ALTER TABLE `tipo_encuesta` ENABLE KEYS */;
312
313
314--
315-- Definition of table `bdaforos`.`tipo_pregunta`
316--
317
318DROP TABLE IF EXISTS `bdaforos`.`tipo_pregunta`;
319CREATE TABLE `bdaforos`.`tipo_pregunta` (
320 `id_tipo_pregunta` int(11) NOT NULL auto_increment,
321 `tipo` varchar(100) NOT NULL default '',
322 `opciones` text,
323 PRIMARY KEY (`id_tipo_pregunta`)
324) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
325
326--
327-- Dumping data for table `bdaforos`.`tipo_pregunta`
328--
329
330/*!40000 ALTER TABLE `tipo_pregunta` DISABLE KEYS */;
331LOCK TABLES `tipo_pregunta` WRITE;
332INSERT INTO `bdaforos`.`tipo_pregunta` VALUES (4,'opcion multiple cerrada',NULL),
333 (3,'opcion multiple abierta',NULL),
334 (2,'abierta',NULL),
335 (1,'gradiente','1,2,3,4,5'),
336 (5,'opcion unica cerrada',NULL),
337 (6,'opcion unica abierta',NULL);
338UNLOCK TABLES;
339/*!40000 ALTER TABLE `tipo_pregunta` ENABLE KEYS */;
340
341
342
343
344/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
345/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
346/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
347/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
348/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
349/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
350/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;