This repository was archived by the owner on Jun 4, 2019. It is now read-only.
Updated math lesson_settings.json files #18
Merged
+84
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue & Comment Ref: #8 (comment)
1.3.Example_Title
Important
How to generate lesson ids:
mongo
ObjectId()
it should return an object like so:ObjectId("59289aff2a0e7d815626f329")
Coming up:
I'm currently working on a script that auto generates the
challenge.json
file. I'm going to include an lesson id check to verify all lessons have different ids. [Down The Road] when users submit challenge fixes or new challenges we will make them submit an updatedchallenges.json
file that passes the id check method.