Skip to content

Commit

Permalink
Merge pull request #1 from ds421/master
Browse files Browse the repository at this point in the history
rubric
  • Loading branch information
cboettig authored Aug 27, 2018
2 parents 7abee6c + 1050b7d commit 0aa5fa7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ explore global temperature data to understand how the earth's climate is warming

## assignment

All work for this assignment is in the `assignment` directory. Code is contained in the `climate.Rmd` notebook, and final rendered output files (`climate.md` and associated files) are in the `assignment` directory as well.
All work for this assignment is in the `assignment` directory. Code is contained in the `climate.Rmd` notebook, and final rendered output files (`climate.md` and associated files) are in the `assignment` directory as well. The general rubric you will be graded on is found in the `Rubric.md` file.

## Special files

Expand Down
31 changes: 31 additions & 0 deletions Rubric.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Climate Module: Detailed Rubric
- 3 pts for use of git hub
- **0pts**: no repo or a repo with no unique commits
- **1pts**: evidence of at least one commit. read me not updated
- **2pts**: evidence of semiregular commits, read me updated only partially - either missing name of team member or failing to update the read me from the template
- **3pts**: evidence of multiple commits, read me updated to reflect the repos purpose, team member name and handle included

- 3 pts for Rmarkdown
- **0pts**: no .md or plots commited. no changes evident on the Rmarkdown file or formatting in Rmarkdown incorrect (e.g. code outside code blocks, text inside code blocks, etc)
- **1pts**: evidence of knitting, commiting, and pushing changes to Rmarkdown but knit to an html, pdf, doc, or other not .md output. OR knit only once and .md is totally out of sync with the .Rmd changes.
- **2pts**: Synced .Rmd, .md committed, but not all plots committed and/or displaying properly. Markdown looks clean and nicely formatted
_OR_ .Rmd, .md, and plot files all committed but out of sync so newest changes and plots add to Rmd not displaying. Markdown looks otherwise clean and nicely formatted
_OR_ Synced .Rmd, .md, and all plots committed and displaying properly. Markdown has extreme errors or formatting issues that should have been caught by a cursory review before submission.
- **3pts**: Synced .Rmd, .md, and plot files all committed, plots displaying properly. Markdown looks clean and nicely formatted

- 3 pts for travis
- **0pts**: travis not initiated, travis badge not added to the readme, travis build not passing
- **1pts**: travis initiated, correct badge not added to the readme, travis build not passing
- **2pts**: travis initiated, badge correctly added to read me, travis build failing OR travis initiated, badge incorrectly added to read me, travis build passing
- **3pts**: travis initiated, badge correctly added to read me, travis build passing

- 3 pts for tidyverse/ggplot
- **0pts** no user submitted code
- **1pts** provided some code attempting the exercises but was unable to successfully parse, manipulate and plot data as asked in the assignment
- **2pts** successfully completed the exercises (parsing, manipulating and plotting data) but avoided or made minimal use of the tidyverse abstractions we are trying to teach
- **3pts** demonstrated use of readr and ggplot commands to parse, manipulate, and plot tidy datatables



__Please keep in mind this may be subject to change - especially from term to term -
and represents only general categories that communicate the goals of the exercise and what we are looking for.__

0 comments on commit 0aa5fa7

Please sign in to comment.