From e7babeefb3ed7b77c663ae064b850d56bbbd4bb0 Mon Sep 17 00:00:00 2001 From: Thomas Sparks <69657545+thsparks@users.noreply.github.com> Date: Fri, 3 May 2024 15:26:06 -0700 Subject: [PATCH] Teacher Tool: Rubric to Checklist (Microbit) (#5643) These docs files need updating alongside microsoft/pxt#9996 --- .../cards.json | 40 +++++++++---------- .../cards.json | 24 +++++------ .../cards.json | 24 +++++------ .../{rubrics => checklists}/7-seconds.json | 0 .../blow-away-mbv2.json | 0 .../cat-napping-mbv2.json | 0 .../clap-lights-mbv2.json | 0 .../{rubrics => checklists}/coin-flipper.json | 0 .../countdown-mbv2.json | 0 .../{rubrics => checklists}/dice.json | 0 .../flashing-heart.json | 0 .../{rubrics => checklists}/heads-guess.json | 0 .../{rubrics => checklists}/hot-potato.json | 0 .../{rubrics => checklists}/love-meter.json | 0 .../magic-button-trick.json | 0 .../{rubrics => checklists}/micro-chat.json | 0 .../morse-chat-mbv2.json | 0 .../{rubrics => checklists}/name-tag.json | 0 .../pet-hamster-mbv2.json | 0 .../reaction-time.json | 0 .../rock-paper-scissors-mbv2.json | 0 .../rock-paper-scissors.json | 0 .../smiley-buttons.json | 0 .../{rubrics => checklists}/snap-the-dot.json | 0 .../{rubrics => checklists}/tug-of-led.json | 0 targetconfig.json | 12 +++--- 26 files changed, 50 insertions(+), 50 deletions(-) rename docs/teachertool/carousels/{rubrics-for-games => checklists-for-games}/cards.json (52%) rename docs/teachertool/carousels/{rubrics-for-tutorials-v2 => checklists-for-tutorials-v2}/cards.json (52%) rename docs/teachertool/carousels/{rubrics-for-tutorials => checklists-for-tutorials}/cards.json (52%) rename docs/teachertool/{rubrics => checklists}/7-seconds.json (100%) rename docs/teachertool/{rubrics => checklists}/blow-away-mbv2.json (100%) rename docs/teachertool/{rubrics => checklists}/cat-napping-mbv2.json (100%) rename docs/teachertool/{rubrics => checklists}/clap-lights-mbv2.json (100%) rename docs/teachertool/{rubrics => checklists}/coin-flipper.json (100%) rename docs/teachertool/{rubrics => checklists}/countdown-mbv2.json (100%) rename docs/teachertool/{rubrics => checklists}/dice.json (100%) rename docs/teachertool/{rubrics => checklists}/flashing-heart.json (100%) rename docs/teachertool/{rubrics => checklists}/heads-guess.json (100%) rename docs/teachertool/{rubrics => checklists}/hot-potato.json (100%) rename docs/teachertool/{rubrics => checklists}/love-meter.json (100%) rename docs/teachertool/{rubrics => checklists}/magic-button-trick.json (100%) rename docs/teachertool/{rubrics => checklists}/micro-chat.json (100%) rename docs/teachertool/{rubrics => checklists}/morse-chat-mbv2.json (100%) rename docs/teachertool/{rubrics => checklists}/name-tag.json (100%) rename docs/teachertool/{rubrics => checklists}/pet-hamster-mbv2.json (100%) rename docs/teachertool/{rubrics => checklists}/reaction-time.json (100%) rename docs/teachertool/{rubrics => checklists}/rock-paper-scissors-mbv2.json (100%) rename docs/teachertool/{rubrics => checklists}/rock-paper-scissors.json (100%) rename docs/teachertool/{rubrics => checklists}/smiley-buttons.json (100%) rename docs/teachertool/{rubrics => checklists}/snap-the-dot.json (100%) rename docs/teachertool/{rubrics => checklists}/tug-of-led.json (100%) diff --git a/docs/teachertool/carousels/rubrics-for-games/cards.json b/docs/teachertool/carousels/checklists-for-games/cards.json similarity index 52% rename from docs/teachertool/carousels/rubrics-for-games/cards.json rename to docs/teachertool/carousels/checklists-for-games/cards.json index 54a19c812b5..1600b3fb2f0 100644 --- a/docs/teachertool/carousels/rubrics-for-games/cards.json +++ b/docs/teachertool/carousels/checklists-for-games/cards.json @@ -1,66 +1,66 @@ { "cards": [ { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Rock Paper Scissors", "imageUrl": "/static/mb/projects/a4-motion.png", - "rubricUrl": "/teachertool/rubrics/rock-paper-scissors.json" + "checklistUrl": "/teachertool/checklists/rock-paper-scissors.json" } ], "cards.hidden": [ { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Rock Paper Scissors V2", "imageUrl": "/static/mb/projects/a4-motion-v2.png", - "rubricUrl": "/teachertool/rubrics/rock-paper-scissors-mbv2.json" + "checklistUrl": "/teachertool/checklists/rock-paper-scissors-mbv2.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Coin Flipper", "imageUrl": "/static/mb/projects/coin-flipper.png", - "rubricUrl": "/teachertool/rubrics/coin-flipper.json" + "checklistUrl": "/teachertool/checklists/coin-flipper.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "7 seconds", "imageUrl": "/static/mb/projects/7-seconds.png", - "rubricUrl": "/teachertool/rubrics/7-seconds.json" + "checklistUrl": "/teachertool/checklists/7-seconds.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Hot Potato", "imageUrl": "/static/mb/projects/hot-potato.png", - "rubricUrl": "/teachertool/rubrics/hot-potato.json" + "checklistUrl": "/teachertool/checklists/hot-potato.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Heads Guess!", "imageUrl": "/static/mb/projects/heads-guess.png", - "rubricUrl": "/teachertool/rubrics/heads-guess.json" + "checklistUrl": "/teachertool/checklists/heads-guess.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Reaction Time", "imageUrl": "/static/mb/projects/reaction.jpg", - "rubricUrl": "/teachertool/rubrics/reaction-time.json" + "checklistUrl": "/teachertool/checklists/reaction-time.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Tug-Of-LED", "imageUrl": "/static/mb/projects/tug-of-led.png", - "rubricUrl": "/teachertool/rubrics/tug-of-led.json" + "checklistUrl": "/teachertool/checklists/tug-of-led.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Magic Button Trick", "imageUrl": "/static/mb/projects/magic-button-trick.png", - "rubricUrl": "/teachertool/rubrics/magic-button-trick.json" + "checklistUrl": "/teachertool/checklists/magic-button-trick.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Snap the dot", "imageUrl": "/static/mb/projects/snap-the-dot.png", - "rubricUrl": "/teachertool/rubrics/snap-the-dot.json" + "checklistUrl": "/teachertool/checklists/snap-the-dot.json" } ] } diff --git a/docs/teachertool/carousels/rubrics-for-tutorials-v2/cards.json b/docs/teachertool/carousels/checklists-for-tutorials-v2/cards.json similarity index 52% rename from docs/teachertool/carousels/rubrics-for-tutorials-v2/cards.json rename to docs/teachertool/carousels/checklists-for-tutorials-v2/cards.json index 8de549b056c..e1202a83c83 100644 --- a/docs/teachertool/carousels/rubrics-for-tutorials-v2/cards.json +++ b/docs/teachertool/carousels/checklists-for-tutorials-v2/cards.json @@ -1,42 +1,42 @@ { "cards": [ { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Blow Away", "imageUrl": "/static/mb/projects/blow-away.png", - "rubricUrl": "/teachertool/rubrics/blow-away-mbv2.json" + "checklistUrl": "/teachertool/checklists/blow-away-mbv2.json" } ], "cards.hidden": [ { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Pet Hamster", "imageUrl": "/static/mb/projects/pet-hamster.png", - "rubricUrl": "/teachertool/rubrics/pet-hamster-mbv2.json" + "checklistUrl": "/teachertool/checklists/pet-hamster-mbv2.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Countdown", "imageUrl": "/static/mb/projects/countdown.png", - "rubricUrl": "/teachertool/rubrics/countdown-mbv2.json" + "checklistUrl": "/teachertool/checklists/countdown-mbv2.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Morse Chat", "imageUrl": "/static/mb/projects/morse-chat.png", - "rubricUrl": "/teachertool/rubrics/morse-chat-mbv2.json" + "checklistUrl": "/teachertool/checklists/morse-chat-mbv2.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Clap Lights", "imageUrl": "/static/mb/projects/clap-lights.png", - "rubricUrl": "/teachertool/rubrics/clap-lights-mbv2.json" + "checklistUrl": "/teachertool/checklists/clap-lights-mbv2.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Cat Napping", "imageUrl": "/static/mb/projects/cat-napping/1_lychee.png", - "rubricUrl": "/teachertool/rubrics/cat-naping-mbv2.json" + "checklistUrl": "/teachertool/checklists/cat-naping-mbv2.json" } ] } diff --git a/docs/teachertool/carousels/rubrics-for-tutorials/cards.json b/docs/teachertool/carousels/checklists-for-tutorials/cards.json similarity index 52% rename from docs/teachertool/carousels/rubrics-for-tutorials/cards.json rename to docs/teachertool/carousels/checklists-for-tutorials/cards.json index 1e7412420cc..040ca7c4bc0 100644 --- a/docs/teachertool/carousels/rubrics-for-tutorials/cards.json +++ b/docs/teachertool/carousels/checklists-for-tutorials/cards.json @@ -1,42 +1,42 @@ { "cards": [ { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Micro Chat", "imageUrl": "/static/mb/projects/a9-radio.png", - "rubricUrl": "/teachertool/rubrics/micro-chat.json" + "checklistUrl": "/teachertool/checklists/micro-chat.json" } ], "cards.hidden": [ { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Flashing Heart", "imageUrl": "/static/mb/projects/a1-display.png", - "rubricUrl": "/teachertool/rubrics/flashing-heart.json" + "checklistUrl": "/teachertool/checklists/flashing-heart.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Name Tag", "imageUrl": "/static/mb/projects/name-tag.png", - "rubricUrl": "/teachertool/rubrics/name-tag.json" + "checklistUrl": "/teachertool/checklists/name-tag.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Smiley Buttons", "imageUrl": "/static/mb/projects/a2-buttons.png", - "rubricUrl": "/teachertool/rubrics/smiley-buttons.json" + "checklistUrl": "/teachertool/checklists/smiley-buttons.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Dice", "imageUrl": "/static/mb/projects/dice.png", - "rubricUrl": "/teachertool/rubrics/dice.json" + "checklistUrl": "/teachertool/checklists/dice.json" }, { - "cardType": "rubric-resource", + "cardType": "checklist-resource", "cardTitle": "Love Meter", "imageUrl": "/static/mb/projects/a3-pins.png", - "rubricUrl": "/teachertool/rubrics/love-meter.json" + "checklistUrl": "/teachertool/checklists/love-meter.json" } ] } diff --git a/docs/teachertool/rubrics/7-seconds.json b/docs/teachertool/checklists/7-seconds.json similarity index 100% rename from docs/teachertool/rubrics/7-seconds.json rename to docs/teachertool/checklists/7-seconds.json diff --git a/docs/teachertool/rubrics/blow-away-mbv2.json b/docs/teachertool/checklists/blow-away-mbv2.json similarity index 100% rename from docs/teachertool/rubrics/blow-away-mbv2.json rename to docs/teachertool/checklists/blow-away-mbv2.json diff --git a/docs/teachertool/rubrics/cat-napping-mbv2.json b/docs/teachertool/checklists/cat-napping-mbv2.json similarity index 100% rename from docs/teachertool/rubrics/cat-napping-mbv2.json rename to docs/teachertool/checklists/cat-napping-mbv2.json diff --git a/docs/teachertool/rubrics/clap-lights-mbv2.json b/docs/teachertool/checklists/clap-lights-mbv2.json similarity index 100% rename from docs/teachertool/rubrics/clap-lights-mbv2.json rename to docs/teachertool/checklists/clap-lights-mbv2.json diff --git a/docs/teachertool/rubrics/coin-flipper.json b/docs/teachertool/checklists/coin-flipper.json similarity index 100% rename from docs/teachertool/rubrics/coin-flipper.json rename to docs/teachertool/checklists/coin-flipper.json diff --git a/docs/teachertool/rubrics/countdown-mbv2.json b/docs/teachertool/checklists/countdown-mbv2.json similarity index 100% rename from docs/teachertool/rubrics/countdown-mbv2.json rename to docs/teachertool/checklists/countdown-mbv2.json diff --git a/docs/teachertool/rubrics/dice.json b/docs/teachertool/checklists/dice.json similarity index 100% rename from docs/teachertool/rubrics/dice.json rename to docs/teachertool/checklists/dice.json diff --git a/docs/teachertool/rubrics/flashing-heart.json b/docs/teachertool/checklists/flashing-heart.json similarity index 100% rename from docs/teachertool/rubrics/flashing-heart.json rename to docs/teachertool/checklists/flashing-heart.json diff --git a/docs/teachertool/rubrics/heads-guess.json b/docs/teachertool/checklists/heads-guess.json similarity index 100% rename from docs/teachertool/rubrics/heads-guess.json rename to docs/teachertool/checklists/heads-guess.json diff --git a/docs/teachertool/rubrics/hot-potato.json b/docs/teachertool/checklists/hot-potato.json similarity index 100% rename from docs/teachertool/rubrics/hot-potato.json rename to docs/teachertool/checklists/hot-potato.json diff --git a/docs/teachertool/rubrics/love-meter.json b/docs/teachertool/checklists/love-meter.json similarity index 100% rename from docs/teachertool/rubrics/love-meter.json rename to docs/teachertool/checklists/love-meter.json diff --git a/docs/teachertool/rubrics/magic-button-trick.json b/docs/teachertool/checklists/magic-button-trick.json similarity index 100% rename from docs/teachertool/rubrics/magic-button-trick.json rename to docs/teachertool/checklists/magic-button-trick.json diff --git a/docs/teachertool/rubrics/micro-chat.json b/docs/teachertool/checklists/micro-chat.json similarity index 100% rename from docs/teachertool/rubrics/micro-chat.json rename to docs/teachertool/checklists/micro-chat.json diff --git a/docs/teachertool/rubrics/morse-chat-mbv2.json b/docs/teachertool/checklists/morse-chat-mbv2.json similarity index 100% rename from docs/teachertool/rubrics/morse-chat-mbv2.json rename to docs/teachertool/checklists/morse-chat-mbv2.json diff --git a/docs/teachertool/rubrics/name-tag.json b/docs/teachertool/checklists/name-tag.json similarity index 100% rename from docs/teachertool/rubrics/name-tag.json rename to docs/teachertool/checklists/name-tag.json diff --git a/docs/teachertool/rubrics/pet-hamster-mbv2.json b/docs/teachertool/checklists/pet-hamster-mbv2.json similarity index 100% rename from docs/teachertool/rubrics/pet-hamster-mbv2.json rename to docs/teachertool/checklists/pet-hamster-mbv2.json diff --git a/docs/teachertool/rubrics/reaction-time.json b/docs/teachertool/checklists/reaction-time.json similarity index 100% rename from docs/teachertool/rubrics/reaction-time.json rename to docs/teachertool/checklists/reaction-time.json diff --git a/docs/teachertool/rubrics/rock-paper-scissors-mbv2.json b/docs/teachertool/checklists/rock-paper-scissors-mbv2.json similarity index 100% rename from docs/teachertool/rubrics/rock-paper-scissors-mbv2.json rename to docs/teachertool/checklists/rock-paper-scissors-mbv2.json diff --git a/docs/teachertool/rubrics/rock-paper-scissors.json b/docs/teachertool/checklists/rock-paper-scissors.json similarity index 100% rename from docs/teachertool/rubrics/rock-paper-scissors.json rename to docs/teachertool/checklists/rock-paper-scissors.json diff --git a/docs/teachertool/rubrics/smiley-buttons.json b/docs/teachertool/checklists/smiley-buttons.json similarity index 100% rename from docs/teachertool/rubrics/smiley-buttons.json rename to docs/teachertool/checklists/smiley-buttons.json diff --git a/docs/teachertool/rubrics/snap-the-dot.json b/docs/teachertool/checklists/snap-the-dot.json similarity index 100% rename from docs/teachertool/rubrics/snap-the-dot.json rename to docs/teachertool/checklists/snap-the-dot.json diff --git a/docs/teachertool/rubrics/tug-of-led.json b/docs/teachertool/checklists/tug-of-led.json similarity index 100% rename from docs/teachertool/rubrics/tug-of-led.json rename to docs/teachertool/checklists/tug-of-led.json diff --git a/targetconfig.json b/targetconfig.json index e487d2be8a9..dcbe42a99d2 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -543,16 +543,16 @@ "teachertool": { "carousels": [ { - "title": "Rubrics for Tutorials", - "cardsUrl": "teachertool/carousels/rubrics-for-tutorials/cards.json" + "title": "Checklists for Tutorials", + "cardsUrl": "teachertool/carousels/checklists-for-tutorials/cards.json" }, { - "title": "Rubrics for V2 Tutorials", - "cardsUrl": "teachertool/carousels/rubrics-for-tutorials-v2/cards.json" + "title": "Checklists for V2 Tutorials", + "cardsUrl": "teachertool/carousels/checklists-for-tutorials-v2/cards.json" }, { - "title": "Rubrics for Games", - "cardsUrl": "teachertool/carousels/rubrics-for-games/cards.json" + "title": "Checklists for Games", + "cardsUrl": "teachertool/carousels/checklists-for-games/cards.json" } ] },