🎯 Redirigiendo al Menú Principal...

Si no se redirige automáticamente, haz clic aquí

.container { max-width: 1200px; margin: 0 auto; } .header { background: white; padding: 30px; border-radius: 15px; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); text-align: center; } .header h1 { color: #667eea; font-size: 36px; margin-bottom: 10px; } .header p { color: #666; font-size: 18px; } .quiz-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; margin-bottom: 30px; } .quiz-card { background: white; border-radius: 15px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transition: all 0.3s; } .quiz-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.3); } .quiz-icon { font-size: 60px; margin-bottom: 15px; } .quiz-title { color: #667eea; font-size: 24px; font-weight: bold; margin-bottom: 10px; } .quiz-description { color: #666; font-size: 14px; margin-bottom: 15px; line-height: 1.5; } .quiz-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; } .stat-item { background: #f8f9fa; padding: 10px; border-radius: 8px; text-align: center; } .stat-value { font-size: 24px; font-weight: bold; color: #667eea; } .stat-label { font-size: 12px; color: #666; } .btn { width: 100%; padding: 12px; border: none; border-radius: 8px; font-size: 16px; font-weight: bold; cursor: pointer; transition: all 0.3s; margin-top: 10px; } .btn-admin { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; } .btn-admin:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(102,126,234,0.4); } .btn-view { background: #28a745; color: white; } .btn-view:hover { background: #218838; } .add-quiz-card { background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%); border: 3px dashed #667eea; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 300px; cursor: pointer; } .add-quiz-card:hover { background: white; border-color: #764ba2; } .add-icon { font-size: 80px; color: #667eea; margin-bottom: 15px; } .add-text { color: #667eea; font-size: 20px; font-weight: bold; } .status-badge { display: inline-block; padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: bold; margin-bottom: 10px; } .status-active { background: #d4edda; color: #155724; } .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 1000; justify-content: center; align-items: center; } .modal.active { display: flex; } .modal-content { background: white; padding: 40px; border-radius: 15px; max-width: 600px; width: 90%; max-height: 80vh; overflow-y: auto; } .modal-title { color: #667eea; font-size: 28px; margin-bottom: 20px; } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; color: #333; font-weight: 500; } .form-group input, .form-group textarea { width: 100%; padding: 12px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 14px; } .form-group textarea { min-height: 100px; resize: vertical; } .btn-group { display: flex; gap: 10px; margin-top: 20px; } .btn-cancel { background: #6c757d; color: white; flex: 1; } .btn-save { background: #28a745; color: white; flex: 1; } .info-section { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); margin-bottom: 30px; } .info-title { color: #667eea; font-size: 24px; margin-bottom: 15px; } .info-list { list-style: none; } .info-list li { padding: 10px 0; border-bottom: 1px solid #e0e0e0; color: #666; } .info-list li:last-child { border-bottom: none; } .icon-text { margin-right: 10px; } @media (max-width: 768px) { .quiz-grid { grid-template-columns: 1fr; } }

🎯 Sistema de Quiz - Centro de Maestros

Gestiona y crea sesiones de quiz interactivos en tiempo real

📊 Estadísticas Consolidadas

Ver todas las estadísticas de todos los quizzes en un solo lugar

📋 Guía Rápida

✅ Activo
📚
Quiz NEM - Nueva Escuela Mexicana
Quiz interactivo con 70 preguntas organizadas en 7 bloques temáticos. Selección aleatoria de 5 preguntas por sesión con sistema de puntuación por velocidad.
70
Preguntas
5
Por Sesión
✅ Activo
📖
Quiz Libro Fase 5 - Pedagogía Crítica EN VIVO
Quiz en vivo con 30 preguntas sobre autonomía docente, historia magisterial y emancipación educativa. Hasta 40+ participantes simultáneos con sistema de puntuación por velocidad.
30
Preguntas
5
Por Sesión
Crear Nuevo Quiz

Configura un nuevo banco de preguntas
para futuros proyectos

🔧 Funcionalidades del Sistema

⏱️

Control de Tiempo

Botón TIEMPO para iniciar cuenta regresiva de 10 segundos por pregunta

🏆

Rankings en Vivo

Sistema de puntuación por velocidad con top 10 después de cada pregunta

💾

Base de Datos

Guardado automático de resultados, puntos y tiempos de respuesta

🔄

Múltiples Sesiones

Crea ilimitadas sesiones de quiz sin interferencias entre ellas