//-------------Funciones Paso 3 -----------------------// /* $('#Pregunta-6_Respuesta-34').click(function(){ if (this.checked) { $("#Pregunta_TextoUsuario-6_Respuesta-34").attr("disabled", "disabled"); } else { $("#Pregunta_TextoUsuario-6_Respuesta-34").removeAttr("disabled"); $("#Pregunta_TextoUsuario-6_Respuesta-34").focus(); } }); $('#Pregunta-7_Respuesta-35').click(function(){ if (this.checked) { $("#Pregunta_TextoUsuario-7_Respuesta-35").text(''); $("#Pregunta_TextoUsuario-7_Respuesta-35").attr("disabled", "disabled"); } else { $("#Pregunta_TextoUsuario-7_Respuesta-35").removeAttr("disabled"); $("#Pregunta_TextoUsuario-7_Respuesta-35").focus(); } }); $('#Pregunta-8_Respuesta-37').click(function(){ if (this.checked) { $("#Pregunta_TextoUsuario-8_Respuesta-37").text(''); $("#Pregunta_TextoUsuario-8_Respuesta-37").attr("disabled", "disabled"); } else { $("#Pregunta_TextoUsuario-8_Respuesta-37").removeAttr("disabled"); $("#Pregunta_TextoUsuario-8_Respuesta-37").focus(); } }); $('#Pregunta-8_Respuesta-38').click(function(){ if (this.checked) { $("#Pregunta_TextoUsuario-8_Respuesta-38").text(''); $("#Pregunta_TextoUsuario-8_Respuesta-38").attr("disabled", "disabled"); } else { $("#Pregunta_TextoUsuario-8_Respuesta-38").removeAttr("disabled"); $("#Pregunta_TextoUsuario-8_Respuesta-38").focus(); } }); $('#Pregunta-8_Respuesta-39').click(function(){ if (this.checked) { $("#Pregunta_TextoUsuario-8_Respuesta-39").text(''); $("#Pregunta_TextoUsuario-8_Respuesta-39").attr("disabled", "disabled"); } else { $("#Pregunta_TextoUsuario-8_Respuesta-39").removeAttr("disabled"); $("#Pregunta_TextoUsuario-8_Respuesta-39").focus(); } }); $('#Pregunta-8_Respuesta-40').click(function(){ if (this.checked) { $("#Pregunta_TextoUsuario-8_Respuesta-40").text(''); $("#Pregunta_TextoUsuario-8_Respuesta-40").attr("disabled", "disabled"); } else { $("#Pregunta_TextoUsuario-8_Respuesta-40").removeAttr("disabled"); $("#Pregunta_TextoUsuario-8_Respuesta-40").focus(); } }); $('#Pregunta-8_Respuesta-41').click(function(){ if (this.checked) { $("#Pregunta_TextoUsuario-8_Respuesta-41").text(''); $("#Pregunta_TextoUsuario-8_Respuesta-41").attr("disabled", "disabled"); } else { $("#Pregunta_TextoUsuario-8_Respuesta-41").removeAttr("disabled"); $("#Pregunta_TextoUsuario-8_Respuesta-41").focus(); } }); $('#Pregunta-8_Respuesta-42').click(function(){ if (this.checked) { $("#Pregunta_TextoUsuario-8_Respuesta-42").text(''); $("#Pregunta_TextoUsuario-8_Respuesta-42").attr("disabled", "disabled"); } else { $("#Pregunta_TextoUsuario-8_Respuesta-42").removeAttr("disabled"); $("#Pregunta_TextoUsuario-8_Respuesta-42").focus(); } }); $('#Pregunta-8_Respuesta-43').click(function(){ if (this.checked) { $("#Pregunta_TextoUsuario-8_Respuesta-43").text('0'); $("#Pregunta_TextoUsuario-8_Respuesta-43").attr("disabled", "disabled"); } else { $("#Pregunta_TextoUsuario-8_Respuesta-43").removeAttr("disabled"); $("#Pregunta_TextoUsuario-8_Respuesta-43").focus(); } }); */ //-------------Funciones Paso 3 -----------------------//