-
Notifications
You must be signed in to change notification settings - Fork 0
/
assignment2.html
128 lines (110 loc) · 4.54 KB
/
assignment2.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
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-22315352-14"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-22315352-14');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assignment 2 - YSDN 4003 - Advanced Topics in Interactivity 2020</title>
<link href="https://fonts.googleapis.com/css2?family=Martel:wght@400;700&family=Rubik:wght@400;500;700&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/assignment2.css" rel="stylesheet">
</head>
<body class="assignment">
<div class="side-menu">
<div class="wrapper">
<div class="logo">
<a href="index.html"><img src="img/logo_red.svg"/></a>
<p class="tagline red">Advanced Topics in Interactivity<br/>York University</p>
</div>
<div class="menu">
<ul class="menu-list">
<li class="items"><a href="index.html">Home</a></li>
<li class="items"><a href="about.html">About</a></li>
</ul>
<ul class="menu-list">
<li class="items"><a href="methodology.html">Methodology</a></li>
<li class="items"><a href="student-process.html">Student process</a></li>
</ul>
<ul class="menu-list">
<li class="items"><a href="assignment1.html">Assignment 1</a></li>
<li class="items active"><a href="assignment2.html">Assignment 2</a></li>
<li class="items"><a href="assignment3.html">Assignment 3</a></li>
<li class="items"><a href="assignment4.html">Assignment 4</a></li>
</ul>
</div>
<div class="direct-block">
<div class="name">
<h5>Course director</h5>
<p>Philippe Jean</p>
</div>
<div class="time">
<h5>When</h5>
<p>Tuesday 4:30pm - 8:30pm Eastern Time (ET)</p>
</div>
</div>
</div>
</div>
<div class="main">
<div class="wrapper">
<div class="page-title">
<span>Context</span>
<span class="right">Assignment 2 - Selection</span>
</div>
<div class="heading">
<h1>Students will begin their journey of reappropriation by selecting another project from their peer class. </h1>
</div>
</div>
<div class="content">
<div class="wrapper">
<div class="description">
<div class="tab">
<p>First, students will select a project where they see an opportunity to continue and grow values through a digital experience outcome.</p><p>Second, students will provide an in-depth analysis.</p>
<a href="files/YSDN4003-Assignement2.pdf" target="_blank">Evaluation Criteria</a></p>
</div>
</div>
<div class="article">
<div class="date-block">
<h5>Introduction</h5>
<p class="date">Week 3 - September 29</p>
</div>
<div class="article-content">
<p>In order, you will:</p>
<div class="answers">
<ul>
<li>Select a project you want to work with for the rest of the semester </li>
<li>Briefly explain your decision</li>
<li>Apply a full heuristic evaluation of the current state of the project and what which area you want to increase impact and digital experience</li>
<li>Summarize a clear take away statement of what is currently strong and what needs more attention and works</li>
</ul>
</div>
<p>For future information on these techniques, please refer to the <a href="methodology.html">toolbox section</a> on the class website.</p>
<p>Submission procedure and guidelines:</p>
<div class="answers">
<ul>
<li>In class, pick a project from your peers. It’s acceptable if multiple students select the same project.</li>
<li>Reminder, you are not allowed to continue with your project.</li>
<li>Briefly explain your decision.</li>
<li>Copy and paste the heuristic evaluation Figma template into your new project.</li>
<li>Execute your heuristic evaluation in your new project.</li>
<li>Briefly analyze after heuristic evaluation is complete.</li>
<li>All materials should be clearly labeled in your Figma space and on your process class website.</li>
</ul>
</div>
<ul class="black">
<li class="bold">Due Next Week</li>
<li>Assignment 2 submission at the beginning of the class.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>