Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Thomas Sparks c5e2a71510
Fix cat napping tutorial typo (#5937) 2024-09-10 17:34:53 -07:00
Thomas Sparks 82e83add8f
Teacher Tool: Add More Checklists! (#5932)
* Add updated checklist files

* Unhide reviewed checklists

* Show more reviewed checklists

* Remove "Show Icon" requirement from 7 seconds. Tutorial is vague about what should be shown. User could use a number, or they could change it after the tutorial to a custom icon (like I wanted to do when testing)

* Update sound effect block id for pet hamster

* Show more checklists (reviewed by me just now)

* Show smiley buttons (I made this one myself, no reviewer yet)

* Add level (and corresponding carousel)

* Updated tug of led
2024-09-09 08:29:53 -07:00
Sarah Rietkerk 01f43a9224
parentheses around s's for microbit specific criteria (#5917) 2024-09-05 14:09:51 -07:00
Thomas Sparks da41ee3a54
Add tags to visible criteria (#5656) 2024-05-10 07:34:09 -07:00
Thomas Sparks aab1fab84c
Teacher Tool: Add Block Exist Criteria from Intro CS Curriculum (#5644)
This adds several catalog criteria (and validator plans) based on the Intro CS Curriculum (see https://github.com/microsoft/pxt-microbit/issues/5642 for details). Specifically, I've focused this change on the criteria that can be implemented using only block-exists checks with no additional functionality added.
2024-05-06 12:07:00 -07:00
Thomas Sparks e7babeefb3
Teacher Tool: Rubric to Checklist (Microbit) (#5643)
These docs files need updating alongside microsoft/pxt#9996
2024-05-03 15:26:06 -07:00
Thomas Sparks ff84259e19
Teacher Tool: Add Max Count for Microbit Criteria (#5621) 2024-04-29 09:52:39 -07:00
Thomas Sparks 561b8b406f
Teacher Tool: Clean Micro:Bit Catalog (#5592) 2024-04-15 16:46:44 -07:00
Sarah Rietkerk 74b1e41f2f
Teacher tool: blow away rubric (#5511)
* blow away validator plans init

* gave descriptions to catalog entries that needed it

* hide all catalog entries for blow away criteria

* rubric for blow away tutorial now in tutorial card

* reworded some criteria, added project completeness criteria

* got rid of no catalog entry comments

* reworded more criteria, and reorderd some criteria to better match the flow

* wrap positions in parenthesis like a point

* remove descriptions for forever, repeat loops

* reword led lit criteria

Co-authored-by: Thomas Sparks <69657545+thsparks@users.noreply.github.com>

* rewording for project completeness criteria

Co-authored-by: Thomas Sparks <69657545+thsparks@users.noreply.github.com>

* fixed spelling, hideincatalog set to true for project completeness check

* reword the plot, unplot criteria

* get rid of truthy

* refactored blow away blocks exist validator plans to have the new pattern

* added the blow away rubric card to the home page

* removed comment on led is on condition

---------

Co-authored-by: Thomas Sparks <69657545+thsparks@users.noreply.github.com>
2024-03-06 11:45:39 -08:00
Thomas Sparks 7b6ee0640b
Update Blocks Exist Json Schema for JsonPath Friendliness (#5525)
The structure of the blockCounts input for blocksExist validator plans was not JsonPath friendly, as the customizable blockId was treated as a property and it was also a part of the path for count. This change adjusts the schema so both blockId and count can be referenced more easily by JsonPath, which we will need for parameterized criteria.

Depends on microsoft/pxt#9905.
2024-03-05 16:22:27 -08:00
Eric Anderson b9bf6dd161 hide a few criteria 2024-03-01 09:30:44 -08:00
Eric Anderson e8289842bc
rock paper scissors rubric. hide empty rubrics in carousel (#5518)
* tt: rock paper scissors rubric. hide empty rubrics in carousel

* add missing id

* rock paper scissors rubric

* Updated descriptions
2024-02-29 17:38:37 -08:00
Thomas Sparks 17732f09d7
Micro Chat Rubric (#5517)
* Rubric for microchat, but multiple_send_radio_string_on_button_press is broken

* Remove bonus criteria

* Wording

* More wording
2024-02-29 17:22:46 -08:00
Eric Anderson 4f1d0cbbdc
teacher tool carousel content (#5509) 2024-02-26 09:16:13 -08:00
Thomas Sparks a5d25f8bcc
Add initial catalog and validator plans for Micro:bit (#5443)
I expect these will be iterated on. I just wanted to have something here to get started.
2024-01-29 16:39:46 -08:00