Skip to content
Snippets Groups Projects
Commit 8715ceee authored by francisco's avatar francisco :penguin:
Browse files

interface programming 2019

parent 661251fc
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,11 @@
## Interface and Application Programming
Write an application that interfaces with an [input](http://academy.cba.mit.edu/classes/input_devices/index.html) and/or [output](http://academy.cba.mit.edu/classes/output_devices/index.html) device --that you made--, comparing as many tool options as possible.
Individual assignment:
* Write an application that interfaces with an [input](http://academy.cba.mit.edu/classes/input_devices/index.html) and/or [output](http://academy.cba.mit.edu/classes/output_devices/index.html) device that you made
Group assignment:
* Compare as many tool options as possible.
### Learning outcomes
......
......@@ -8,14 +8,14 @@
"Outlined problems and how you fixed them",
"Included original code"
],
"description": "Write an application that interfaces with an [input](http://academy.cba.mit.edu/classes/input_devices/index.html) and/or [output](http://academy.cba.mit.edu/classes/output_devices/index.html) device --that you made--, comparing as many tool options as possible.\n",
"description": "Individual assignment:\n* Write an application that interfaces with an [input](http://academy.cba.mit.edu/classes/input_devices/index.html) and/or [output](http://academy.cba.mit.edu/classes/output_devices/index.html) device that you made\n\nGroup assignment:\n* Compare as many tool options as possible.\n",
"name": "Interface and Application Programming",
"outcomes": [
"Interpret and implement design and programming protocols to create a Graphic User Interface (GUI)."
]
}
],
"version": 2018,
"version": 2019,
"unit": "Interface and Application Programming",
"unit_id": "interface_and_application_programming"
}
\ No newline at end of file
unit: Interface and Application Programming
unit_id: interface_and_application_programming
version: 2018
version: 2019
tasks:
- name: Interface and Application Programming
description: |
Write an application that interfaces with an [input](http://academy.cba.mit.edu/classes/input_devices/index.html) and/or [output](http://academy.cba.mit.edu/classes/output_devices/index.html) device --that you made--, comparing as many tool options as possible.
Individual assignment:
* Write an application that interfaces with an [input](http://academy.cba.mit.edu/classes/input_devices/index.html) and/or [output](http://academy.cba.mit.edu/classes/output_devices/index.html) device that you made
Group assignment:
* Compare as many tool options as possible.
outcomes:
- Interpret and implement design and programming protocols to create a Graphic User Interface (GUI).
checklist:
......@@ -12,6 +16,5 @@ tasks:
- Explained the the GUI that you made and how you did it
- Outlined problems and how you fixed them
- Included original code
faq: |
None yet
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment