-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (112 loc) · 6.42 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190 Student: Kara Wacenske</title>
<link rel = "stylesheet" href = styles.css>
</head>
<body>
<h1>Kara Wacenske's CSCE site</h1>
<div class = "assignments">
<!--Problem Statement Assignment-->
<section class = "assignment">
<a href = "files/problem statement.pdf"><img src = "images/problemstatement.PNG"></a>
<section class = "ass-details">
<a href = "files/problem statement.pdf"><h2>Problem Statement</h2></a>
<p:>
Teachers have switched their classes to be hybrid or online and have chosen to use their comfortable choice of apps or websites as a result of the virus of Covid-19; due to this students are drowning in work and deadlines as usual but with the added factor of many sites. Professors and teachers only visit one while students juggle many classes and sites along with multiple deadlines daily. Our solution is to organize these sites and make it more efficient and effective for everyone!
</p:>
</section>
</section>
<!--Affinity Diagram Assignmment-->
<section class = "assignment">
<a href = "files/affinitydiagram.pdf"><img src = "images/affinitydiagram.PNG"></a>
<section class = "ass-details">
<a href = "files/affinitydiagram.pdf"><h2>Affinity Diagram</h2></a>
<p:>
My group and I brainstormed ideas on how to solve our problem with multiple statements.
</p:>
</section>
</section>
<!--Persona Assignmment-->
<section class = "assignment">
<a href = "files/Team Whiskey - Personas.pdf"><img src = "images/personas-teamwhiskey.PNG"></a>
<section class = "ass-details">
<a href = "files/Team Whiskey - Personas.pdf"><h2>Personas</h2></a>
<p:>
My group and I each made a persona on how they would use our software. We each took the time to show how they would use the software given their jobs or lives.
</p:>
</section>
</section>
<!--Group Storyboards-->
<section class = "assignment">
<a href = "files/storyboards team whiskey.pdf"><img src = "images/storyboard-wacenske.PNG"></a>
<section class = "ass-details">
<a href = "files/storyboards team whiskey.pdf"><h2>Storyboards</h2></a>
<p:>
We each made our own story board using our persona from the assignment before in order to explain how someone might use our software.
</p:>
</section>
</section>
<!--Sketches Assignment-->
<section class = "assignment">
<a href = "files/sketches of linkage-final.pdf"><img src = "images/sketches-teamwhiskey.PNG"></a>
<section class = "ass-details">
<a href = "files/sketches of linkage-final.pdf"><h2>Sketches</h2></a>
<p:>
We each made a sketch of how we wanted the app to look like and we all chose Zandair's.
</p:>
</section>
</section>
<!--Paper Prototype Assignment-->
<section class = "assignment">
<a href = "https://youtu.be/wJQcpNnCBnM"><img src = "images/paper-prototype.PNG"></a>
<section class = "ass-details">
<a href = "https://youtu.be/wJQcpNnCBnM"><h2>Paper Prototype</h2></a>
<p:>
I have made a paper prototype on how I think our app linkage should work.
</p:>
</section>
</section>
<!--Usability Testing Script Assignment-->
<section class = "assignment">
<a href = "files/Usablilty Testing Script and Results.pdf"><img src = "images/usability testing.PNG"></a>
<section class = "ass-details">
<a href = "files/Usablilty Testing Script and Results.pdf"><h2>Usability Testing Script</h2></a>
<p:>
Scenarios for using the low fidelity prototype and the results that should be kept and changed.
</p:>
</section>
</section>
<!--Low Fidelity Prototype Assignment-->
<section class = "assignment">
<a href = "files/linkage lo fi prototype/index.html"><img src = "images/low fi prototype-linkage.png"></a>
<section class = "ass-details">
<a href = "files/linkage lo fi prototype/index.html"><h2>Low Fidelity Prototype</h2></a>
<p:>
Our team has created a low fidelity prototype for how we see our app working in the future.
</p:>
</section>
</section>
<!--High Fidelity Prototype Assignment-->
<section class = "assignment">
<a href = "files/linkage hi fi prototype/index.html"><img src = "images/high fi prototype- linkage.PNG"></a>
<section class = "ass-details">
<a href = "files/linkage hi fi prototype/index.html"><h2>High Fidelity Prototype</h2></a>
<p:>
The team has created a high fidelity prototype for how we see our app being used by those who are overwhelmed in school work.
</p:>
</section>
</section>
<!--High Fidelity Prototype Presentation-->
<section class = "assignment">
<a href = "https://youtu.be/vURn-0mfexE"><img src = "images/linkage presentation.PNG"></a>
<section class = "ass-details">
<a href = "https://youtu.be/vURn-0mfexE"><h2>High Fidelity Prototype Presentation</h2></a>
<p:>
Above is a video of the prototype and our view on the issue that was presented.
</p:>
</section>
</section>
</div>
</body>
</html>