Skip to content
Permalink
Browse files
Added template for 7048CEM/7030CEM report marking
  • Loading branch information
digehode committed Aug 25, 2020
1 parent b41350a commit 761757f10236ed07b82394be54c62a098de6f9a5
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 0 deletions.
@@ -6,3 +6,6 @@ __pycache__
site
examples/*.html

/build/
/dist/
/venv/
@@ -0,0 +1,29 @@
---
student: Some Student
supervisor: Some Staff Member
role: First Supervisor
code: 7048CEM
---

# Objectives [10/10]

- Objective comments
# Research Methods [30/30]

- RM Comments

# Data Collection [20/20]

- Data collection comments
# Solution [20/20]

- Comment


# Project Management [10/10]

- Comments on project management

# Report Structure [10/10]

- Report structure comments
@@ -0,0 +1,257 @@
<!doctype html>
<html lang="en">

<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link rel="stylesheet" href="coursework.css">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous">

<title>{{header.code}} Final Feedback</title>
</head>

<body>


<!-- The Main Container. container-lg is responsive, with large screen (960px) width-->
<div class="container-lg mainbody">
<div class="col">
<h1>{{header.code}} Project Report </h1>
<h2>Report Grading and Feedback</h2>
</div>

<div class="row pt-4">
<div class="col-md-4 border bg-light">
<h5>Student Name</h5>
</div>
<div class="col border">
{{ header.student }}
</div>
</div>
<div class="row">
<div class="col-md-4 border bg-light">
<h5>{{ header.role }}</h5>
</div>
<div class="col border">
{{ header.supervisor }}
</div>
</div>

<!-- Marks Section -->
<!-- And the Main Content-->
<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>Overall Meeting of Objectives in relation to research question</h4>
</div>
<div class="col border text-right">
<h4> {{content.Objectives.getMarks()}} </h4>
</div>
</div>
<div class="row">
<div class="col-md border">
<em>Criteria</em>
<ul>
<li>Formulate a research question and derived objectives suitable for the degree and consistent with the time and resource available to conduct the research.
<li>Achievement of project objectives

</ul>
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
{{ content.Objectives }}
</div>
</div>
<!-- END BLOCK -->

<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>Research Methods and Literature Review, with Discussion and Analysis</h4>
</div>
<div class="col-md border text-right">
<h4>{{ content.Research_Methods.getMarks() }}</h4>
</div>
</div>
<div class="row">
<div class="col-md border">
<em>Criteria</em>
<ul>
<li> Critically evaluate the context of the research,
synthesising ideas from a referenced review of relevant
source material.</li>
<li> Select and justify choice of approach taken in
research (i.e. research methods) to suit the
requirements of the specific research
question.</li>

</ul>
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
{{ content.Research_Methods }}
</div>
</div>
<!-- END BLOCK -->




<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>Data Collection, Analysis and Discussion</h4>
</div>
<div class="col-md border text-right">
<h4>{{content.Data_Collection.getMarks()}}</h4>
</div>
</div>
<div class="row">
<div class="col-md border">
<em>Criteria</em>
<ul>
<li> Devise and perform an investigation, informed by the finding or previous workers in the field.
<li> For practical problem solving projects to include requirements/design/implementation/testing.
</ul>
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
{{content.Data_Collection}}
</div>
</div>
<!-- END BLOCK -->



<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>Solution, Conclusion and Recommendations</h4>
</div>
<div class="col-md border text-right">
<h4>{{content.Solution.getMarks()}}</h4>
</div>
</div>
<div class="row">
<div class="col-md border">
<em>Criteria</em>
<ul>
<li> The degree of ingenuity and originality in the formulation of a solution and conclusions thereof
<li> Summarised critical evaluation of subject area
<li> Recommendations for identifiable problem area, with consideration to short to medium term resolutions'
<li> Recommendations for the long term future
<li> Depth of thought, consideration, with a build up rationale supported by the project approach
<li> Present finding/solution with clarity.
<li> Demonstration of benefit of work undertaken.
<li> For practical problem solving projects to include products (working systems or prototypes) - This may require a software demonstration of the working product.

</ul>
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
{{content.Solution}}
</div>
</div>
<!-- END BLOCK -->



<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>Project Management and Critical Evaluation of Performance and Conduct</h4>
</div>
<div class="col-md border text-right">
<h4>{{content.Project_Management.getMarks()}}</h4>
</div>
</div>
<div class="row">
<div class="col-md border">
<em>Criteria</em>
<ul>
<li> Critical evaluation of project conduct, appropriateness of methods employed with lessons learnt and effectiveness of the experience
<li> PM and quality assurance of conduct of project
<li> Utilisation of appropriate project management practices including Risk Analysis, work breakdown and gannt charts
<li> Consideration of risks in carrying out the research.

</ul>
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
{{content.Project_Management}}
</div>
</div>
<!-- END BLOCK -->




<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>Report Structure and Cohesiveness</h4>
</div>
<div class="col-md border text-right">
<h4>{{ content.Report_Structure.getMarks() }}</h4>
</div>
</div>
<div class="row">
<div class="col-md-12 border">
<em>Please comment on:</em>
<ul>
<li> Flow, professionalism, comprehension, completeness and presentation of report, utilisation and
reference to appropriate diagrams, charts, figures
</ul>
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
{{ content.Report_Structure }}
</div>
</div>
<!-- END BLOCK -->

<!-- Total part -->
<div class="row pt-4">
<div class="col-md-10 border text-right">
<h4>TOTAL</h4>
</div>
<div class="col border text-right">
<h3>{{ calcs.marksAwarded }}</h3>
</div>

</div>
</div>





<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>



</body>

</html>

0 comments on commit 761757f

Please sign in to comment.