From 5a26427e845c788e7c7e822e005f32be16a4755e Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Tue, 20 Apr 2021 20:06:51 -0400 Subject: [PATCH] rephrasing this assignment --- .../2-intro-to-programming-languages/assignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-getting-started-lessons/2-intro-to-programming-languages/assignment.md b/1-getting-started-lessons/2-intro-to-programming-languages/assignment.md index 649d2ab6..ba338994 100644 --- a/1-getting-started-lessons/2-intro-to-programming-languages/assignment.md +++ b/1-getting-started-lessons/2-intro-to-programming-languages/assignment.md @@ -2,10 +2,10 @@ ## Instructions -There are many tools that a web developer may need that are on the [MDN documentation for client-side tooling](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Overview). Select 3 tools not covered in the lesson, explain why a web developer would use it, and search for a tool that falls under this category and share its documentation. Do not use the same tool example on MDN docs. +There are many tools that a web developer may need that are on the [MDN documentation for client-side tooling](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Overview). Select 3 tools not covered in the lesson or on the MDN docs, read through their documentation, and explain why a web developer would use it. ## Rubric Exemplary | Adequate | Needs Improvement --- | --- | -- | -|Explained why web developer would use tool| Explained how, but not why developer would use tool| Did not mention how or why a developer would use tool | \ No newline at end of file +|Explained how and why web developer would use tool, linking to the tool's docs| Explained how, but not why developer would use tool| Did not mention how or why a developer would use tool |