final project
This commit is contained in:
parent
7f99d684fa
commit
bfc316b8ae
50
final_project.html
Normal file
50
final_project.html
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="generator" content="pandoc">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||||
|
<title>CTH-2016 / Final Project</title>
|
||||||
|
<style type="text/css">code{white-space: pre;}</style>
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<link rel="stylesheet" href="style/html5.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<content>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">CTH-2016 / Final Project</h1>
|
||||||
|
</header>
|
||||||
|
<p>The final project is the final instalment of the CTH-2016 course. The project is a group assignment whose topic is open ended for you to choose though it must relate to some of the methods and techniques you have learned in class.</p>
|
||||||
|
<p>Each group must create a final project portfolio, which consists of a repository on Github. The deadline to hand in this portfolio is week 7 (14/12). In addition, the project needs to be presented by the members of your group in class during week 7. The duration of the presentation is expected to be 10 mins and 5 mins is allocated for a Q&A (Questions & Answers). A successful presentation will include a demonstrated ability to field questions from the audience.</p>
|
||||||
|
<h3 id="grading">Grading</h3>
|
||||||
|
<p>The final project itself (referred to as 'project portfolio') is worth 45% of your final grade for the entire course, while the project's presentation amounts to 10%.</p>
|
||||||
|
<p>Below are evaluation criteria for the portfolio and a presentation 'guideline' to help you prepare your class intervention.</p>
|
||||||
|
<h4 id="project-portfolio-45-points">Project Portfolio (45 points)</h4>
|
||||||
|
<p><strong>Concept & User Interface (15 points)</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>Is the concept of the project sound?</p></li>
|
||||||
|
<li><p>Is the user interface(s) of the project developed enough so to convey (1) the functionality of the produced software and (2) the concept the project aims to put forth?</p></li>
|
||||||
|
</ul>
|
||||||
|
<p><strong>Execution & Efficiency (15 points)</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>Does the code work and executes as intended?</p></li>
|
||||||
|
<li><p>Is the code efficient in its use of programming techniques and methods introduced in class?</p></li>
|
||||||
|
</ul>
|
||||||
|
<p><strong>Structure & Documentation (15 points)</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>Is the code structured and legible (layout of the code, meaningful variable names, etc.)?</p></li>
|
||||||
|
<li><p>Is the code and the project properly documented (inline comments, README, etc.)?</p></li>
|
||||||
|
</ul>
|
||||||
|
<h4 id="presentation-10-points">Presentation (10 points)</h4>
|
||||||
|
<p><strong>Duration: 15 mins total -- 10 mins presentation + 5 mins questions</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><p>Concept: What is your project’s name and concept? Why did you choose this concept?</p></li>
|
||||||
|
<li><p>Demo: How does your prototype function? How does one interact with the software?</p></li>
|
||||||
|
<li><p>Techniques: What are the programming methods and techniques employed?</p></li>
|
||||||
|
<li><p>Reflection: What parts of the project were difficult (and/or easy) to build and why? What could/would you have done differently? How were the team dynamics within your group?</p></li>
|
||||||
|
</ul>
|
||||||
|
</content>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
47
final_project.md
Normal file
47
final_project.md
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
---
|
||||||
|
title: CTH-2016 / Final Project
|
||||||
|
---
|
||||||
|
|
||||||
|
The final project is the final instalment of the CTH-2016 course. The project is a group assignment whose topic is open ended for you to choose though it must relate to some of the methods and techniques you have learned in class.
|
||||||
|
|
||||||
|
Each group must create a final project portfolio, which consists of a repository on Github. The deadline to hand in this portfolio is week 7 (14/12). In addition, the project needs to be presented by the members of your group in class during week 7. The duration of the presentation is expected to be 10 mins and 5 mins is allocated for a Q&A (Questions & Answers). A successful presentation will include a demonstrated ability to field questions from the audience.
|
||||||
|
|
||||||
|
### Grading
|
||||||
|
|
||||||
|
The final project itself (referred to as 'project portfolio') is worth 45% of your final grade for the entire course, while the project's presentation amounts to 10%.
|
||||||
|
|
||||||
|
Below are evaluation criteria for the portfolio and a presentation 'guideline' to help you prepare your class intervention.
|
||||||
|
|
||||||
|
####Project Portfolio (45 points)
|
||||||
|
|
||||||
|
__Concept & User Interface (15 points)__
|
||||||
|
|
||||||
|
* Is the concept of the project sound?
|
||||||
|
|
||||||
|
* Is the user interface(s) of the project developed enough so to convey (1) the functionality of the produced software and (2) the concept the project aims to put forth?
|
||||||
|
|
||||||
|
__Execution & Efficiency (15 points)__
|
||||||
|
|
||||||
|
* Does the code work and executes as intended?
|
||||||
|
|
||||||
|
* Is the code efficient in its use of programming techniques and methods introduced in class?
|
||||||
|
|
||||||
|
__Structure & Documentation (15 points)__
|
||||||
|
|
||||||
|
* Is the code structured and legible (layout of the code, meaningful variable names, etc.)?
|
||||||
|
|
||||||
|
* Is the code and the project properly documented (inline comments, README, etc.)?
|
||||||
|
|
||||||
|
####Presentation (10 points)
|
||||||
|
|
||||||
|
__Duration: 15 mins total -- 10 mins presentation + 5 mins questions__
|
||||||
|
|
||||||
|
* Concept: What is your project’s name and concept? Why did you choose this concept?
|
||||||
|
|
||||||
|
* Demo: How does your prototype function? How does one interact with the software?
|
||||||
|
|
||||||
|
* Techniques: What are the programming methods and techniques employed?
|
||||||
|
|
||||||
|
* Reflection: What parts of the project were difficult (and/or easy) to build and why? What could/would you have done differently? How were the team dynamics within your group?
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,7 @@
|
|||||||
<li><a href="#course-synopsis-description">Course Synopsis / Description</a></li>
|
<li><a href="#course-synopsis-description">Course Synopsis / Description</a></li>
|
||||||
<li><a href="#syllabus">Syllabus</a></li>
|
<li><a href="#syllabus">Syllabus</a></li>
|
||||||
<li><a href="#assignments">Assignments</a></li>
|
<li><a href="#assignments">Assignments</a></li>
|
||||||
|
<li><a href="#final-project">Final Project</a></li>
|
||||||
<li><a href="#assessment-grading">Assessment / Grading</a></li>
|
<li><a href="#assessment-grading">Assessment / Grading</a></li>
|
||||||
<li><a href="#study-load">Study load</a></li>
|
<li><a href="#study-load">Study load</a></li>
|
||||||
<li><a href="#instructor">Instructor</a></li>
|
<li><a href="#instructor">Instructor</a></li>
|
||||||
@ -142,6 +143,11 @@
|
|||||||
<li><a href="./assignments.html">Assignment #3: Localhost's Imitation Game</a></li>
|
<li><a href="./assignments.html">Assignment #3: Localhost's Imitation Game</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Each individual assignment will be posted on the day of the class (weeks 1, 2, 3).</p>
|
<p>Each individual assignment will be posted on the day of the class (weeks 1, 2, 3).</p>
|
||||||
|
<h2 id="final-project">Final Project</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="./final_project.html">Final Project Evaluation Criteria</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>The final project is a group project that needs to be presented and handed in in the final week of the course (week 7). The topic of the project is open for you to decide but must be signed off by the instrutor not later than two weeks (week 5) before the presentation.</p>
|
||||||
<h2 id="assessment-grading">Assessment / Grading</h2>
|
<h2 id="assessment-grading">Assessment / Grading</h2>
|
||||||
<p>Grading for the module consists of (1) three assigments scheduled to be delivered during first part the block and (2) a final group project that will be presentated during the last session of the semester.</p>
|
<p>Grading for the module consists of (1) three assigments scheduled to be delivered during first part the block and (2) a final group project that will be presentated during the last session of the semester.</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
6
index.md
6
index.md
@ -133,6 +133,12 @@ During this session, time will be allocated to answer questions regarding final
|
|||||||
|
|
||||||
Each individual assignment will be posted on the day of the class (weeks 1, 2, 3).
|
Each individual assignment will be posted on the day of the class (weeks 1, 2, 3).
|
||||||
|
|
||||||
|
## Final Project
|
||||||
|
|
||||||
|
* [Final Project Evaluation Criteria](./final_project.html)
|
||||||
|
|
||||||
|
The final project is a group project that needs to be presented and handed in in the final week of the course (week 7). The topic of the project is open for you to decide but must be signed off by the instrutor not later than two weeks (week 5) before the presentation.
|
||||||
|
|
||||||
## Assessment / Grading
|
## Assessment / Grading
|
||||||
|
|
||||||
Grading for the module consists of (1) three assigments scheduled to be delivered during first part the block and (2) a final group project that will be presentated during the last session of the semester.
|
Grading for the module consists of (1) three assigments scheduled to be delivered during first part the block and (2) a final group project that will be presentated during the last session of the semester.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user