From 30de3b7c439614fd9e9d733d7f7d36cecb68257e Mon Sep 17 00:00:00 2001 From: thsparks Date: Tue, 30 Apr 2024 17:24:33 -0700 Subject: [PATCH] Port common docs changes to v10 again --- common-docs/teachertool/catalog-shared.json | 40 ++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/common-docs/teachertool/catalog-shared.json b/common-docs/teachertool/catalog-shared.json index 0b33bb96a1d9..922e2a0558a8 100644 --- a/common-docs/teachertool/catalog-shared.json +++ b/common-docs/teachertool/catalog-shared.json @@ -1,5 +1,25 @@ { "criteria": [ + { + "id": "59AAC5BA-B0B3-4389-AA90-1E767EFA8563", + "use": "block_used_n_times", + "template": "${Block} used ${count} times", + "description": "This block was used the specified number of times in your project.", + "docPath": "/teachertool", + "params": [ + { + "name": "block", + "type": "block", + "paths": ["checks[0].blockCounts[0].blockId"] + }, + { + "name": "count", + "type": "number", + "default": 1, + "paths": ["checks[0].blockCounts[0].count"] + } + ] + }, { "id": "D21D76A2-D9FD-4F9B-B0AC-973CB870EA78", "use": "variable_set", @@ -32,26 +52,6 @@ } ] }, - { - "id": "59AAC5BA-B0B3-4389-AA90-1E767EFA8563", - "use": "block_used_n_times", - "template": "${Block} used ${count} times", - "description": "This block was used the specified number of times in your project.", - "docPath": "/teachertool", - "params": [ - { - "name": "block", - "type": "block", - "paths": ["checks[0].blockCounts[0].blockId"] - }, - { - "name": "count", - "type": "number", - "default": 1, - "paths": ["checks[0].blockCounts[0].count"] - } - ] - }, { "id": "B8987394-1531-4C71-8661-BE4086CE0C6E", "use": "n_loops",