Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.89 KB

feedback.md

File metadata and controls

47 lines (33 loc) · 1.89 KB

Random Menu Generator

Major Learning Goals/Code Review

Criteria yes/no, and optionally any details/lines of code to reference
Correctly creates and uses strings ✔️
Correctly sets and accesses variables ✔️
Correctly creates arrays ✔️
Correctly accesses element(s) from an array ✔️

Functional Requirements

Functional Requirement yes/no
A random menu of 10 items are displayed in the terminal ✔️
Each randomly-generated menu item pulls from three different arrays ✔️

Overall Feedback

Overall Feedback Criteria yes/no
Green (Meets/Exceeds Standards) 2+ in Code Review && 2 in Functional Requirements ✔️
Yellow (Approaches Standards) 1 in Code Review && 1-2 in Functional Requirements ✔️
Red (Not at Standard) 0,1 in Code Review or 0,1 in Functional Reqs, or assignment is breaking/doesn’t run with less than 5 minutes of debugging ✔️

Code Style Bonus Awards

Was the code particularly impressive in code style for any of these reasons (or more...?)

Quality Yes?
Perfect Indentation
Elegant/Clever
Descriptive/Readable
Concise
Logical/Organized