Standards Unpacking

Teacher Resources

 

Educative Teacher Resources for CS Standards

View an example educative teacher resource, Unpacking Middle School Algorithms, for the Algorithms standard.

Each ASSIST educative teacher resource comprises four components to help teachers understand each standard more deeply.

  1. Scope of the Standard includes a description of the content area, target grade band, domain-specific vocabulary, and boundaries of the standard (e.g., pre-requisite concepts, coverage, and progression).
  2. Below is an example of how we define the scope of the standard for 2-AP-12 (combined control structures).

    Screenshot of example of how we define the scope of the standard for 2-AP-12 (combined control structures)

  3. Fine-Grained Learning Targets includes a set of discrete, granular knowledge and abilities representing what students with proficiency on a certain standard should know and be able to do.
  4. Below is an example of how we decomposed the broad 2-AP-12 standard on combined control structures into granular learning targets.

    Screenshot of example of how we decomposed the broad 2-AP-12 standard on combined control structures into granular learning targets

  5. Learning Targets in Action presents examples of each learning target in practice. For programming-centered standards (2-AP-11, 2-AP-12, and 2-AP-14), we provide examples in three different programming languages (Scratch, Python, and JavaScript) to highlight how the same concept is represented across languages.
  6. Below is an example of how we illustrate the learning target for nested loops aligned with the 2-AP-12 standard in three different programming languages.

    Screenshot of example of how we illustrate the learning target for nested loops aligned with the 2-AP-12 standard in three different programming languages

  7. Student Challenges includes a list of student challenges associated with each standard and examples of what these challenges look like in practice to alert teachers to conceptual pitfalls that students are likely to experience.
  8. Below is an example of one type of student challenge for 2-AP-12 (standard on combined control structures), specifically related to nested loops.

Screenshot of example of one type of student challenge for 2-AP-12 (standard on combined control structures), specifically related to nested loop