Atividades Fônicas body { font-family: Arial, sans-serif; text-align: center; padding: 20px; } .container { max-width: 600px; margin: auto; padding: 20px; border: 1px solid #ddd; border-radius: 8px; box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1); } textarea { width: 100%; height: 100px; padding: 10px; margin-top: 10px; border-radius: 5px; border: 1px solid #ccc; } button { padding: 10px; margin: 10px 0; width: 100%; background-color: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer; } button:hover { background-color: #45a049; } img { max-width: 100%; margin-top: 10px; display: none; }

Atividades Fônicas

Descreva a dificuldade da criança: Gerar Orientação

Gerar Imagem da Atividade Atividade Gerada
Desenvolvido por Prof. Me. Antonio Alves. @prof.antonioa
function gerarOrientacao() { let descricao = document.getElementById(“descricao”).value.trim(); let orientacao = document.getElementById(“orientacao”); if (descricao === “”) { orientacao.innerText = “Por favor, descreva a dificuldade da criança antes de gerar uma orientação.”; return; } orientacao.innerText = “Sugestão de atividade: Para aprimorar a consciência fonológica, utilize exercícios de segmentação fonêmica, jogos de rima e leitura guiada de palavras decodificáveis. Associe sons a imagens e estimule a repetição oral.”; } function gerarImagem() { let imagem = document.getElementById(“imagemAtividade”); imagem.src = “https://placehold.co/600×400?text=Atividade+Fonica”; imagem.style.display = “block”; }

About

This is an example of a page. Unlike posts, which are displayed on your blog’s front page in the order they’re published, pages are better suited for more timeless content that you want to be easily accessible, like your About or Contact information. Click the Edit link to make changes to this page or add another page.