Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Related Course: Create a Custom Block Theme #1] Block Theme Design Challenge: Templates In The Site Editor (Course Lesson Plan) #841

Closed
6 of 32 tasks
wparasae opened this issue Jul 22, 2022 · 5 comments
Assignees
Labels
Priority - High High priority issue.

Comments

@wparasae
Copy link
Collaborator

wparasae commented Jul 22, 2022

IMPORTANT:

** This lesson plan belongs to part of a greater course, Create a Custom Block Theme #1 **
Please reach out to @arasae (Sarah Snow) in the #training team Slack if you would like to help with this lesson plan.

Topic Description

Removed: Template Hierarchy is part of this lesson, but has been removed in favor of challenging users to design each template. This is a beginner-level introduction to the template hierarchy. It will look at each of these:

index, archive, single end page, or singular home.php, home.html, 404 and search templates

And talk about why these are core templates required in Block Themes. It will also explore which templates are _not_ required in block themes and why.

I see this lesson starting with, "What happens if you have a broken link, but no 404 page? Well, this can be explained by the template hierarchy."

It should define these key templates, what they do in WordPress specifically, and dig deeper for users who are familiar with manipulating templates, but may not understand what each template means or why it matters.

Objectives

After completing this lesson, participants will be able to:

  • Analyze the WordPress template hierarchy for essential and non-essential templates in-context
  • Create common templates, specifically: index, archive, single end page, or singular home.php, home.html, 404 and search templates
  • Design templates or template parts on their own using only the site editor.

Guidelines

Review the [team guidelines] (https://make.wordpress.org/training/handbook/guidelines/)

Development Checklist:

  • Review any related material on Learn
  • Description and Objectives finalized
  • Gather links to Support, other learn.wordpress.org existing resources, and Developer Docs
  • Create an outline of the example lesson walk-through
  • Draft lesson plan
  • Copy edit
  • Style guide review
  • Instructional Review
  • Final review
  • Publish
  • Announce to the Training team
  • Announce to lesson plan creator
  • Announce to marketing
  • Gather feedback from lesson plan users about the quality

Repo Structure and Lesson Plan Template

Please remove all blockquote comments such as this before publishing.

Description

A short paragraph explaining what is covered in the lesson plan. This should be text that can be copied and used in a meetup or workshop description.

Target Audience

Who is this lesson intended for? What interests/skills would they bring? Put an "x" in the brackets for all that apply.

  • Users / Content Writers
  • Designers
  • Beginner-Level Developers
  • Developers
  • Speakers
  • Organizers
  • Kids

Experience Level

How much experience would a participant need to get the most from this lesson? Put an "x" in the brackets for all that apply.

  • Beginner
  • Intermediate
  • Advanced

Type of Instruction

Which strategies will be used for this lesson plan? Put an "x" in the brackets for all that apply.

  • Text-and-Image-Based, Remote-First Course
  • Exercises
  • Slides
  • Video Tutorial

Time Estimate (Duration)

How long will it take to present this lesson? Put an "x" in the brackets for the one that applies.

  • 1-5 Minutes
  • 5-10 Minutes
  • 15+ Minutes
  • 1 hour or less

Prerequisite Skills

Participants will get the most from this lesson if they have familiarity with:
These are important to include in case someone wants to use this lesson plan in-person as a stand-alone lesson.

  • Skill 1
  • Skill 2

For example:

  • Experience with HTML and CSS
  • Completed the Basic WordPress Concepts lesson

Readiness Questions

These are important to include in case someone wants to use this lesson plan in-person as a stand-alone lesson.

  • Question 1
  • Question 2

A list of questions for participants to see if they have the background and skills necessary to learn and understand the lesson.

For example:

  • Do you want to makes changes to your theme yourself?
  • Do you know how to write CSS?

Slides

If someone wanted to run this lesson as a stand-alone Online Live Workshop or at an in-person WordCamp, you could create slides for this here; if you run a Live Online Workshop on one of these topics or find someone else has, related slides would be welcome!

Change the /repo-name/ in the link to match the URL name of this repo.

  • Slides (files included in this repo)

Materials Needed

  • Item 1
  • Item 2

A list of files, resources, equipment, or other materials the presenter will need for the lesson.

For example:

  • A local install of WordPress
  • The files for the TwentySixteen theme

Notes for the Presenter

/Include any tips needed to present this topic for a Live Online Workshop or in an in-person classroom setting.

  • Note 1
  • Note 2

A list of any handy tips or other information for the presenter.

For example:

  • Participants may need to download the TwentySixteen theme before beginning
  • What to do if there’s no projector or internet available
  • What to do if a participant doesn’t have the necessary set up
  • How to handle different opinions about the topic

Lesson Outline

  • First do this
  • Then move on to this
  • Finish with this

The plan for the lesson. Outline form works well.

For example:

  • Talk about what a theme is
  • Demonstrate how to install and activate a theme
  • Practice exercises to have participants find and install a theme on their own site

Exercises

What someone will DO with what they learn in each lesson; most lessons have at least one related exercise.

Exercise name

Short description of what the exercise does and what skills or knowledge it reinforces.

  • Short point or step of the exercise
  • And another one

These are short or specific activities that help participants practice certain components of the lesson. They should not be fully scripted exercises, but rather something that participants could do on their own. For example, you can create an exercise based on one step of the Example Lesson.

Assessment

These assessments will be autograded on Learn.WordPress.org.
There should be one assessment item (or more) for each objective listed above. Each assessment item should support an objective; there should be none that don't.

Write out the question.

  1. Option
  2. Option
  3. Option
  4. Option

Answer: 3. Correct answer

A few questions to ask participants to evaluate their retention of the material presented. They should be a measure of whether the objectives were reached. Consider having a question for each objective.

Additional Resources

  • Resource 1
  • Resource 2

An optional section which can contain a list of resources that the presenter can use to get more information on the topic.

For example:

  • Link to information on the Codex
  • Theme Review Team's Handbook

Example Lesson [Written for a text-and-image based, multimedia course rather than for a live classroom setting]

An example of how the lesson plan can be implemented. Written in script form as one possible way an presenter might use this lesson plan at an event, with screenshots and instructions if necessary.

Section Heading for Example Lesson

You will likely need to break the Example Lesson down into multiple sections.

Lesson Wrap Up

Follow with the Exercises and Assessment outlined above.

@wparasae wparasae added [Content Type] Lesson Plan Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues. labels Jul 22, 2022
@wparasae wparasae changed the title [Related Course: Create a Custom Block Theme #1] The Templates of a Block Theme - Your Block Theme’s Template Hierarchy - Lesson Plan [Related Course: Create a Custom Block Theme #1] Your Block Theme And The WordPress Template Hierarchy - Lesson Plan Aug 1, 2022
@kaitohm kaitohm moved this to 🚧 Drafts in Progress in LearnWP Content - Development Nov 9, 2022
@kaitohm kaitohm removed the Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues. label Nov 9, 2022
@kaitohm kaitohm moved this to 🚧 Drafts in Progress in LearnWP Content - Development Nov 9, 2022
@wparasae wparasae changed the title [Related Course: Create a Custom Block Theme #1] Your Block Theme And The WordPress Template Hierarchy - Lesson Plan [Related Course: Create a Custom Block Theme #1] Block Theme Design Challenge: Templates In The Site Editor Nov 22, 2022
@wparasae
Copy link
Collaborator Author

The following lesson is ready for review:

Block Theme Design Challenge: Templates In The Site Editor - Review Module 3, Lesson 5 Here / Leave Feedback for Module 3, Lesson 5 Here

Specific Questions For Feedback (Leave all feedback for this lesson in a comment on this issue)
a. Is the content correct? Are there any errors?
b. Is the content too long / too short / just right? Why or why not?
NOTE: This lesson, specifically, I worry doesn't have enough guidance for an intermediate WordPress user; that said, someone who is creating their own custom block theme should already have a strong grasp of the site editor. Any feedback you have for this, specifically, would be helpful!
c. What revisions might you suggest for added clarity?

Please leave any feedback for this module in a comment on this post.

@westnz
Copy link
Collaborator

westnz commented Nov 28, 2022

Review:

  • You have shared valuable resources with learners.

  • Have you considered adding a demo video to this tutorial?

  • I think you might have forgotten to add more info after 'or' - see last point

image

  • Remove 'in'

image

  • You have done such a great job with module 3!!

@wparasae
Copy link
Collaborator Author

wparasae commented Dec 2, 2022

You're right. This needs an exemplar for clarity; I am moving this to a later module.

@wparasae
Copy link
Collaborator Author

I've recorded an exemplar video, broken this up into two final lessons for module #4, and corrected the errors. This final lesson in module #4 has been published.

@wparasae wparasae moved this from 🚧 Drafts in Progress to 📜 Published or Closed in LearnWP Content - Development Feb 1, 2023
@wparasae wparasae moved this from 📜 Published or Closed to 🚧 Drafts in Progress in LearnWP Content - Development Feb 1, 2023
@wparasae wparasae changed the title [Related Course: Create a Custom Block Theme #1] Block Theme Design Challenge: Templates In The Site Editor [Related Course: Create a Custom Block Theme #1] Block Theme Design Challenge: Templates In The Site Editor (Course Lesson Plan) Feb 1, 2023
@wparasae wparasae moved this from 🚧 Drafts in Progress to 📜 Published or Closed in LearnWP Content - Development Feb 1, 2023
@kaitohm
Copy link
Contributor

kaitohm commented Dec 5, 2023

Closing in favor of prioritizing Learning Pathways content.

@kaitohm kaitohm closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority - High High priority issue.
Projects
Status: 📜 Published or Closed
Development

No branches or pull requests

3 participants