Skip to content

Commit

Permalink
revised rubric 💯/💯
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Sep 11, 2019
1 parent 226b605 commit e9c2a9e
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions Rubric.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,40 @@
# Climate Module: Detailed Rubric
- 3 pts for use of git hub

## Module weight: 12 pts

_18 points are available in this module, though only 12 are needed for successful completion. This creates several "paths" through the assignment that can earn full credit. Additional points will be extra credit._

- 3 pts for use of GitHub
- **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
- 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
- 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
- 3 pts for written analysis
- **0pts**: No supporting text provided.
- **1pts**: Minimal text which merely describes figures.
- **2pts**: Text provides scientific analysis of observed trends and reflects on implications or hypotheses for those patterns.
- **3pts**: Highly insightful analysis that goes beyond the questions provided in the template.

- 6 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
- **2pts** provided some code attempting the exercises but was unable to successfully parse, manipulate and plot data as asked in the assignment
- **4pts** successfully completed the exercises (parsing, manipulating and plotting data) but avoided or made minimal use of the tidyverse abstractions we are trying to teach
- **6pts** demonstrated use of readr and ggplot commands to parse, manipulate, and plot tidy datatables



Expand Down

0 comments on commit e9c2a9e

Please sign in to comment.