pxt-microbit icon indicating copy to clipboard operation
pxt-microbit copied to clipboard

Teacher Tool: Intro CS Criteria

Open thsparks opened this issue 9 months ago • 0 comments

Add catalog criteria based on the intro cs curriculum:

  1. Program compiles without errors (requires https://github.com/microsoft/pxt-microbit/issues/5641)
  2. Program responds to at least [count] different events
  3. Program uses input
  4. Program produces output
  5. Program uses at least [count] variables (https://github.com/microsoft/pxt/pull/9994)
  6. Program uses at least [count] [boolean/mathematical] operators (requires drop-down parameter values)
  7. Program uses LED coordinates at least [count] times
  8. Program uses at least [count] boolean variables (requires https://github.com/microsoft/pxt/pull/9994 + type checking)
  9. Program sends radio messages
  10. Program receives and reacts to radio messages
  11. Program uses at least [count] array variables (requires https://github.com/microsoft/pxt/pull/9994 + type checking)

thsparks avatar May 01 '24 22:05 thsparks