Skip to content

Commit

Permalink
Fixed faulty apostrophes and moved OOP to top
Browse files Browse the repository at this point in the history
  • Loading branch information
shrug297 authored Oct 18, 2023
1 parent 7fe6e4c commit c2cd6fa
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions _data/assignments.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# TAGS: game, 2d grid, vector graphics, real world data, parsing, path finding, linked list


- key: 'intro-to-OOP-creating-objects-of-classes'
title: 'Intro to OOP: Creating Objects of Classes'
summary: 'Introduce learners to creating objects of classes'
tags: [ '2d grid' ]
difficulty: 'easier'
description: 'Using objects of the Symbol and SymbolCollection class to display a collection of rectangle and circle objects in a creative picture.'
image_caption: 'Among Us character'
topics: [ 'Creating Objects', 'API usage', 'Inheritance' ]
java:
student_files:
- { name: 'Intro to OOP with shapes', link: 'https://docs.google.com/document/d/12seZwHIOxuwScLttgTWX9ud4YlRpfriSSGMVjH9Qk74/edit#heading=h.gjdgxs' }
teacher_files: [ Answer Key', CompletedProject.java' ]
documentation: [ 'Bridges', 'SymbolCollection', 'Symbol', 'Circle', 'Rectangle' ]


- key: 'aquarium'
title: 'Aquarium'
Expand Down Expand Up @@ -436,17 +450,3 @@
documentation: [ 'Bridges', 'Color', 'Element', 'GraphAdjList', 'Edge', 'DataSource', 'OsmVertex', 'OsmEdge' ]


- key: ‘intro-to-OOP-creating-objects-of-classes'
title: ‘Intro to OOP: Creating Objects of Classes’
summary: 'Introduce learners to creating objects of classes'
tags: [ ‘2d grid’ ]
difficulty: ‘easier’
description: 'Using objects of the Symbol and SymbolCollection class to display a collection of rectangle and circle objects in a creative picture.'
image_caption: ‘Among Us character’
topics: [ ‘Creating Objects’, ‘API usage’, ‘Inheritance’ ]
java:
student_files:
- { name: ‘Intro to OOP with shapes’, link: 'https://docs.google.com/document/d/12seZwHIOxuwScLttgTWX9ud4YlRpfriSSGMVjH9Qk74/edit#heading=h.gjdgxs' }
teacher_files: [ Answer Key', CompletedProject.java' ]
documentation: [ 'Bridges', 'SymbolCollection', 'Symbol', 'Circle', 'Rectangle’ ]

0 comments on commit c2cd6fa

Please sign in to comment.