feat: implement quiz game functionality with question loading and answer checking

This commit is contained in:
2026-05-25 13:11:34 -03:00
parent 641cbf7a73
commit e53d194942
2 changed files with 85 additions and 1 deletions

View File

@@ -8,7 +8,12 @@
</head>
<body>
<h1>Ejercicio 9</h1>
<div id="quizGame">
<p id="instructions">Responde a la pregunta correcta</p>
<p id="question"></p>
<ul id="options"></ul>
<p id="result"></p>
</div>
<script src="ejercicio9.js"></script>
</body>
</html>