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

updated until break

parent 30793d68
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ This will generate a `json` folder containing the JSON formatted files.
## Try it yourself
To be able to run build.py you need to intsall the packages in requirements.txt
To be able to run build.py you need to install the packages in requirements.txt
`pip install -r requirements.txt`
......
......@@ -13,19 +13,18 @@ Propose a final project that integrates the range of units covered. See the [Fin
* what will it do?
* who has done what beforehand?
* what materials and components will be required?
* What will you design?
* what materials and components will be used?
* where will they come from?
* how much will it cost?
* how much will they cost?
* what parts and systems will be made?
* what processes will be used?
* what tasks need to be completed?
* what is the schedule?
* what questions need to be answered?
* how will it be evaluated?
* what other questions need to be asked and answered?
## FAQ
### Do I have to answer these questions and why?
> Answer:
1. These are questions to help you *plan your final project*. Answer these and any other questions you think will help you do this.
1. These are questions to help you -plan your final project-. Answer these and any other questions you think will help you do this.
......@@ -5,7 +5,7 @@
Group assignment:
* Probe an input device's analog levels and digital signals
Individual assignment:
* Measure something: add a sensor to a microcontroller board that you have designed and read it.
* Measure something. add a sensor to a microcontroller board that you have designed and read it.
### Learning outcomes
......
......@@ -2,7 +2,9 @@
## Output Devices
* Measure the power consumption of an output device (group proejct)
Group assignment:
* Measure the power consumption of an output device
Individual assignment:
* Add an output device to a microcontroller board you've designed and program it to do something
### Learning outcomes
......
{
"faq": "### Do I have to answer these questions and why?\n> Answer:\n1. These are questions to help you *plan your final project*. Answer these and any other questions you think will help you do this. \n",
"faq": "### Do I have to answer these questions and why?\n> Answer:\n1. These are questions to help you -plan your final project-. Answer these and any other questions you think will help you do this. \n",
"tasks": [
{
"checklist": [
"what will it do?",
"who has done what beforehand?",
"what materials and components will be required?",
"What will you design?",
"what materials and components will be used?",
"where will they come from?",
"how much will it cost?",
"how much will they cost?",
"what parts and systems will be made?",
"what processes will be used?",
"what tasks need to be completed?",
"what is the schedule?",
"how will it be evaluated?",
"what other questions need to be asked and answered?"
"what questions need to be answered?",
"how will it be evaluated?"
],
"description": "Propose a final project that integrates the range of units covered. See the [Final Project Requirements](http://fabacademy.org/2019/docs/FabAcademy-Assessment/project_requirements.html) for a complete list of requirements you must fulfil.\n",
"name": "Applications and implications",
......
......@@ -8,7 +8,7 @@
"Explained problems and how you fixed them",
"Included original design files and code"
],
"description": "Group assignment:\n* Probe an input device's analog levels and digital signals\nIndividual assignment:\n* Measure something: add a sensor to a microcontroller board that you have designed and read it.\n",
"description": "Group assignment:\n* Probe an input device's analog levels and digital signals\nIndividual assignment:\n* Measure something. add a sensor to a microcontroller board that you have designed and read it.\n",
"name": "Input Devices",
"outcomes": [
"Demonstrate workflows used in circuit board design and fabrication",
......
......@@ -8,7 +8,7 @@
"Outlined problems and how you fixed them",
"Included original design files and code"
],
"description": "* Measure the power consumption of an output device (group proejct)\n* Add an output device to a microcontroller board you've designed and program it to do something\n",
"description": "Group assignment:\n* Measure the power consumption of an output device\nIndividual assignment:\n* Add an output device to a microcontroller board you've designed and program it to do something\n",
"name": "Output Devices",
"outcomes": [
"Demonstrate workflows used in circuit board design and fabrication",
......@@ -16,7 +16,7 @@
]
}
],
"version": 2018,
"version": 2019,
"unit": "Output Devices",
"unit_id": "output_devices"
}
\ No newline at end of file
......@@ -11,17 +11,16 @@ tasks:
checklist:
- what will it do?
- who has done what beforehand?
- what materials and components will be required?
- What will you design?
- what materials and components will be used?
- where will they come from?
- how much will it cost?
- how much will they cost?
- what parts and systems will be made?
- what processes will be used?
- what tasks need to be completed?
- what is the schedule?
- what questions need to be answered?
- how will it be evaluated?
- what other questions need to be asked and answered?
faq: |
### Do I have to answer these questions and why?
> Answer:
1. These are questions to help you *plan your final project*. Answer these and any other questions you think will help you do this.
1. These are questions to help you -plan your final project-. Answer these and any other questions you think will help you do this.
......@@ -7,7 +7,7 @@ tasks:
Group assignment:
* Probe an input device's analog levels and digital signals
Individual assignment:
* Measure something: add a sensor to a microcontroller board that you have designed and read it.
* Measure something. add a sensor to a microcontroller board that you have designed and read it.
outcomes:
- Demonstrate workflows used in circuit board design and fabrication
- Implement and interpret programming protocols
......
unit: Output Devices
unit_id: output_devices
version: 2018
version: 2019
tasks:
- name: Output Devices
description: |
* Measure the power consumption of an output device (group proejct)
Group assignment:
* Measure the power consumption of an output device
Individual assignment:
* Add an output device to a microcontroller board you've designed and program it to do something
outcomes:
- Demonstrate workflows used in circuit board design and fabrication
......
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