update
This commit is contained in:
+5
-2
@@ -316,7 +316,7 @@
|
||||
|
||||
let opcionesHTML = "";
|
||||
pregunta.opciones.forEach((opcion, index) => {
|
||||
opcionesHTML += `<div class="position-relative d-flex flex-row align-items-center gap-0 mb-2 btn-answer" data-correct="${opcion.correct}" data-puntos="${puntosEnJuego}">
|
||||
opcionesHTML += `<div class="position-relative d-flex flex-row align-items-center gap-0 mb-3 btn-answer" data-correct="${opcion.correct}" data-puntos="${puntosEnJuego}">
|
||||
<div class="d-flex flex-row justify-content-center align-items-center letter text-white text-center p-3">${String.fromCharCode(97 + index)}</div>
|
||||
<div class="txt-answer text-start ps-3">${opcion.text}</div>
|
||||
</div>`;
|
||||
@@ -329,9 +329,12 @@
|
||||
<h4 class="fw-bold text-verde-oscuro">${pregunta.pregunta}</h4>
|
||||
<p class="text-muted">Puntos en juego: <strong>${puntosEnJuego}</strong></p>
|
||||
</div>
|
||||
<div class="content-answers">
|
||||
<div class="content-answers mb-3">
|
||||
${opcionesHTML}
|
||||
</div>
|
||||
<div class="col-12 text-center">
|
||||
<p class="small mb-0">"Estos son casos hipotéticos basados en las referencias bibliográficas."</p>
|
||||
</div>
|
||||
`,
|
||||
showConfirmButton: false,
|
||||
allowOutsideClick: false,
|
||||
|
||||
Reference in New Issue
Block a user