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 53796fd commit e933ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/characterCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { loadThreeScene } from "./three-scene.js";

// Preguntas del cuestionario
const questions = [
"¿Qué tan fuerte te consideras? (0-1)",
"¿Qué tan ágil eres? (0-1)",
"¿Qué tan inteligente te consideras? (0-1)"
"¿Qué tan incómodo te sientes frente a situaciones de peligro físico? (0-5)",
"¿Temes al conflicto o a las confrontaciones? (0-5)",
"¿Te sientes ansioso/a en situaciones de estrés intenso? (0-5)"
];

// Elementos del DOM
Expand Down

0 comments on commit e933ee4

Please sign in to comment.