Skip to content

Commit

Permalink
added outcomes to OOP project
Browse files Browse the repository at this point in the history
  • Loading branch information
kperry6056 authored Nov 8, 2023
1 parent 901318a commit d37f759
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions _data/assignments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
# image_caption: 'Among Us character' blah
topics: [ 'Creating Objects', 'API usage', 'Inheritance' ]
outcomes:
- { verb: 'Apply', outcome: ' ' }
- { verb: 'Apply', outcome: ' '}
- { verb: 'Understand', outcome: 'Explain the relationship between a class and an object' }
- { verb: 'Understand', outcome: 'Describe: signature, parameter list, formal parameter, actual parameter' }
- { verb: 'Apply', outcome: 'Use a constructor (with or without parameters) of a class in order to create an object of that class' }
- { verb: 'Apply', outcome: 'Call methods (with or without parameters) on objects' }
- { verb: 'Create', outcome: 'Use above learned skills in order to display a design of shape objects' }
java:
student_files:
- { name: 'Intro to OOP with Shapes', link: 'https://docs.google.com/document/d/12seZwHIOxuwScLttgTWX9ud4YlRpfriSSGMVjH9Qk74/edit#heading=h.gjdgxs' }
- { name: 'RobotMaker.java', link: 'https://drive.google.com/file/d/1r38K-VpnSiMEMTKExYLe5M2Rf0-4rwK2/view?usp=drive_link'}
- { name: 'Rec.java', link: 'https://drive.google.com/file/d/1re4Vek1X_ZF_i2BxqrIeoFv80EpVs2P4/view?usp=drive_link'}
- { name: 'Circ.java', link: 'https://drive.google.com/file/d/1NFUQs5xYI_s4PRIDeCdHmyd2SLU2uoEn/view?usp=drive_link'}
teacher_files: [ 'Answer Key', 'OOPwShapes.java' ]
teacher_files: [ 'RobotMaker.java', 'Rec.java', 'Circ.java' ]
documentation: [ 'Bridges', 'SymbolCollection', 'Symbol', 'Circle', 'Rectangle' ]


Expand Down

0 comments on commit d37f759

Please sign in to comment.