Open gigiguan opened 2 years ago
Individual Score: 3/3, Team Score: 2/2, Overall: 5/5
[x] Had 5.3 and 5.4 Notes on Jekyll Page
[x] Had 4 items for each InfoDB list/dictionary
[x] Had a working For loop with output
[x] Had working While loop with Output
[x] Had working Recursion loop with Output
[x] Had Fibonacci (prints full list)
[x] Had comments and documentation throughout code
[x] Had Algorithm, Prints result, Prints Complete List,
[x] Team Work was Completed
Checkpoint Grading (Total: 5/5; Team: 2/2; Individual: 3/3; Grader: Vidhi)
[x] GitHub page for Test Prep study, requiring 5.3, 5.4 notes and actions( See "GitHub pages actions" at the bottom of each TPT page on cspcoders).
[x] GitHub page that documents key learnings and code snippets using GitHub and replit.
InfoDB lists
[x] 1 - One Check for New Data, minimum of 4 items
InfoDB loops
[x] 1- One Check For Loop running and sensible output
[x] 1- One Check While Loop running and sensible output
[x] 1- One Check Recursion running and sensible output
Fibonacci - (For Fibonacci(n) print complete list 0 - n and not just the nth term)
[x] 4- Four checks: Algorithm, code with comments, Prints result, Prints Complete List,
[x] 1- One check: comments and documentation throughout