-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcriterionD.html
More file actions
130 lines (122 loc) · 9.67 KB
/
criterionD.html
File metadata and controls
130 lines (122 loc) · 9.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<title>Criterion D</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="shortcut icon" type="image/x-icon" href="images/jedi.logo.png">
<h1 style="text-align:center;">Our Project - Criterion D: Evaluating</h1>
<img class="centre" style="font-size: 14px; text-align: center; display: block; margin-left: auto; margin-right: auto;" src="images/luketemple.gif" alt="thenewjediorder" width="625" height="250" >
<h3 style = "text-align:center;"><em>It's time for the Jedi... to end.</em></p>
<p></p>
<h3><b>
<div class="navbar">
<a href="https://0653635.github.io/index.html">Homepage</a>
<a href="https://0653635.github.io/programme.html">MYP Criterion</a>
<a href="https://0653635.github.io/criterionA.html">Criterion A</a>
<a href="https://0653635.github.io/criterionB.html">Criterion B</a>
<a href="https://0653635.github.io/criterionC.html">Criterion C</a>
<a href="https://0653635.github.io/criterionD.html">Criterion D</a>
<a href="https://0653635.github.io/references.html" class="right">References</a>
</div>
</b></h3>
<h3 style="text-align: center;">Criterion D - Evaluating</h3>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Tabs - Default functionality</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="/resources/demos/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$( function() {
$( "#tabs" ).tabs();
} );
</script>
</head>
<body>
<div id="tabs">
<ul>
<li><a href="#tabs-1"><b>Testing Methods</b></a></li>
<li><a href="#tabs-2"><b>Critical Evaluation Against Design Specification</b></a></li>
<li><a href="#tabs-3"><b>Improvements</b></a></li>
<li><a href="#tabs-4"><b>The Solution's Impact</b></a></li>
</ul>
<div id="tabs-1">
<p><em>Design detailed and relevant testing methods, which generate data, to measure the success of the solution.</em></p>
<p>To evaluate the success of the robot, a survey, in the format of a google form, was created for the Year 9/10 Computer Science Class. The survey consisted of two sections that asked about the status of the robot and webpage. The first section about the robot covered questions about whether the robot could follow a line, turn and stop at a designated point. These questions were asked in order to ensure that the robot works towards or achieves the Australian Curriculum requirements. For these questions, the answers were given in a “Yes”, “No” and “Maybe” format. The final questions in the section asked about the overall design of the robot and the overall innovation of the robot. The questions asked users to provide a rating between 1-5. At the end of the section, there was an optional section that asked participants to provide an open-ended response about any additional feedback about the robot. The second section addressed the webpage. One question in the section asked whether the website fulfilled its purpose in presenting the project, in the format of “Yes”, “No” and “Maybe”. The final questions of the section asked the user to provide a rating between 1-5 about the navigation system, formatting and the color scheme.</p>
</div>
<div id="tabs-2">
<p><em>Critically evaluate the success of the solution against the design specification.</em></p>
<table>
<tr>
<th><b>Criteria</b></th>
<th><b>Average Scores</b></th>
<th><b>Conclusion</b></th>
</tr>
<tr>
<td><b>Function</b></td>
<td><b><u>Overall: 82%</u></b>
<ul>
<li>Following a line: 96%</li>
<li>Turning the robot: 100%</li>
<li>Stopping at a designated point: 54%</li>
<li>Design: 80%</li>
<li>Innovation: 82%</li>
</ul>
</td>
<td><p>The peer review results indicate that our final robot was able to meet all of the guidelines set before the commencement of the project. Analysis of the responses reveal that all criteria have average peer review results results which are above the 50% threshold we consider for success in a specific criterion.</p>
<p>Hence, we considered that we attained a level of success necessary for the 7 - 8 Excellent level:</p>
<p><em>“The robot successfully follows the black line. Any objects that are obstructing the robot are successfully detected and removed from the environment. The robot successfully turns and stops at designated stops when necessary.”</em></p>
</td>
</tr>
<tr>
<td><b>Presentation of the website</b></td>
<td><b><u>Overall: 84%</u></b>
<ul>
<li>Purpose: 100%</li>
<li>Navigation: 80%</li>
<li>Formatting: 80%</li>
<li>Colour scheme: 77%</li>
</ul>
</td>
<td><p>The peer review results for our website have been outstanding. This is evident as the results for all criteria average above 75%. This indicates that we have achieved outstanding results for our website from our peers.</p>
<p>Hence, we again considered that we attained a level of success necessary for the 7 - 8 Excellent level:</p>
<p><em>“The website presents information in a visually appealing and sophisticated manner. The user is able to successfully navigate through the interface.“</em></p>
</td>
</tr>
</table>
<h2><b>Screenshots of our Survey results</b></h2>
<img class="centre" style="font-size: 14px; text-align: center; display: block; margin-left: auto; margin-right: auto;" src="robot/form1.png" alt="form1" width="600" height="565" >
<img class="centre" style="font-size: 14px; text-align: center; display: block; margin-left: auto; margin-right: auto;" src="robot/form2.png" alt="form2" width="581" height="525" >
<img class="centre" style="font-size: 14px; text-align: center; display: block; margin-left: auto; margin-right: auto;" src="robot/form3.png" alt="form3" width="600" height="270" >
<img class="centre" style="font-size: 14px; text-align: center; display: block; margin-left: auto; margin-right: auto;" src="robot/form4.png" alt="form4" width="600" height="562" >
<img class="centre" style="font-size: 14px; text-align: center; display: block; margin-left: auto; margin-right: auto;" src="robot/form5.png" alt="form5"" width="600" height="562" >
</div>
<div id="tabs-3">
<p><em>Explain how the solution could be improved.</em></p>
<p>One possible improvement to the solution would be to construct the robot using popular and more advanced robotics templates, such as Arduino or Raspberry Pi. This would benefit the solution because the Arduino and Raspberry Pi have greater capabilities than Mindstorm Ev3s. For instance, Arduino boards are able to control numerous motors at once. Furthermore, the electrical circuits can be easily mounted using glue and an acrylic sheet, and as a result this structure is more rigid compared to the lego structure.</p>
<p>Motors that are compatible with Arduino are more powerful than the motors compatible with Mindstorm Ev3s. Powerful motors benefit the robot because problems regarding turning while supporting the heavy weight of the robot will be eliminated. Moreover, the motors that are compatible with Arduino are powerful and lightweight compared to the motors compatible with Mindstorm Ev3s. Using an Arduino would have allowed a more complex arm, like one that is able to move up, down, left and right. In particular, servo motors are highly effective when creating arms that are able to rotate 360 degrees.</p>
</div>
<div id="tabs-4">
<p><em>Explain the impact of the solution on the client/target audience.</em></p>
<p>Our solution was aimed at our peers and the wider scientific community for the purpose of educating about the importance of the upcoming fourth industrial revolution which will in turn affect future job opportunities. In particular we have approached our project in the hope of exploring how further knowledge of computer science and robotics can be applied to the field of autonomous cars. This is evident from our final product, which was able to display our sound comprehension of complex computer science and robotics principles. Our final product was able to meet all guidelines. For instance, it was able to follow a line, turn and stop when designated. Furthermore, in our introduction, we have cited various applications and implications of computer science and robotics on our future. Our report has cited various medical and agricultural robotics applications, whilst considering the implications these technologies will have on the years ahead. In addition, we have conducted a comprehensive analysis of the economic factors associated with the growth of robotics in the industrial landscape yielding both positive and negative results. This leads to the belief that the contribution to robotics to worldwide growth will be significant.</p>
</div>
</div>
</body>
</html>
<html lang="en">
<link rel="stylesheet" type="text/css" href="/css/main.css">
<p></p>
<h3><b>
<div class="navbar">
<a href="https://0653635.github.io/index.html">Homepage</a>
<a href="https://0653635.github.io/programme.html">MYP Criterion</a>
<a href="https://0653635.github.io/criterionA.html">Criterion A</a>
<a href="https://0653635.github.io/criterionB.html">Criterion B</a>
<a href="https://0653635.github.io/criterionC.html">Criterion C</a>
<a href="https://0653635.github.io/criterionD.html">Criterion D</a>
<a href="https://0653635.github.io/references.html" class="right">References</a>
</div>
</b></h3>
</html>