if (location.pathname === '/ouvidoria') location = `${location}/`; Ouvidoria Uninter Ouvidoria Uninter A Ouvidoria Uninter é um canal de comunicação entre o aluno e a instituição. Além de receber críticas, elogios e sugestões, utilize este espaço para reivindicar, reclamar ou fazer uma denúncia, por exemplo. Para falar conosco, identifique-se e escreva a sua mensagem no formulário abaixo. O conteúdo ará por uma análise e será respondido pela nossa equipe o mais breve possível. Informações de contato Selecione um tópico. Selecione APOL AVA/ÚNICO BOLETOS CARTEIRINHA DE ESTUDANTE CERTIFICADO, HISTÓRICO E DIPLOMA COBRANÇA INDEVIDA CONFIRMAÇÃO DE MATRÍCULA CONTRATOS CURSOS DADOS PESSOAIS DECLAR. MATRÍC. E CONCL. DE CURSO DESCONTOS DOCUMENTOS EM GERAL ESTÁGIOS FINANCIAMENTOS E BOLSAS FINANCIAMENTOS E DESCONTOS FINANCIAMENTOS, BOLSAS, DESCONTOS FUNCIONÁRIO/ATENDENTE MATERIAL DIDÁTICO MATRÍCULA OU REMATRÍCULA NEGOCIAÇÃO DE DÉBITOS POLO/CAMPUS PORTFÓLIO PROBLEMAS NO SERASA/SPC PROVA, EXAME, RECUPERAÇÃO, 2ª CHAMADA RESSARCIMENTO DE VALORES SOLICITAÇÃO NÃO ATENDIDA TCC TRANSFERÊNCIA DE POLO E DE FACULDADE Campo obrigatório Agora defina um assunto: Campo obrigatório Qual é a sua manifestação?  Elogio    Denúncia    Reclamação    Reinvidicação   Campo obrigatório Identificação  Aluno    Colaborador    Outros   Campo obrigatório BIBLIOTECA CAP CAP / VIRTUAL CENTRAL ATENDIMENTO PRESENCIAL - GARCEZ CENTRAL DE CARREIRA CENTRAL DE COBRANÇA CENTRAL DE ESTÁGIO CERTIFICADOS CMA COMPLIANCE COMPRAS CONTABIL / SETOR FISCAL (nota fiscal) A CURSOS EXTENSÃO DTI EDITORA INTERSABERES EDUCAÇÃO DE JOVENS E ADULTOS - ENSINO MEDIO EJA ENADE ESCOLA SUPERIOR DE SAÚDE UNICA / ESSU ESCOLA DE COMUNICAÇÃO E NEGÓGIOS / ESGCN ESCOLA DE POLOS ESCOLA GESTÃO PÚBLICA / JURÍDICA / ESGPJS ESCOLA POLITÉCNICA / ESP ESCOLA SUPERIOR DE CIENCIAS AGRARIAS E MEIO AMBIENTE - ESCAM ESCOLA SUPERIOR DE EDUCAÇÃO - ESEHL ESCOLA UNINTERTECH - FORMAÇÃO TÉCNICA E PROFISSIONAL EVENTOS FICA / RETENÇÃO / CRC / ABANDONO /CANCELAMENTO/ TRANCAMENTO/ FINANCEIRO GESTÃO COMERCIAL / EAD INFRAESTRUTURA PREDIAL / WELLINGTON INGLÊS OFERTADO/ BONUS AMIGOS INTERNACIONALIZAÇÃO JURIDICO CORPORATIVO JURÍDICO ACADEMICO LOGÍSTICA MARKETING MAÇONOLOGIA MESTRADO DIREITO MESTRADO EDUCAÇÃO POLO CARLOS GOMES POLO CATEDRAL POLO GARCEZ PROJETOS ESPECIAIS PROUNI PRÓ REITORIA PÓS GRADUAÇÃO SECRETARIA ACADÊMICA - EAD SETOR DE BANCA/PÓS SIANEE Sistemas Educacionais | Diretoria de Tecnologia TECNOLOGIA EDUCACIONAL / AVA VESTIBULAR Campo obrigatório F Inválido Campo obrigatório Campo obrigatório Selecione seu curso Campo obrigatório Campo obrigatório Campo obrigatório *Selecione o estado Acre Alagoas Amapá Amazonas Bahia Ceará Distrito Federal Espirito Santo Goiás Maranhão Mato Grosso Mato Grosso do Sul Minas Gerais Pará Paraiba Paraná Pernambuco Piauí Rio de Janeiro Rio Grande do Norte Rio Grande do Sul Rondônia Roraima Santa Catarina São Paulo Sergipe Tocantis Campo obrigatório Primeiro selecione o estado Campo obrigatório Campo obrigatório Email inválido Email inválido ou diferente Campo obrigatório Campo obrigatório Campo obrigatório Restante: 5000 caracteres. Informativo: A resposta do encaminhamento será enviada para o e-mail indicado, por isso não erre ao preenchê-lo. Voltar © 2025 - Ouvidoria - Uninter document.querySelector(`[name="idAssunto"]`).addEventListener('change', e => { document.querySelector(`[name="texto_assunto"]`).value = e.target.options[e.target.selectedIndex].text; }); document.querySelector(`[name="subassuntoId"]`).addEventListener('change', e => { document.querySelector(`[name="texto_subassunto"]`).value = e.target.options[e.target.selectedIndex].text; }); document.querySelectorAll(`[name="manifestacao"]`).forEach(radio => { radio.addEventListener('click', e => { document.querySelector(`[name="texto_tipoSolicitacao"]`).value = e.target.dataset.tipoSolicitacao; }); }) document.querySelector(`[name="cmbCidade"]`).addEventListener('change', e => { document.querySelector(`[name="cdCidade"]`).value = e.target.value; document.querySelector(`[name="cidade"]`).value = e.target.options[e.target.selectedIndex].text; }); document.querySelector(`[name="cmbUF"]`).addEventListener('change', e => { document.querySelector(`[name="cdEstado"]`).value = e.target.value; document.querySelector(`[name="estado"]`).value = e.target.options[e.target.selectedIndex].text; }); function buscaSubAssunto(id){ $.post("application/buscaSubAssunto.php?id="+id,function(data){ $('#subassunto').html(data); }) } function selecionaTipoSolicitacao(tipo){ document.getElementById('campotiposolicitacao').value = tipo; //console.log("tipo="+tipo+", valor="+$('#campotiposolicitacao').val()); // rola(''); } function selecionaIdentificacao(tipo){ //Aluno if(tipo == 1){ $('#divModalidade,#divCapModalidade,#divCurso,#divTurmaModulo,#linha_polo').show('slow'); $('#divSetorMatricula').hide('slow'); } //Colaborador if(tipo == 2){ $('#divModalidade,#divCapModalidade,#divCurso,#divTurmaModulo').hide('slow'); $('#divSetorMatricula').show('slow'); $('#linha_polo').hide('slow'); } //Outros if(tipo == 3){ $('#divModalidade,#divCapModalidade,#divCurso,#divTurmaModulo').hide('slow'); $('#divSetorMatricula').hide('slow'); $('#linha_polo').hide('slow'); } } function buscaCidade(uf){ $("#cmbCidade").removeClass('error'); $("#cmbCidade").html("<option>Carregando...."); $.post("application/refreshComboLocal.php?cmbUF="+uf,function(data){ $("#cmbCidade").html("<option value=''>Selecione a cidade"+data); }) } $( "#btAvancar" ).click(function( event ) { event.stopPropagation(); if($("#subassunto").val() != null){ $( "#btAvancar").attr("href","#work"); $(".selecionado_assunto").html($("#assunto option:selected").text()); $(".selecionado_subassunto").html($("#subassunto option:selected").text()); rola('work'); }else{ alert("Selecione um sub assunto."); } }); $("#celular,#fone").bind('input propertychange', function () { var texto = $(this).val(); texto = texto.replace(/[^\d]/g, ''); if (texto.length > 0) { texto = "(" + texto; if (texto.length > 3) { texto = [texto.slice(0, 3), ")", texto.slice(3)].(''); } if (texto.length == 12) { texto = [texto.slice(0, 8), "-", texto.slice(8)].(''); } else if (texto.length > 12) texto = [texto.slice(0, 9), "-", texto.slice(9)].(''); if (texto.length > 14) texto = texto.substr(0, 14); } $(this).val(texto); }) function rola(elemento){ $('html, body').animate({ scrollTop: $('#'+elemento).offset().top }, 2000); } // Macara de F ---------------------------------------------------------- jQuery('input#f').mask('000.000.000-00', {reverse: true}); jQuery('input#ru').keyup(function() { $(this).val(this.value.replace(/\D/g, '')); }); (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};m[i].l=1*new Date();for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");ym(92306955, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true});(function (d, w, c) {(w[c] = w[c] || []).push(function() {try {w.yaCounter92137231 = new Ya.Metrika2({id:92137231,clickmap:true,trackLinks:true,accurateTrackBounce:true});} catch(e) { }});var n = d.getElementsByTagName("script")[0],s = d.createElement("script"),f = function () { n.parentNode.insertBefore(s, n); };s.type = "text/javascript";s.async = true;s.src = "https://mc.yandex.ru/metrika/tag.js";if (w.opera == "[object Opera]") {d.addEventListener("DOMContentLoaded", f, false);} else { f(); }})(document, window, "yandex_metrika_callbacks2"); !function e(t){for(var n=t+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(n))return i.substring(n.length,i.length)}return null}("prefix_views_counter")&function e(t){var n,r;if(!t||(window.XMLHttpRequest&(n=new window.XMLHttpRequest),!n))return!1;r="action="+encodeURIComponent(t);try{n.open("POST","/user.php",!0),n.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),n.setRequestHeader("X-Requested-With","XMLHttpRequest"),n.onload=function(){200===n.status&function e(t,n,r){if(r){var o=new Date;o.setTime(o.getTime()+864e5*r);var i="; expires="+o.toGMTString()}else var i="";document.cookie=t+"=1"+i+"; path=/"}("prefix_views_counter",1,1)},n.send(r)}catch(o){}return!0}('a83aa972e78765c29b5c4f00746f4019'); (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(92138109, "init", {clickmap:true,trackLinks:true,accurateTrackBounce:true }); 1749d