# Claude Certification Quest: Teaching Bundle

Use this as an extra source in NotebookLM. It teaches the material directly and includes model answers so learners can learn before they are quizzed.

## Teaching Rule

Teach first. Show examples second. Practice third. Quiz last.

The learner should never be dropped into a quiz before seeing the lesson and a model answer.

## Beginner Program Goal

This program helps true beginners learn:

- What AI assistants are.
- What Claude can and cannot do.
- How to write a clear prompt.
- How to check AI answers.
- How to protect private information.
- How to use Claude for real tasks.
- How to prepare for beginner Anthropic AI fluency material.

No GitHub, Netlify, Vercel, coding, deployment, or APIs are required.

## World 0 Model Lesson

AI assistant: A tool that helps answer questions, write, summarize, explain, and organize information.

Prompt: The instruction or question I give to an AI assistant.

Source: A document, webpage, note, or file that NotebookLM can use to answer questions.

Chat: The back-and-forth conversation between me and the AI.

Model prompt:

```text
Explain what an AI assistant is in plain language for someone who has never used one. Use one everyday example.
```

## World 1 Model Lesson

Claude can help draft, summarize, brainstorm, explain, rewrite, compare, organize, and create practice questions.

Humans must still check facts, names, dates, numbers, tone, private data, customer promises, and high-stakes claims.

Model idea:

```text
Treat Claude like a capable new teammate. It can help quickly, but you still review the work before using it.
```

## World 2 Model Lesson

The beginner prompt formula is:

```text
Task + Context + Audience + Format + Constraints
```

Weak prompt:

```text
Tell me about AI.
```

Strong prompt:

```text
Explain what an AI assistant is for a complete beginner. Use plain language, one everyday example, and a short 3-bullet summary. Avoid technical jargon.
```

## World 3 Model Lesson

A hallucination is when AI gives an answer that sounds confident but is wrong, unsupported, outdated, or made up.

Verification checklist:

1. Identify the claim.
2. Check a trusted source.
3. Verify names, dates, and numbers.
4. Ask whether a mistake could cause harm.
5. Get human review for high-stakes topics.

Model correction:

```text
Claude is not always correct. A good prompt improves the answer, but important answers still need checking.
```

## World 4 Model Lesson

Do not paste:

- Passwords.
- API keys.
- Private customer records.
- Payment information.
- Medical records.
- Private legal documents.
- Confidential business plans.
- Internal costs, margin, markup, or profit in customer-facing work.

Safer alternatives:

- Use fake sample data.
- Remove private details.
- Ask for a template.
- Use placeholders.

Risky prompt:

```text
Here is my customer's full file. Write them an email.
```

Safer prompt:

```text
Write a friendly customer email using this fake example: a homeowner asked for an update on a quote. Keep it under 120 words. Do not include private data or internal costs.
```

## World 5 Model Lesson

A practical Claude workflow:

1. Give a clear prompt.
2. Read the answer.
3. Ask one follow-up to improve it.
4. Review before using it.

Review checklist:

- Is it accurate?
- Is the tone right?
- Is private information removed?
- Are dates, names, and numbers correct?
- Does it make a promise I cannot keep?

## Final Boss Model

Pass rule:

80 percent means at least 16 correct answers out of 20.

AI User Passport must include:

- Definitions.
- Prompt formula.
- 3 example prompts.
- 3 things not to paste into AI.
- 1 safer alternative.
- 5-step verification checklist.
- One real workflow.
- Final quiz score.
- What to review next.

## Best NotebookLM Prompts For Teaching

Use this to teach a world:

```text
Teach World [number] to a complete beginner. Start with the lesson, then show a model answer, then give one tiny practice task, then show the answer key.
```

Use this to make a handout:

```text
Create a one-page learner handout for World [number]. Include the key idea, one example, one practice task, and model answer.
```

Use this for review:

```text
Review this learner answer gently. Say what is correct, what is missing, and give a stronger model answer.
```

Use this for the final:

```text
Create a beginner-friendly Final Boss review sheet. Include the 20-question pass rule, AI User Passport checklist, and what to review if learners miss questions.
```

