var Questionario=function(){};Questionario.prototype.apagarMensagens=function(){$(".alertas").hide();$("#alertsQuestionario .alert").text("")};Questionario.prototype.adicionarMensagem=function(b,a){$("#alertsQuestionario").show();$("#alertsQuestionario "+a).show();$("#alertsQuestionario "+a).append("\x3cp\x3e"+b+"\x3c/p\x3e")}; Questionario.prototype.adicionarValidacaoForm=function(){var b=this;$("#form-questionario").change(function(){b.apagarMensagens()});$("#form-questionario").validate({ignore:[],rules:{hiddenRecaptcha:{required:function(){return""===grecaptcha.getResponse()}}},messages:{hiddenRecaptcha:{required:"Captcha não preenchido"}},errorPlacement:function(a){b.adicionarMensagem(a[0].textContent,".alert-warning")}});for(var a=$("input[name^\x3d'tipoResposta-']"),e=[],c=0;c