---
title: Course Assessment
attempts: 2
pass: 80%
randomize: true
---

<!-- ============================================================
     ASSESSMENT.md v1.6 — a format by Slate eLearning
     ============================================================

     This file defines a scored assessment. Import it into Slate in
     one of two ways:

       Single assessment: in a course, use Course Overview →
       Add Assessment Section → Create Assessment → Import ASSESSMENT.md.

       Whole course: name the file ASSESSMENT.md and place it at the
       ROOT of your LESSON.md course .zip, alongside your lesson files
       or section folders. Slate adds it as the course's assessment,
       always last.

     Frontmatter configuration (title required, the rest optional):
       title      The assessment lesson title.
       attempts   Retries allowed before the assessment locks.
                  0 (or "unlimited") = no limit. Default: 3
       pass       Score needed to pass. "80%" sets a percentage;
                  a plain number like "8" sets a correct-answer count.
                  Default: 70%
       randomize  "true" shuffles the question order for each learner.
                  Default: false

     Content rules:
       - Only text, image, and knowledge-check blocks are allowed.
       - Include at least one knowledge-check block.
       - Each knowledge-check block is one scored question.
       - Attempts and passing score apply to the whole assessment,
         set above, not per question.

     Full format reference: lesson.md
     ============================================================ -->


<!-- Optional intro shown above the questions. Delete if not needed. -->

::: text
# Final Assessment

Answer every question below to complete the course.
:::


<!-- ======================== MULTIPLE CHOICE ======================== -->
<!-- Use [x] for the correct answer, [ ] for incorrect answers. -->

::: knowledge-check
type: multiple-choice
question: Which gas do plants absorb during photosynthesis?
correct-feedback: Correct! Plants absorb carbon dioxide.
incorrect-feedback: Not quite. Review the photosynthesis lesson.

- [x] Carbon dioxide
- [ ] Oxygen
- [ ] Nitrogen
- [ ] Hydrogen
:::


<!-- ======================== MULTIPLE SELECT ======================== -->
<!-- Mark every correct option with [x]. -->

::: knowledge-check
type: multiple-select
question: Which of these are renewable energy sources? (Select all that apply)

- [x] Solar
- [x] Wind
- [ ] Coal
- [x] Hydro
- [ ] Natural gas
:::


<!-- ======================== FILL IN THE BLANK ======================== -->
<!-- List every accepted answer with [x]. Matching ignores case, so list
     genuine alternatives: synonyms, regional spellings, common
     misspellings, and singular/plural forms. -->

::: knowledge-check
type: fill-in-the-blank
question: The powerhouse of the cell is the _____.

- [x] mitochondria
- [x] mitochondrion
:::
