From b3d5accd5df3332bcb6ea8ce5b6beed11c3f42e8 Mon Sep 17 00:00:00 2001 From: Thomas Sparks <69657545+thsparks@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:04:40 -0700 Subject: [PATCH] Teacher Tool: Set Block Type for "Block" Used "N" Times (#9935) Putting this into a separate change so it can be checked in and used to verify the block picker in an upload target when I send that PR, that way others can see it without needing a local build. --- common-docs/teachertool/test/catalog-shared.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-docs/teachertool/test/catalog-shared.json b/common-docs/teachertool/test/catalog-shared.json index 449b6b55b1d2..95196242ba81 100644 --- a/common-docs/teachertool/test/catalog-shared.json +++ b/common-docs/teachertool/test/catalog-shared.json @@ -24,7 +24,7 @@ "params": [ { "name": "block", - "type": "string", + "type": "block", "paths": ["checks[0].blockCounts[0].blockId"] }, {