New MT – Season 0 tests – full week s01a2w01d02

updated template used

Today Maria goes to the market to buy food for her family. She enjoys simple routines and learning new words in Portuguese.

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%); }

Uma ida ao mercado

Maria acorda cedo e prepara uma lista simples. Ela precisa comprar pão, frutas e legumes para a semana.

No mercado, Maria conversa com o vendedor e pergunta o preço das maçãs. Ela gosta de praticar português em situações reais.

Depois das compras, Maria volta para casa feliz e prepara o almoço para a família.

A trip to the market

Maria wakes up early and prepares a simple list. She needs to buy bread, fruit, and vegetables for the week.

At the market, Maria talks with the seller and asks the price of the apples. She likes to practice Portuguese in real situations.

After shopping, Maria goes back home happy and prepares lunch for the family.

Help

Use the audio before and after reading to improve listening and pronunciation.

  • acordar – to wake up
  • lista – list
  • comprar – to buy
  • pão – bread
  • frutas – fruits
  • legumes – vegetables
  • vendedor – seller
  • preço – price
  • voltar – to return
  • almoço – lunch

Presente do indicativo
Usado para falar de ações habituais e rotinas diárias.

Examples:
Maria acorda cedo.
Ela compra pão.

Verbos regulares
Seguem um padrão fixo de conjugação no presente.

Examples:
Ela conversa com o vendedor.
Maria prepara o almoço.

  • acordar cedo – wake up early
    Example: Maria acorda cedo.
  • fazer compras – do shopping
    Example: Ela faz compras no mercado.
  • voltar para casa – go back home
    Example: Maria volta para casa.
  • lista simples – simple list
    Example: Ela faz uma lista simples.
  • preparar o almoço – prepare lunch
    Example: Maria prepara o almoço.
  • Mercados locais
    Mercados são comuns no Brasil e fazem parte da vida diária.
  • Conversas informais
    Falar com vendedores é normal e amigável.
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