Guest User

Untitled

a guest
Jan 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. # comment
  2.  
  3. -
  4. title: "Part1: warmup docstrings"
  5. weight: 2
  6. levels :
  7. 0 : "No docstrings"
  8. 1 : "Most functions have docstrings but they are written in poor English AND don't
  9. describe what the functions do."
  10. 2 : "Most functions have docstrings by they are written in poor English OR don't
  11. describe what the functions do."
  12. 3 : "Most functions have docstrings and they usually convey what the functions do.
  13. Good grammar and spelling. Parameters and return values are almost always
  14. mentioned."
  15. 4 : "Clear and helpful docstrings exist for all methods with excellent grammar
  16. and spelling. Parameters and return values are always mentioned."
  17.  
  18. -
  19. title: "Part1: warmup: digits, upperlist"
  20. weight : 1
  21. levels:
  22. 0: "No submission, or functions can't be called, or crashes on all test cases."
  23. 1: "Functions can be called, but fail all (or all but one or two) tests."
  24. 2: "Functions pass some tests."
  25. 3: "Functions pass most tests."
  26. 4: "Functions pass all tests, fully meet specification."
  27.  
  28. -
  29. title: "Part 1: warmup: combine_lists, smaller"
  30. weight: 1
  31. levels:
  32. 0: "No submission, or functions can't be called, or crashes on all test cases."
  33. 2: "Functions pass some tests."
  34. 4: "Functions pass all tests, fully meet specification."
Add Comment
Please, Sign In to add comment