This repository has been archived by the owner on Sep 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.jinja
163 lines (134 loc) · 7.66 KB
/
index.jinja
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!doctype html5>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Grade Report</title>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<style> {% include "code-style.css" %} </style>
<style> {% include "main.css" %} </style>
</head>
<body>
<nav class="navbar navbar-default" role="navigation" id="fixed-bar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand navbar-link normal">CS 241: Grade Report</a>
<span class="navbar-brand navbar-link small">Grade Report</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav" id="nav-list">
</ul>
</div>
</div>
</nav>
<div id="offline" class="hidden">
<div class="col-md-2 col-sm-1 col-xs-0"></div>
<div class="col-md-8 col-sm-10 col-xs-12">
<div id="content">
<div class="wrapper">
<div class="pad"><div class="card">
<div class="title"><h2 class="title-text">Please View online</h2></div>
</div>
<div class="container-fluid"><div class="row"><div class="content col-sm-11 .col-sm-offset-1">
<p>Please visit your subversion in order to view this report properly https://subversion.ews.illinois.edu/svn/</p>
</div></div></div>
</div>
</div>
</div>
</div>
</div>
<div id="client_error" class="hidden">
<div class="col-md-2 col-sm-1 col-xs-0"></div>
<div class="col-md-8 col-sm-10 col-xs-12">
<div id="content">
<div class="wrapper">
<div class="pad"><div class="card">
<div class="title"><h2 class="title-text">Sorry!</h2></div>
</div>
<div class="container-fluid"><div class="row"><div class="content col-sm-11 .col-sm-offset-1">
<p>We have not pushed the grades to your repository yet. Please make a piazza post if one has not already been made. We are working to fix this.</p>
</div></div></div>
</div>
</div>
</div>
</div>
</div>
<div id="server_error" class="hidden">
<div class="col-md-2 col-sm-1 col-xs-0"></div>
<div class="col-md-8 col-sm-10 col-xs-12">
<div id="content">
<div class="wrapper">
<div class="pad"><div class="card">
<div class="title"><h2 class="title-text">Server Error!</h2></div>
</div>
<div class="container-fluid"><div class="row"><div class="content col-sm-11 .col-sm-offset-1">
<p>Something is <i>really</i> messed up. We will contact engineering it to fix this.</p>
</div></div></div>
</div>
</div>
</div>
</div>
</div>
<div id="main">
<div class="col-md-2 col-sm-1 col-xs-0"></div>
<div class="col-md-8 col-sm-10 col-xs-12">
<div id="contain">
<div class="wrapper">
<div class="pad"><div class="card">
<div class="title"><h2 class="title-text">Score: [<span id="total_score">0</span>/<span id="total_points">0</span>]</h2></div>
<div class="container-fluid"><div class="row"><div class="content col-sm-11 .col-sm-offset-1">
<p>Timestamp: [<span id="timestamp"></span>]</p>
</div></div></div>
</div></div>
</div>
<div class="wrapper">
<div class="pad"><div class="card">
<div class="title"><h2 class="title-text"> Disclaimer </h2> </div>
<div class="container-fluid"><div class="row"><div class="content col-sm-11 .col-sm-offset-1">
<p>If this is a pre-deadline autograde, this a preliminary measurement of your grade. If this is after the deadline, this is your final grade for the assignment. Your grade may change up or down based on the correctness of your program. We make every effort to ensure that our autograder is 'smart' enough to not count off for simple things like grammar but, in doing so, we may inadvertently allow for incorrect code to be counted as correct. If we have to change our script to better reflect the correctness of your program, we will run the script on every testcase and update every student's output to ensure fairness.</p>
</div></div></div>
</div></div>
</div>
<div class="wrapper">
<div class="pad"><div class="card">
<div class="title"><h2 class="title-text"> Academic Integrity </h2> </div>
<div class="container-fluid"><div class="row"><div class="content col-sm-11 .col-sm-offset-1">
<p>Cheating is taken very seriously in CS 241 and all cases of cheating will be brought to the University, your department, and your college. You should understand how academic integrity applies to Computer Science courses.</p>
<p>If you are caught cheating on an assignment and it was your first offense then you will lose all points for the assignment and your final course grade will be lowered by one whole letter grade. If you are caught cheating on an assignment and it was your second offense then you will automatically fail the course.</p>
<p>Rule of Thumb - If at any point you submit an assignment that does not reflect your understanding of the material, then you have probably cheated.</p>
<p>Additionally, you may not publish your solutions or leave them in 'plain view' thereby leaving your programs open to copying, which constitutes cheating. If your code or a variation of it is found publicly accessible, then you will receive a letter grade reduction for each assignment. For example, if we find your code on GitHub for one MP then you will receive a letter grade reduction. 2 letter grades for 2 assignments and so on. If you are confused on what it means to be 'publicly accessible', then do not put your code anywhere besides https://subversion.ews.illinois.edu and take measures to ensure that nobody can copy your code, so that you are not charged with a violation.</p>
</div></div></div>
</div></div>
</div>
<div class="wrapper" style="padding-bottom:40px">
<div class="pad"><div class="card">
<div class="title"><h2 class="title-text"> Test Cases </h2> </div>
<div class="container-fluid"><div class="row"><div class="content col-sm-11 .col-sm-offset-1">
<div class="row">
<div class="col-sm-4 col-xs-12">
<h3 style="text-align:left">Revision: <span id="revision"></span></h3>
</div>
<div class="col-sm-8 col-xs-12">
<h3 style="text-align:right">Timestamp: <span id="time"></span> </h3>
</div>
</div>
<h4 style="left:0">SHA1 checksum(s):</h4>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code id="sha1">
</code></pre></div></div>
<div id="tests" class="container-fluid">
</div>
</div></div></div>
</div></div>
</div>
</div>
</div>
<script type="text/javascript">{% include "main.js" %}</script>
</body>
</html>