Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archetypes/final-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion archetypes/optional-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion archetypes/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down