Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Lmcourt/f7ad9ec0bc951cf930a0c7bc24adac0a to your computer and use it in GitHub Desktop.

Select an option

Save Lmcourt/f7ad9ec0bc951cf930a0c7bc24adac0a to your computer and use it in GitHub Desktop.

Revisions

  1. Lmcourt revised this gist May 22, 2021. 1 changed file with 17 additions and 17 deletions.
    34 changes: 17 additions & 17 deletions mod0_assessment_checklist.md
    Original file line number Diff line number Diff line change
    @@ -8,32 +8,32 @@ To make a copy of this rubric:
    ### Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

    - [x] 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.
    - [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: 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.
    - [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.

    ### Part III: Building a Model
    - [ ] I named my directory correctly
    - [ ] I created two files with correct names
    - [ ] I followed all the requirements for the first model
    - [ ] I saved my work and commited my changes using a properly formatted commit message
    - [ ] I followed all the requirements for the second model
    - [ ] I saved my work and commited my changes using a properly formatted commit message
    - [x] I named my directory correctly
    - [x] I created two files with correct names
    - [x] I followed all the requirements for the first model
    - [x] I saved my work and commited my changes using a properly formatted commit message
    - [x] I followed all the requirements for the second model
    - [x] I saved my work and commited my changes using a properly formatted commit message

    **Done?**
    - [ ] I pushed all of my changes to Github.
    - [x] 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.
    - [x] I completed this assessment on my own.
    - [x] 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.
    - [x] I completed all parts of the Assessment Submission Form and fully submitted.
  2. Lmcourt revised this gist May 22, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mod0_assessment_checklist.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ To make a copy of this rubric:

    ### Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

    - [ ] I named my directories correctly.
    - [x] I named my directories correctly.
    - [ ] I named my files correctly.
    - [ ] I structured my files and directories correctly.
    - [ ] I made **only** one initial commit.
  3. @ericweissman ericweissman revised this gist Mar 26, 2021. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions mod0_assessment_checklist.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,10 @@
    # Checklist/Rubric

    To make a copy of this rubric:

    1. Click the button in the upper right-hand corner that says **Fork**. This is now your copy of the document.
    1. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

    ### Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

    - [ ] I named my directories correctly.
  4. @ericweissman ericweissman revised this gist Mar 26, 2021. 1 changed file with 9 additions and 33 deletions.
    42 changes: 9 additions & 33 deletions mod0_assessment_checklist.md
    Original file line number Diff line number Diff line change
    @@ -8,44 +8,20 @@
    - [ ] 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 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.

    **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 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.

    **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
    ### Part II: 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.

    ### Part III: Building a Model
    - [ ] I named my directory correctly
    - [ ] I created two files with correct names
    - [ ] I followed all the requirements for the first model
    - [ ] I saved my work and commited my changes using a properly formatted commit message
    - [ ] I followed all the requirements for the second model
    - [ ] I saved my work and commited my changes using a properly formatted commit message

    **Done?**
    - [ ] I pushed all of my changes to Github.

  5. @ericweissman ericweissman revised this gist Jan 19, 2021. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions mod0_assessment_checklist.md
    Original 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:

    Submit your assessment here: https://forms.gle/6YC5nvb3vGXcF8XU6
    - [ ] I completed all parts of the Assessment Submission Form and fully submitted.
  6. @ericweissman ericweissman revised this gist Jan 19, 2021. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions mod0_assessment_checklist.md
    Original 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.

  7. @ericweissman ericweissman revised this gist Jan 19, 2021. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions mod0_assessment_checklist.md
    Original 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 (string, integer, boolean, array, hash/object, datetime) for attributes in **Class 1**.
    - [ ] 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 (string, integer, boolean, array, hash/object, datetime) for attributes in **Class 2**.
    - [ ] 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/RMvJN7NtooKDJ5wTA
    Submit your assessment here: https://forms.gle/6YC5nvb3vGXcF8XU6
  8. @ericweissman ericweissman revised this gist Jan 19, 2021. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions mod0_assessment_checklist.md
    Original file line number Diff line number Diff line change
    @@ -10,28 +10,28 @@

    ### Part II: Classes, Objects, Attributes, and Methods

    Class #1 Checklist
    **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
    **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
    **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
    **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.
  9. @ericweissman ericweissman created this gist Jan 19, 2021.
    57 changes: 57 additions & 0 deletions mod0_assessment_checklist.md
    Original 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