Skip to content

Commit

Permalink
put s's in parentheses for criteria (#10156)
Browse files Browse the repository at this point in the history
  • Loading branch information
srietkerk authored and abchatra committed Sep 6, 2024
1 parent a93f030 commit ac3cec2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common-docs/teachertool/catalog-shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"id": "59AAC5BA-B0B3-4389-AA90-1E767EFA8563",
"use": "block_used_n_times",
"template": "${Block} used at least ${count} 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",
"tags": ["General"],
Expand All @@ -24,7 +24,7 @@
{
"id": "7AE7EA2A-3AC8-42DC-89DB-65E3AE157156",
"use": "block_comment_used",
"template": "At least ${count} comments",
"template": "At least ${count} comment(s)",
"description": "The project contains at least the specified number of comments.",
"docPath": "/teachertool",
"maxCount": 1,
Expand All @@ -41,7 +41,7 @@
{
"id": "B8987394-1531-4C71-8661-BE4086CE0C6E",
"use": "n_loops",
"template": "At least ${count} loops used",
"template": "At least ${count} loop(s) used",
"docPath": "/teachertool",
"description": "The program uses at least this many loops of any kind (for, repeat, while, or for-of).",
"maxCount": 1,
Expand All @@ -58,7 +58,7 @@
{
"id": "79D5DAF7-FED3-473F-81E2-E004922E5F55",
"use": "custom_function_called",
"template": "At least ${count} custom functions exist and get called",
"template": "At least ${count} custom function(s) exist and get called",
"docPath": "/teachertool",
"description": "At least this many user-defined functions are created and called.",
"maxCount": 1,
Expand All @@ -75,7 +75,7 @@
{
"id": "0DFA44C8-3CA5-4C77-946E-AF09F6C03879",
"use": "variable_usage",
"template": "Uses at least ${count} variables",
"template": "Uses at least ${count} variable(s)",
"docPath": "/teachertool",
"description": "The program creates and uses at least this many user-defined variables.",
"maxCount": 1,
Expand Down

0 comments on commit ac3cec2

Please sign in to comment.