The solution cover page: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Grading, assessment, and knowing<ref>http://www.flaticon.com/</ref> == Introduction == The internal assessment is split into two parts,...")
 
Line 7: Line 7:
== Cover Page Requirements ==  
== Cover Page Requirements ==  


* The cover page form to be used is included in HTML format within the zip file available on the OCC.
* The cover page form to be used is included in HTML. The HTML is below.
* The cover page must be submitted in HTML format and should provide access to the product and associated documentation via relative hyperlinks.
* The cover page must be submitted in HTML format and should provide access to the product and associated documentation via relative hyperlinks.
* The cover page is not included in the overall word count for the project, nor is its functionality assessed.
* The cover page is not included in the overall word count for the project, nor is its functionality assessed.
* Information to access or locate the product, for example, a username and password, must be provided in the cell on the cover page.
* Information to access or locate the product, for example, a username and password, must be provided in the cell on the cover page.
* The cover page must be called [cand_no]_[cand_name]_CoverPage.htm and be located in the top level folder.
* The cover page must be called [cand_no]_[cand_name]_CoverPage.htm and be located in the top level folder.
== HTML for your cover page ==
<syntaxhighlight lang="html" linenumbers="yes">
<html> foo </html>
</syntaxhighlight>


== References ==  
== References ==  


[[Category:internal assessment]]
[[Category:internal assessment]]

Revision as of 07:44, 28 December 2016

Grading, assessment, and knowing[1]

Introduction

The internal assessment is split into two parts, a group4 project and the solution. This page describes the requirements of the cover page for the solution.

Cover Page Requirements

  • The cover page form to be used is included in HTML. The HTML is below.
  • The cover page must be submitted in HTML format and should provide access to the product and associated documentation via relative hyperlinks.
  • The cover page is not included in the overall word count for the project, nor is its functionality assessed.
  • Information to access or locate the product, for example, a username and password, must be provided in the cell on the cover page.
  • The cover page must be called [cand_no]_[cand_name]_CoverPage.htm and be located in the top level folder.

HTML for your cover page

<html> foo </html>

References