-
Notifications
You must be signed in to change notification settings - Fork 642
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Teacher Tool: Rubric to Checklist (Microbit) (#5643)
These docs files need updating alongside microsoft/pxt#9996
- Loading branch information
Showing
26 changed files
with
50 additions
and
50 deletions.
There are no files selected for viewing
40 changes: 20 additions & 20 deletions
40
...ol/carousels/rubrics-for-games/cards.json → ...carousels/checklists-for-games/cards.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} |
24 changes: 12 additions & 12 deletions
24
...usels/rubrics-for-tutorials-v2/cards.json → ...ls/checklists-for-tutorials-v2/cards.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} |
24 changes: 12 additions & 12 deletions
24
...arousels/rubrics-for-tutorials/cards.json → ...usels/checklists-for-tutorials/cards.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters