Forked from ericweissman/mod0_assessment_checklist.md
Last active
February 10, 2021 18:57
-
-
Save ShaunaMyers/d82a234f08f401fbf2fb4898c238f690 to your computer and use it in GitHub Desktop.
Revisions
-
ShaunaMyers revised this gist
Feb 10, 2021 . 1 changed file with 33 additions and 33 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,57 +2,57 @@ ### Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub - [X] I named my directories correctly. - [X] I named my files correctly. - [X] I structured my files and directories correctly. - [X] I made **only** one initial commit. - [X] I pushed my initial commit to GitHub. ### Part II: Classes, Objects, Attributes, and Methods **Class #1 Checklist** - [X] I structured and named my directories and files correctly. - [X] The four attributes I chose for **Class #1** represent properties or characteristics. - [X] I identified the data type for attributes in **Class 1**. - [X] The four methods I chose for **Class #1** represent behaviors or actions. - [X] I followed best practices for naming of methods. - [X] I described what the methods do in **Class 1**, including which attributes they use or modify. - [X] I added and committed the `class_1.txt` file **separately** with a properly formatted commit message. **Class #1 Example Instance Checklist** - [X] The object I chose for **Class 1** is an instance of this class. - [X] I listed the values for each attribute of this object. - [X] I listed the results of each method for this object. - [X] I added and committed the `class_1_example_instance.txt` file **separately** with a properly formatted commit message. **Class #2 Checklist** - [X] The four attributes I chose for **Class #2** represent states or characteristics. - [X] I identified the data type for attributes in **Class 2**. - [X] The four methods I chose for **Class #2** represent behaviors or actions. - [X] I followed best practices for naming of methods. - [X] I described what the methods do in **Class 2**, including which attributes they use or modify. - [X] I added and committed the `class_2.txt` file **separately** with a properly formatted commit message. **Class #2 Example Instance Checklist** - [X] The object I chose for **Class 2** is an instance of this class. - [X] I listed the values for each attribute of this object. - [X] I listed the results of each method for this object. - [X] I added and committed the `class_2_example_instance.txt` file **separately** with a properly formatted commit message. ### Part III: Program Specific challenge - [X] I wrote each line of code that was asked for - [X] I added and committed my changes with a properly formatted commit message starting with a present-tense verb and a capital letter. - [X] I pushed my changes to Github. **Done?** - [X] I pushed all of my changes to Github. ### Academic Integrity - [X] I completed this assessment on my own. - [X] I did not and will not share the assessment instructions with any other person. ### Submission: - [X] I completed all parts of the Assessment Submission Form and fully submitted. -
ericweissman revised this gist
Jan 19, 2021 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,5 +55,4 @@ - [ ] I did not and will not share the assessment instructions with any other person. ### Submission: - [ ] I completed all parts of the Assessment Submission Form and fully submitted. -
ericweissman revised this gist
Jan 19, 2021 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,7 @@ - [ ] The four attributes I chose for **Class #1** represent properties or characteristics. - [ ] I identified the data type for attributes in **Class 1**. - [ ] The four methods I chose for **Class #1** represent behaviors or actions. - [ ] I followed best practices for naming of methods. - [ ] I described what the methods do in **Class 1**, including which attributes they use or modify. - [ ] I added and committed the `class_1.txt` file **separately** with a properly formatted commit message. @@ -28,6 +29,7 @@ - [ ] The four attributes I chose for **Class #2** represent states or characteristics. - [ ] I identified the data type for attributes in **Class 2**. - [ ] The four methods I chose for **Class #2** represent behaviors or actions. - [ ] I followed best practices for naming of methods. - [ ] I described what the methods do in **Class 2**, including which attributes they use or modify. - [ ] I added and committed the `class_2.txt` file **separately** with a properly formatted commit message. -
ericweissman revised this gist
Jan 19, 2021 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ **Class #1 Checklist** - [ ] I structured and named my directories and files correctly. - [ ] The four attributes I chose for **Class #1** represent properties or characteristics. - [ ] I identified the data type for attributes in **Class 1**. - [ ] The four methods I chose for **Class #1** represent behaviors or actions. - [ ] I described what the methods do in **Class 1**, including which attributes they use or modify. - [ ] I added and committed the `class_1.txt` file **separately** with a properly formatted commit message. @@ -26,7 +26,7 @@ **Class #2 Checklist** - [ ] The four attributes I chose for **Class #2** represent states or characteristics. - [ ] I identified the data type for attributes in **Class 2**. - [ ] The four methods I chose for **Class #2** represent behaviors or actions. - [ ] I described what the methods do in **Class 2**, including which attributes they use or modify. - [ ] I added and committed the `class_2.txt` file **separately** with a properly formatted commit message. @@ -54,4 +54,4 @@ ### Submission: Submit your assessment here: https://forms.gle/6YC5nvb3vGXcF8XU6 -
ericweissman revised this gist
Jan 19, 2021 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,28 +10,28 @@ ### Part II: Classes, Objects, Attributes, and Methods **Class #1 Checklist** - [ ] I structured and named my directories and files correctly. - [ ] The four attributes I chose for **Class #1** represent properties or characteristics. - [ ] I identified the data type (string, integer, boolean, array, hash/object, datetime) for attributes in **Class 1**. - [ ] The four methods I chose for **Class #1** represent behaviors or actions. - [ ] I described what the methods do in **Class 1**, including which attributes they use or modify. - [ ] I added and committed the `class_1.txt` file **separately** with a properly formatted commit message. **Class #1 Example Instance Checklist** - [ ] The object I chose for **Class 1** is an instance of this class. - [ ] I listed the values for each attribute of this object. - [ ] I listed the results of each method for this object. - [ ] I added and committed the `class_1_example_instance.txt` file **separately** with a properly formatted commit message. **Class #2 Checklist** - [ ] The four attributes I chose for **Class #2** represent states or characteristics. - [ ] I identified the data type (string, integer, boolean, array, hash/object, datetime) for attributes in **Class 2**. - [ ] The four methods I chose for **Class #2** represent behaviors or actions. - [ ] I described what the methods do in **Class 2**, including which attributes they use or modify. - [ ] I added and committed the `class_2.txt` file **separately** with a properly formatted commit message. **Class #2 Example Instance Checklist** - [ ] The object I chose for **Class 2** is an instance of this class. - [ ] I listed the values for each attribute of this object. - [ ] I listed the results of each method for this object. -
ericweissman created this gist
Jan 19, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,57 @@ # Checklist/Rubric ### Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub - [ ] I named my directories correctly. - [ ] I named my files correctly. - [ ] I structured my files and directories correctly. - [ ] I made **only** one initial commit. - [ ] I pushed my initial commit to GitHub. ### Part II: Classes, Objects, Attributes, and Methods Class #1 Checklist - [ ] I structured and named my directories and files correctly. - [ ] The four attributes I chose for **Class #1** represent properties or characteristics. - [ ] I identified the data type (string, integer, boolean, array, hash/object, datetime) for attributes in **Class 1**. - [ ] The four methods I chose for **Class #1** represent behaviors or actions. - [ ] I described what the methods do in **Class 1**, including which attributes they use or modify. - [ ] I added and committed the `class_1.txt` file **separately** with a properly formatted commit message. Class #1 Example Instance Checklist - [ ] The object I chose for **Class 1** is an instance of this class. - [ ] I listed the values for each attribute of this object. - [ ] I listed the results of each method for this object. - [ ] I added and committed the `class_1_example_instance.txt` file **separately** with a properly formatted commit message. Class #2 Checklist - [ ] The four attributes I chose for **Class #2** represent states or characteristics. - [ ] I identified the data type (string, integer, boolean, array, hash/object, datetime) for attributes in **Class 2**. - [ ] The four methods I chose for **Class #2** represent behaviors or actions. - [ ] I described what the methods do in **Class 2**, including which attributes they use or modify. - [ ] I added and committed the `class_2.txt` file **separately** with a properly formatted commit message. Class #2 Example Instance Checklist - [ ] The object I chose for **Class 2** is an instance of this class. - [ ] I listed the values for each attribute of this object. - [ ] I listed the results of each method for this object. - [ ] I added and committed the `class_2_example_instance.txt` file **separately** with a properly formatted commit message. ### Part III: Program Specific challenge - [ ] I wrote each line of code that was asked for - [ ] I added and committed my changes with a properly formatted commit message starting with a present-tense verb and a capital letter. - [ ] I pushed my changes to Github. **Done?** - [ ] I pushed all of my changes to Github. ### Academic Integrity - [ ] I completed this assessment on my own. - [ ] I did not and will not share the assessment instructions with any other person. ### Submission: Submit your assessment here: https://forms.gle/RMvJN7NtooKDJ5wTA