Skip to content

Commit

Permalink
Update characterCreator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 6, 2024
1 parent 8cd711f commit 0ca03a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/characterCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { loadThreeScene } from "./three-scene.js";

// Preguntas del cuestionario (7 para cada color)
const questions = [
"¿Qué tan fuerte te consideras físicamente? (1-5)",
"¿Qué tan decidido eres al enfrentar desafíos? (1-5)",
"¿Qué tan fuerte eres? (1-5)",
"¿Qué tan decidido eres frente a desafíos? (1-5)",
"¿Cómo evaluarías tu resistencia física? (1-5)",
"¿Qué tan valiente te sientes en situaciones de riesgo? (1-5)",
"¿Qué tan rápido te recuperas de un esfuerzo físico? (1-5)",
Expand All @@ -21,7 +21,7 @@ const questions = [
"¿Qué tan preciso eres al realizar tareas? (1-5)",
"¿Qué tan equilibrado te sientes físicamente? (1-5)",
"¿Qué tan reactivo eres ante estímulos? (1-5)",
"¿Qué tan eficiente eres en actividades físicas de corta duración? (1-5)",
"¿Qué tan eficiente eres corriendo? (1-5)",

"¿Qué tan lógico eres al resolver problemas? (1-5)",
"¿Qué tan creativo eres en tus ideas? (1-5)",
Expand All @@ -36,7 +36,7 @@ const questions = [
const container = document.createElement("div");
container.id = "questionnaire";
container.style.position = "absolute";
container.style.top = "20%";
container.style.top = "5%";
container.style.right = "20px"; // Cambia 'left' a 'right' para posicionarlo a la derecha
container.style.fontSize = "15px"; // Corrección de error tipográfico
container.style.display = "flex";
Expand Down

0 comments on commit 0ca03a6

Please sign in to comment.