📋 Assignments

Browse curated assignments that combine questions from multiple subjects to create comprehensive learning experiences

Discover our curated collection of assignments that combine questions from multiple subjects to create comprehensive, engaging learning experiences focused on critical thinking and deep understanding.

🔍 Search Assignments

📚 Available Assignments

Beginner Level

Critical Thinking Foundations
Beginner 30-40 minutes

An interdisciplinary assignment developing critical thinking skills across mathematics and logic

Subjects: mathematics logic critical thinking
Questions: 3 questions
Learning Objectives: 4 objectives

Intermediate Level

Linear Equations Mastery
Intermediate 45-60 minutes

A comprehensive assignment focusing on solving and understanding linear equations through critical thinking

Subjects: algebra 1 mathematics
Questions: 3 questions
Learning Objectives: 4 objectives

💡 Creating Your Own Assignments

Want to create custom assignments for your classroom? Here's how:

Assignment Structure

Each assignment is a simple Markdown file with YAML frontmatter that defines:

---
title: "Your Assignment Title"
description: "Brief description of the assignment"
subjects: ["subject-1", "subject-2"]  # Can span multiple subjects
difficulty: "Beginner|Intermediate|Advanced"
estimated_time: "30-45 minutes"
learning_objectives:
  - "First learning objective"
  - "Second learning objective"
questions:
  - "subject-name/question-slug"
  - "another-subject/another-question"
assessment_rubric: |
  Your assessment criteria in Markdown
teacher_notes: |
  Notes and tips for teachers
---

Your assignment content in Markdown...

Question References

Reference questions using the simple format: subject-name/question-slug

For example:

  • algebra-1/linear-equations-solving
  • geometry/triangle-properties
  • critical-thinking/assumption-analysis

Best Practices

  1. Clear Learning Objectives - Define what students should achieve
  2. Logical Progression - Order questions to build understanding
  3. Cross-Subject Connections - Link concepts across disciplines
  4. Assessment Criteria - Provide clear rubrics for evaluation
  5. Teacher Support - Include notes for implementation