Skip to content

Commit

Permalink
rename paths to 'code-eval-tool'
Browse files Browse the repository at this point in the history
  • Loading branch information
ganicke committed Dec 12, 2024
1 parent bdbe899 commit da3c118
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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": [
{
Expand All @@ -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": [
Expand All @@ -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"],
Expand All @@ -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"],
Expand All @@ -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"],
Expand Down

0 comments on commit da3c118

Please sign in to comment.