Skip to content

Instantly share code, notes, and snippets.

@bmneely
Last active May 25, 2018 14:47
Show Gist options
  • Save bmneely/857d621ed7345d6c641614dcd69a7a2c to your computer and use it in GitHub Desktop.
Save bmneely/857d621ed7345d6c641614dcd69a7a2c to your computer and use it in GitHub Desktop.
Checkpoint Template

NOTE This template provides a structured and consistent way to create new checkpoints. Please do your very best to include/use each section of this template.

<!-- Blync meta data -->

Overview and Purpose

In this checkpoint you _________________________.

Objectives (phrased in a Bloom-y way)

  • Create ________
  • Evaluate ________
  • Analyze _________
  • Understand _________

Common Terms

Use Analogies, NOT technical definitions here to explain words that will appear in your checkpoint that the student may not understand.

Example:

Web Browser: If you have ever visited a website, you have used a web browser. Some of the most common browsers are Internet Explorer, Google's Chrome, or Mozilla's Firefox. When you request a webpage, HTML, CSS, and Javascript files are sent through the internet to your web browser. Your browser reads all of these files and presents the information to you based on the instructions in these files. Think of a web browser as a TV. Your TV gets data from the cable and presents that data in beautiful video and audio.

Understanding ______

This is the diagram portion of ADEPT. Tell the student what the concept is. Use pictures if possible.

Why/How __________?

This is the example part of ADEPT. Tell the student why/how they would use this in real life.

______ In Action

This is the plain English part of ADEPT. Tell the student how to create this in plain english.

Recap

As a recap, provide any technical definitiions to the words, concepts, phrases you analogized above.

Assignment

Apply/Understand from bloom - Put this new thing you learned into practice with the following exercise:

<!--RUBRIC { rubric: [
    {
	objective: “text for what you’re trying to measure”,
	indicator: “text for what the grader is supposed to look for to indicate objective is met”,
	grading: {
  		reject: “text for unacceptable submission”,
  		marginal: “text for borderline and explanation of how to decide”,
  		accept: “text for what is acceptable to accept the submission”
	},
	feedback: “any additional advice for grading to suggest as feedback”
    },
    { objective: ..., indicator: ..., grading: { reject: ..., marginal: ..., accept: ...}, feedback: ...},
    { objective: ..., indicator: ..., grading: { reject: ..., marginal: ..., accept: ...}, feedback: ...},
    ...
  ],
  examples: [<url to code in github for reference example code>, <url...>, <url...>, … ]
} -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment