diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..a896c71323 --- /dev/null +++ b/progress.json @@ -0,0 +1,218 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787403000.568615, + "completed_at": 1787403002.213492, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787406895.577755, + "completed_at": 1787406897.129737, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787402701.045037, + "completed_at": 1787402702.834851, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787407331.138469, + "completed_at": 1787407369.334609, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787407885.313672, + "completed_at": 1787407886.808606, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787408162.797594, + "completed_at": 1787408165.122444, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787408690.955219, + "completed_at": 1787408694.300896, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787408808.53792, + "completed_at": 1787408811.50886, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787409361.797886, + "completed_at": 1787409365.201599, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787409773.247002, + "completed_at": 1787409774.88106, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787409881.897382, + "completed_at": 1787409883.346172, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787409962.115567, + "completed_at": 1787409963.616427, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787410043.825632, + "completed_at": 1787410045.367484, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787410664.163777, + "completed_at": 1787410665.845533, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787410864.447797, + "completed_at": 1787410865.916443, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787411006.129389, + "completed_at": 1787411007.760654, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787411241.942762, + "completed_at": 1787411244.572129, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787411712.484202, + "completed_at": 1787411714.150366, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787412210.055861, + "completed_at": 1787412213.417089, + "comments": [ + "Answer for What's sum of values in west.csv on Jan 09th? is not right.", + "Answer for What's sum of values in north.csv on Jan 05th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787412423.230827, + "completed_at": 1787412426.435976, + "comments": [ + "Answer for What's sum of values in west.csv on Jan 09th? is not right.", + "Answer for What's sum of values in north.csv on Jan 05th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787412443.618844, + "completed_at": 1787412447.404501, + "comments": [ + "Answer for What's sum of values in north.csv on Jan 05th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787412521.56742, + "completed_at": 1787412523.024724, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787412762.633947, + "completed_at": 1787412764.317959, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787413045.261696, + "completed_at": 1787413047.022553, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + } +] \ No newline at end of file diff --git a/wqa b/wqa new file mode 100644 index 0000000000..122dbeca2d --- /dev/null +++ b/wqa @@ -0,0 +1,126 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787403000.568615, + "completed_at": 1787403002.213492, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787406895.577755, + "completed_at": 1787406897.129737, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787402701.045037, + "completed_at": 1787402702.834851, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787407331.138469, + "completed_at": 1787407369.334609, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787407885.313672, + "completed_at": 1787407886.808606, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787408162.797594, + "completed_at": 1787408165.122444, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787408690.955219, + "completed_at": 1787408694.300896, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787408808.53792, + "completed_at": 1787408811.50886, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787409361.797886, + "completed_at": 1787409365.201599, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787409773.247002, + "completed_at": 1787409774.88106, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787409881.897382, + "completed_at": 1787409883.346172, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787409962.115567, + "completed_at": 1787409963.616427, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787410043.825632, + "completed_at": 1787410045.367484, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787410664.163777, + "completed_at": 1787410665.845533, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + } +]