2025-09-25 11:08:16 -06:00
< style >
. fake {
background-image : url ( img/bg01.jpg ) ;
background-repeat : no-repeat ;
background-position : center ;
background-size : cover ;
background-attachment : fixed ;
}
. fake1 {
background-image : url ( img/bg02.jpg ) ;
background-repeat : no-repeat ;
background-position : center ;
background-size : cover ;
background-attachment : fixed ;
}
2025-09-30 16:49:20 -06:00
. fake2 {
background-image : url ( img/bg03.jpg ) ;
background-repeat : no-repeat ;
background-position : center ;
background-size : cover ;
background-attachment : fixed ;
}
2025-09-25 11:08:16 -06:00
. btn-comenzar {
border-radius : 20 px ;
border-bottom-left-radius : 0 ;
border-bottom-right-radius : 0 ;
cursor : pointer ;
}
2025-09-30 16:49:20 -06:00
# svg-container {
width : 100 % ;
height : auto ;
}
# svg-container svg {
width : 100 % ;
height : 100 % ;
}
. btn-answer {
cursor : pointer ;
border-radius : 10 px ;
box-shadow : 0 0 2 px rgba ( 0 , 0 , 0 , .5 ) ;
}
. letter {
background-color : #6c9d7a ;
border-radius : 10 px ;
border-top-right-radius : 0 ;
border-bottom-right-radius : 0 ;
}
. btn-answer . selected {
background-color : #d9c5d7 ;
}
. btn-answer . selected . letter {
background-color : #925c8d ;
}
. btn-answer : hover {
background-color : #d9c5d7 ;
}
. btn-answer : hover . letter {
background-color : #925c8d ;
}
. btn-reintentar {
cursor : pointer ;
}
2025-09-25 11:08:16 -06:00
< / style >
< div id = "inicio" class = 'page-sco py-2 py-md-0 h-100' >
< div class = 'container h-100' >
< div class = 'row justify-content-center align-items-center h-100' >
< div class = 'col-11' >
< div class = 'row justify-content-center' >
< div class = "col-12 text-center animate__animated animate__bounceInDown" >
< div class = "position-relative d-inline-block" >
< h2 class = "text-primary mb-1 fw-bold" > Vivir con enfermedad renal< / h2 >
< hr class = "border border-2 border-verde-oscuro hr-style my-0 mb-3 opacity-100" >
< / div >
< / div >
< div class = "col-12" >
< div class = "row justify-content-center align-items-center" >
< div class = "col-6 text-center animate__animated animate__zoomIn" >
< img src = "img/03.0.png" class = "img-fluid" >
< / div >
< div class = "col-6" >
< div class = "card bg-white border-0 rounded-3 p-0 bx-shadow" >
< div class = "p-3 pb-0 position-relative mb-3 w-100 animate__animated animate__flipInX" >
< p class = "mb-0" > Cada año, < strong class = "text-lila-claro" > miles de personas desarrollan enfermedad crónica de los riñones. < / strong > Como líder internacional
en el desarrollo de soluciones terapéuticas, Vantive ha desarrollado esta guía para que usted y su familia tengan
< strong class = "text-lila-claro" > orientación y acompañamiento < / strong > durante este proceso de aprendizaje y adaptación.< / p >
< / div >
2025-09-30 16:49:20 -06:00
< div class = "position-relative w-100 bg-verde-claro text-center px-3 py-2 mb-3 animate__animated animate__flipInX animate__delay-1s" >
2025-09-25 11:08:16 -06:00
< p class = "mb-0 text-verde-oscuro fw-bold" > Para comenzar, pongamos a prueba sus conocimientos sobre la enfermedad crónica de los riñones.< / p >
< / div >
< div class = "position-relative w-100 text-center animate__animated animate__zoomIn animate__delay-2s" >
< div class = "btn-comenzar bg-primary d-inline-block px-3 py-2 text-center animate__animated animate__pulse animate__infinite" >
< h5 class = "text-white fw-bold mb-0" > COMENZAR ACTIVIDAD< / h5 >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "desarrollo" class = 'page-sco py-2 py-md-0 h-100' style = "display: none;" >
< div class = 'container h-100' >
< div class = 'row justify-content-center align-items-center h-100' >
< div class = 'col-12' >
< div class = 'row justify-content-center' >
< div class = "col-11 text-center" >
< div class = "position-relative d-inline-block" >
< h2 class = "text-primary mb-1 fw-bold" > Vivir con enfermedad renal< / h2 >
< hr class = "border border-2 border-verde-oscuro hr-style my-0 mb-3 opacity-100" >
< / div >
< / div >
2025-09-30 16:49:20 -06:00
< div class = "col-12 px-0 mb-3" >
2025-09-25 11:08:16 -06:00
< div class = "card bg-verde-claro border-0 rounded-0 bx-shadow py-2 px-3" >
< div class = "row justify-content-center" >
< div class = "col-10" >
< div class = "d-flex flex-row justify-content-center align-items-center gap-3" >
< img src = "img/book0.png" class = "img-fluid" >
< p class = "mb-0" > < strong > Instrucciones:< / strong > Lea cada pregunta y conteste correctamente para ayudar al paciente a llegar a la unidad de diálisis.< / p >
< / div >
< / div >
< / div >
< / div >
< / div >
2025-09-30 16:49:20 -06:00
< div class = "col-11" >
< div class = "row justify-content-center align-items-center" >
< div class = "col-7" >
< div class = "card bg-white border-0 rounded-4 bx-shadow p-3" >
< div class = "row justify-content-center" >
< div class = "col-12 mb-3 txt-question" > < / div >
< div class = "col-12 content-answers" > < / div >
< / div >
< / div >
< / div >
< div class = "col-5 text-center" >
< div id = "svg-container" > < / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "cierre" class = 'page-sco py-2 py-md-0 h-100' style = "display: none;" >
< div class = 'container h-100' >
< div class = 'row justify-content-center align-items-center h-100' >
< div class = 'col-12' >
< div class = "row justify-content-center" >
< div class = "col-12 text-center mb-3" >
< img src = "img/cierre_actividad.png" class = "img-fluid" >
< / div >
< div class = "col-12 mb-3 text-center" >
< div class = "position-relative d-inline-block" >
< h2 class = "text-primary mb-1 fw-bold" > Vivir con enfermedad renal< / h2 >
< hr class = "border border-2 border-verde-oscuro hr-style my-0 opacity-100" >
< / div >
< / div >
< div class = "col-12 text-center mb-3" >
< h4 class = "text-secondary fw-bold" > Ha concluido la actividad.< / h4 >
< / div >
< div class = "col-12 text-center col-reintentar animate__animated animate__zoomIn" style = "display: none;" >
< div class = "btn-reintentar rounded-3 bg-primary d-inline-block px-3 py-2 text-center animate__animated animate__pulse animate__infinite" onclick = "CourseNav.reload()" >
< h5 class = "text-white fw-bold mb-0" > Reintentar< / h5 >
< / div >
< / div >
2025-09-25 11:08:16 -06:00
< / div >
< / div >
< / div >
< / div >
< / div >
< script >
$ ( function ( ) {
"use strict" ;
$ ( '.wrap-course-content' ) . addClass ( 'fake' ) ;
2025-09-30 16:49:20 -06:00
let questions ;
let currentQuestionIndex = 0 ;
let currentQuestion ;
let correctQuestions = 0 ;
let maxQuestions = 5 ;
let currentFichaIndex = 0 ;
const bad = CourseNav . createSound ( 'audio/feedback-incorrect.mpeg' ) ;
const good = CourseNav . createSound ( 'audio/feedback-correct.mpeg' ) ;
function loadSVG ( ) {
$ . get ( 'img/laberinto.svg' , function ( data ) {
var svg = $ ( data ) . find ( 'svg' ) ;
$ ( '#svg-container' ) . html ( svg ) ;
// Remove width and height attributes to make SVG responsive
svg . removeAttr ( 'width' ) . removeAttr ( 'height' ) ;
svg . find ( '[id^="ficha"]' ) . hide ( ) . addClass ( 'ficha-move' ) ;
svg . find ( '#ficha0' ) . show ( ) ;
} , 'xml' ) ;
}
2025-09-25 11:08:16 -06:00
$ ( '.btn-comenzar' ) . click ( function ( e ) {
e . preventDefault ( ) ;
CourseNav . soundClick ( ) ;
$ ( '.wrap-course-content' ) . addClass ( 'fake1' ) . removeClass ( 'fake' ) ;
$ ( '#inicio' ) . hide ( ) ;
$ ( '#desarrollo' ) . show ( ) ;
} ) ;
2025-09-30 16:49:20 -06:00
const urlExcelFile = 'Actividades_Manual_Vantive.xlsx' ;
function readExcelFile ( url , callback ) {
var xhr = new XMLHttpRequest ( ) ;
xhr . open ( 'GET' , url , true ) ;
xhr . responseType = 'arraybuffer' ;
xhr . onload = function ( e ) {
var arrayBuffer = xhr . response ;
var data = new Uint8Array ( arrayBuffer ) ;
var workbook = XLSX . read ( data , { type : "array" } ) ;
var result = { } ;
workbook . SheetNames . forEach ( sheetName => {
var sheet = workbook . Sheets [ sheetName ] ;
result [ sheetName ] = XLSX . utils . sheet _to _json ( sheet ) ;
} ) ;
callback ( result ) ;
} ;
xhr . send ( ) ;
}
function procesarPreguntas ( data ) {
const preguntas = data . map ( fila => {
const opciones = [ ] ;
Object . keys ( fila ) . forEach ( key => {
if ( key . startsWith ( 'opcion' ) ) {
opciones . push ( {
text : fila [ key ] . trim ( ) ,
correct : key === 'opcion_c'
} ) ;
}
} ) ;
return {
pregunta : fila . pregunta . trim ( ) ,
opciones : opciones ,
retroalimentacion _correcta : fila . retroalimentacion _correcta . trim ( ) ,
retroalimentacion _incorrecta : fila . retroalimentacion _incorrecta . trim ( )
} ;
} ) ;
return preguntas ;
}
function shuffleArray ( array ) {
for ( let i = array . length - 1 ; i > 0 ; i -- ) {
const j = Math . floor ( Math . random ( ) * ( i + 1 ) ) ;
[ array [ i ] , array [ j ] ] = [ array [ j ] , array [ i ] ] ;
}
return array ;
}
function displayQuestion ( ) {
currentQuestion = questions [ currentQuestionIndex ] ;
$ ( '.txt-question' ) . text ( currentQuestion . pregunta ) ;
$ ( '.content-answers' ) . empty ( ) ;
// Shuffle answers for current question
const shuffledAnswers = shuffleArray ( [ ... currentQuestion . opciones ] ) ;
shuffledAnswers . forEach ( ( opcion , index ) => {
const answerHtml = `
<div class="position-relative d-flex flex-row align-items-center gap-0 mb-2 btn-answer" data-correct=" ${ opcion . correct } ">
<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 ps-3"> ${ opcion . text } </div>
</div>
` ;
$ ( '.content-answers' ) . append ( answerHtml ) ;
} ) ;
initializeAnswers ( ) ;
}
function initializeAnswers ( ) {
$ ( '.btn-answer' ) . off ( 'click' ) . on ( 'click' , function ( ) {
const isCorrect = $ ( this ) . data ( 'correct' ) ;
CourseNav . audioController . stopAllSoundsAndPlay ( isCorrect ? good : bad ) ;
Swal . fire ( {
target : document . getElementById ( 'wrap-course-content' ) ,
imageUrl : isCorrect ? 'img/good.png' : 'img/bad.png' ,
showConfirmButton : true ,
customClass : {
popup : 'pop_retros bg-transparent border-0 rounded-0 shadow-none' ,
confirmButton : 'btn text-primary bg-lila-rosa amor fw-semibold animate__animated animate__pulse animate__infinite'
} ,
confirmButtonText : "Cerrar" ,
backdrop : "rgba(65, 60, 60, .95)" ,
width : "35em" ,
didClose : ( ) => {
if ( isCorrect ) {
correctQuestions ++ ;
currentFichaIndex ++ ;
$ ( '#svg-container' ) . find ( '[id^="ficha"]' ) . hide ( ) ;
$ ( '#svg-container' ) . find ( ` #ficha ${ currentFichaIndex } ` ) . show ( ) ;
}
currentQuestionIndex ++ ;
if ( currentQuestionIndex < questions . length && currentQuestionIndex < maxQuestions ) {
displayQuestion ( ) ;
} else {
setTimeout ( ( ) => {
isCompleted ( ) ;
} , 500 ) ;
}
}
} ) ;
} ) ;
}
function isCompleted ( ) {
const percentage = ( correctQuestions / maxQuestions ) * 100 ;
$ ( '.wrap-course-content' ) . addClass ( 'fake2' ) . removeClass ( 'fake1' ) ;
$ ( '#desarrollo' ) . hide ( ) ;
$ ( '#cierre' ) . show ( ) ;
CourseNav . setSlideVisited ( ) ;
if ( percentage < 80 ) {
$ ( '.col-reintentar' ) . show ( ) ;
}
}
readExcelFile ( urlExcelFile , function ( data ) {
const hojaDatos = data [ "Diapositiva 4" ] ;
questions = shuffleArray ( procesarPreguntas ( hojaDatos ) ) . slice ( 0 , maxQuestions ) ;
loadSVG ( ) ;
displayQuestion ( ) ;
} ) ;
2025-09-25 11:08:16 -06:00
} ) ;
< / script >