From da3c11867be78d35ca1e62ecefffd0f69f97601c Mon Sep 17 00:00:00 2001 From: ganicke Date: Thu, 12 Dec 2024 13:49:02 -0800 Subject: [PATCH] rename paths to 'code-eval-tool' --- .../catalog-shared.json | 12 ++++++------ .../test/catalog-shared.json | 0 .../test/validator-plans-shared.json | 0 .../validator-plans-shared.json | 0 4 files changed, 6 insertions(+), 6 deletions(-) rename common-docs/{teachertool => code-eval-tool}/catalog-shared.json (94%) rename common-docs/{teachertool => code-eval-tool}/test/catalog-shared.json (100%) rename common-docs/{teachertool => code-eval-tool}/test/validator-plans-shared.json (100%) rename common-docs/{teachertool => code-eval-tool}/validator-plans-shared.json (100%) diff --git a/common-docs/teachertool/catalog-shared.json b/common-docs/code-eval-tool/catalog-shared.json similarity index 94% rename from common-docs/teachertool/catalog-shared.json rename to common-docs/code-eval-tool/catalog-shared.json index f4f2af2f3a6..bd42274baad 100644 --- a/common-docs/teachertool/catalog-shared.json +++ b/common-docs/code-eval-tool/catalog-shared.json @@ -5,7 +5,7 @@ "use": "ai_question", "template": "Ask AI: ${question}", "description": "Experimental: AI outputs may not be accurate. Use with caution and always review responses.", - "docPath": "/teachertool", + "docPath": "/code-eval-tool", "maxCount": 5, "tags": ["General"], "requestFeedback": true, @@ -29,7 +29,7 @@ "use": "block_used_n_times", "template": "${Block} used at least ${count} time(s)", "description": "This block was used at least the specified number of times in your project.", - "docPath": "/teachertool", + "docPath": "/code-eval-tool", "tags": ["General"], "params": [ { @@ -50,7 +50,7 @@ "use": "block_comment_used", "template": "At least ${count} comment(s)", "description": "The project contains at least the specified number of comments.", - "docPath": "/teachertool", + "docPath": "/code-eval-tool", "maxCount": 1, "tags": ["General"], "params": [ @@ -66,7 +66,7 @@ "id": "B8987394-1531-4C71-8661-BE4086CE0C6E", "use": "n_loops", "template": "At least ${count} loop(s) used", - "docPath": "/teachertool", + "docPath": "/code-eval-tool", "description": "The program uses at least this many loops of any kind (for, repeat, while, or for-of).", "maxCount": 1, "tags": ["Code Elements"], @@ -83,7 +83,7 @@ "id": "79D5DAF7-FED3-473F-81E2-E004922E5F55", "use": "custom_function_called", "template": "At least ${count} custom function(s) exist and get called", - "docPath": "/teachertool", + "docPath": "/code-eval-tool", "description": "At least this many user-defined functions are created and called.", "maxCount": 1, "tags": ["Code Elements"], @@ -100,7 +100,7 @@ "id": "0DFA44C8-3CA5-4C77-946E-AF09F6C03879", "use": "variable_usage", "template": "Uses at least ${count} variable(s)", - "docPath": "/teachertool", + "docPath": "/code-eval-tool", "description": "The program creates and uses at least this many user-defined variables.", "maxCount": 1, "tags": ["Code Elements"], diff --git a/common-docs/teachertool/test/catalog-shared.json b/common-docs/code-eval-tool/test/catalog-shared.json similarity index 100% rename from common-docs/teachertool/test/catalog-shared.json rename to common-docs/code-eval-tool/test/catalog-shared.json diff --git a/common-docs/teachertool/test/validator-plans-shared.json b/common-docs/code-eval-tool/test/validator-plans-shared.json similarity index 100% rename from common-docs/teachertool/test/validator-plans-shared.json rename to common-docs/code-eval-tool/test/validator-plans-shared.json diff --git a/common-docs/teachertool/validator-plans-shared.json b/common-docs/code-eval-tool/validator-plans-shared.json similarity index 100% rename from common-docs/teachertool/validator-plans-shared.json rename to common-docs/code-eval-tool/validator-plans-shared.json