24 lines
774 B
JSON
24 lines
774 B
JSON
{
|
|
"courseName": "Test Lesson",
|
|
"documentationUrl": "https://brightScreen.io/courses/Test-Lesson/",
|
|
"lessons": [
|
|
{
|
|
"name": "Lesson 1",
|
|
"location": "lessonOne/indexTest.js",
|
|
"description": "Test Description for Lesson 1",
|
|
"executionPrefix": "node",
|
|
"fileExtention": "js",
|
|
"replacementSubstring": "USER_CODE",
|
|
"documentationUrl": "https://brightScreen.io/courses/Test-Lesson/lesson-One/"
|
|
},
|
|
{
|
|
"name": "Lesson 2",
|
|
"location": "lessonTwo/indexTest.js",
|
|
"description": "Test Description for Lesson 2",
|
|
"executionPrefix": "node",
|
|
"fileExtention": "js",
|
|
"replacementSubstring": "USER_CODE",
|
|
"documentationUrl": "https://brightScreen.io/courses/Test-Lesson/lesson-Two/"
|
|
}
|
|
]
|
|
} |