From c2b307a3e9e0aa914856200246756e1da5bfdb28 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:59:39 +0000 Subject: [PATCH 1/2] Initial plan From e9a646085c2db3cbf40dc86da8489d76b1860630 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:02:00 +0000 Subject: [PATCH 2/2] docs: remove difficulty mentions from archetypes Agent-Logs-Url: https://github.com/layer5io/academy-theme/sessions/bb900730-5327-413e-a279-1fd71d450352 Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com> --- archetypes/final-test.md | 2 +- archetypes/optional-test.md | 2 +- archetypes/test.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archetypes/final-test.md b/archetypes/final-test.md index 680f99f..0e8af40 100644 --- a/archetypes/final-test.md +++ b/archetypes/final-test.md @@ -2,7 +2,7 @@ title: '{{ replace .File.ContentBaseName `-` ` ` | title }}' pass_percentage: 70 # Minimum percentage required to pass the test time_limit: 15 # Duration of the test in minutes -level: "beginner" # Difficulty level of the test +level: "beginner" # Level of the test category: "Programming Languages" # Category of the test tags: ["golang", "basics", "syntax", "fundamentals"] # Tags for the test, useful for search and categorization type: "test" # Type of the content, in this case, a test ( required for the test to be recognized by the system ) diff --git a/archetypes/optional-test.md b/archetypes/optional-test.md index d3a5c8c..25dfc0e 100644 --- a/archetypes/optional-test.md +++ b/archetypes/optional-test.md @@ -2,7 +2,7 @@ title: '{{ replace .File.ContentBaseName `-` ` ` | title }}' pass_percentage: 70 # Minimum percentage required to pass the test time_limit: 15 # Duration of the test in minutes -level: "beginner" # Difficulty level of the test +level: "beginner" # Level of the test category: "Programming Languages" # Category of the test tags: ["golang", "basics", "syntax", "fundamentals"] # Tags for the test, useful for search and categorization type: "test" # Type of the content, in this case, a test ( required for the test to be recognized by the system ) diff --git a/archetypes/test.md b/archetypes/test.md index f6c7f73..5d0e2f3 100644 --- a/archetypes/test.md +++ b/archetypes/test.md @@ -3,7 +3,7 @@ title: 'test' pass_percentage: 70 # Minimum percentage required to pass the test time_limit: 15 # Duration of the test in minutes max_attempts: 3 # Maximum number of attempts allowed -level: "beginner" # Difficulty level of the test +level: "beginner" # Level of the test category: "Programming Languages" # Category of the test tags: ["golang", "basics", "syntax", "fundamentals"] # Tags for the test, useful for search and categorization type: "test" # Type of the content, in this case, a test ( required for the test to be recognized by the system )