New MT – Season 0 tests – full week s01a2w01d03

updated template used

João trabalha em casa e organiza sua rotina diária com pequenas pausas e atividades simples.

LEVEL/WORDCOUNT: A2 / ~350 words

body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #fdfdfd; } .container { max-width: 900px; margin: 20px auto; padding: 0 15px; } .tab-group { margin: 25px 0; } .tab-buttons { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; } .tab-buttons button { padding: 10px 18px; cursor: pointer; background-color: #ffe082; border: none; border-radius: 6px; font-weight: bold; } .tab-buttons button.active { background-color: #ffca28; } .tab-content { display: none; background-color: #fff8e1; padding: 20px; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); } .tab-content.active { display: block; } h2 { color: #2e7d32; margin-top: 0; } textarea { width: 100%; padding: 10px; border-radius: 6px; border: 1px solid #ccc; } .vocab-tooltip { border-bottom: 1px dotted #333; cursor: help; font-weight: bold; color: #2e7d32; } .vocab-tooltip:hover::after { content: attr(data-tooltip); position: absolute; background: #333; color: white; padding: 5px 10px; border-radius: 4px; font-size: 12px; white-space: nowrap; transform: translate(-50%, -120%); } .answer-tooltip { border-bottom: 1px dotted #666; cursor: help; font-weight: bold; color: #1976d2; } .answer-tooltip:hover::after { content: attr(data-answer); position: absolute; background: #1976d2; color: white; padding: 8px 12px; border-radius: 4px; font-size: 13px; white-space: nowrap; transform: translate(-50%, -120%); }

Um dia de trabalho em casa

João começa o dia com café e liga o computador. Ele trabalha de manhã e faz pausas curtas.

À tarde, João caminha um pouco e depois termina suas tarefas.

No final do dia, ele relaxa e assiste televisão.

A day working from home

João starts the day with coffee and turns on the computer. He works in the morning and takes short breaks.

In the afternoon, João walks a little and then finishes his tasks.

At the end of the day, he relaxes and watches television.

Help

Listen to the audio to follow the rhythm of Brazilian Portuguese.

  • trabalhar – to work
  • café – coffee
  • computador – computer
  • manhã – morning
  • pausa – break
  • tarde – afternoon
  • caminhar – to walk
  • tarefa – task
  • relaxar – to relax
  • televisão – television

Sequência de ações
Usamos conectores simples para descrever a rotina.

Examples:
Ele começa o dia com café.
No final do dia, ele relaxa.

Advérbios de tempo
Indicam quando a ação acontece.

Examples:
De manhã, João trabalha.
À tarde, ele caminha.

  • começar o dia – start the day
    Example: João começa o dia com café.
  • fazer uma pausa – take a break
    Example: Ele faz uma pausa curta.
  • trabalhar em casa – work from home
    Example: João trabalha em casa.
  • final do dia – end of the day
    Example: No final do dia, ele relaxa.
  • assistir televisão – watch TV
    Example: Ele assiste televisão.
  • Trabalho remoto
    O trabalho em casa é comum e crescente no Brasil.
  • Pausas diárias
    Pequenas pausas ajudam na produtividade.
document.querySelectorAll(‘.tab-group’).forEach(group => { const buttons = group.querySelectorAll(‘.tab-btn’); const contents = group.querySelectorAll(‘.tab-content’); buttons.forEach(button => { button.addEventListener(‘click’, () => { buttons.forEach(btn => btn.classList.remove(‘active’)); contents.forEach(content => content.classList.remove(‘active’)); button.classList.add(‘active’); document.getElementById(button.dataset.tab).classList.add(‘active’); }); }); });

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top