-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathfaq.html
More file actions
130 lines (113 loc) · 6.96 KB
/
faq.html
File metadata and controls
130 lines (113 loc) · 6.96 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">
<head>
<title>FAQ</title>
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="./theme/css/main.css" />
<link rel="icon" href="./assets/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./assets/images/favicon.ico" type="image/x-icon">
</head>
<body id="index" class="home">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" 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>
<a class="navbar-brand" href="./">
Data 8 Summer 2022
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="./faq.html">FAQ</a></li>
<li><a href="./office-hours.html">Office Hours</a></li>
<li><a href="./policies.html">Policies</a></li>
<li><a href="./staff.html">Staff</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./materials.html">Materials</a></li>
<li><a href="./python-reference.html">Python Reference</a></li>
<li><a href="./supplemental-videos.html">Supplemental Videos</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Links <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://data8.org/connector/">Connectors</a></li>
<li><a href="http://data8.datahub.berkeley.edu/">DataHub</a></li>
<li><a href="http://data8.org/datascience/">Datascience Docs</a></li>
<li><a href="https://edstem.org/us/courses/22713/discussion/">Ed</a></li>
<li><a href="http://data.berkeley.edu">Berkeley Division of Data Sciences</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="archive-banner">
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
<a href="https://data8.org">Find current offerings.</a>
</div>
<h2>FAQ</h2>
<p>On this page you will find answers to many frequently asked questions. Please note that our official course policies are outlined on the policies page. If you cannot find the answer to your question, you are encouraged to reach out to your lab TA or post on Ed.</p>
<h3>Enrollment</h3>
<ol>
<li>
<p><strong>Will I be allowed to take the course remotely?</strong></p>
<p>The summer 2022 iteration offers a limited number of remote sections for students with extenuating circumstances. Extenuating circumstances include - but are not limited to - medical reasons, employment, or housing. Prior to the term, a form will be sent out to all students. The decisions will be released prior to the drop deadline.</p>
</li>
<li>
<p><strong>What is self-service lab?</strong></p>
<p>Self-service lab allows students with prior university-level coding and statistics backgrounds to be exempt from going to lab. These students will not be assigned a lab section and are expected to finish the lab assignments independently. Along with the remote accommodations form a self-service lab application will be sent out. </p>
</li>
</ol>
<h3>Logistics</h3>
<ol>
<li>
<p><strong>Where will our grades for assignments be displayed for the course?</strong></p>
<p>Grades will be displayed on Gradescope for the written and autograded portions for all assignments (homeworks, labs, projects, and exams). For homeworks and projects, your total grade is the sum of the autograded portion and the written portion.</p>
</li>
<li>
<p><strong>I passed all the tests when doing my homework/project, but still got points off on the autograded portion of the assignment. Why is this happening?</strong></p>
<p>The homeworks and projects have hidden tests that are not visible to students while they do the assignment. In order to pass these hidden tests, you must test your code yourself and make sure your answer is correct. Our tests are not always comprehensive.</p>
</li>
<li>
<p><strong>I have a 0 on Gradescope for a lab that I attended and got checked off. Why is this?</strong></p>
<p>You likely did not submit the lab. If it is before the regrade deadline, submit the lab, and let your lab TA know.</p>
</li>
<li>
<p><strong>I worked with a partner on a project, and they have a grade on Gradescope for the project while I do not. Why is this happening?</strong></p>
<p>This is normal. Only one partner should have a grade on Gradescope, but the score will be applied to both partners.</p>
</li>
<li>
<p><strong>I noticed a mistake in the grading of the written portion of my homework. How can I get this fixed?</strong></p>
<p>To get this fixed, you must submit a regrade request via Gradescope before the regrade deadline. This is known as the regrade request window. We unfortunately will not accept any regrades after the window has closed. All regrade deadline dates are posted on the same Ed post that releases the assignment grades and solutions.</p>
</li>
<li>
<p><strong>I have some other grading questions. Who should I contact?</strong></p>
<p>Please contact your lab TA.</p>
</li>
</ol>
<h3>Course Advice</h3>
<ol>
<li>
<p><strong>What is the best way to get help in this course?</strong></p>
<p>Your best avenues are to go to office hours held by the course staff, or to ask questions on Ed. Course staff will be monitoring Ed frequently and will try to answer your question quickly and thoroughly. Additionally, we offer additional <a href="materials.md">resources</a> which you might find useful to go over.</p>
</li>
</ol>
</div>
<footer id="contentinfo" class="body">
</footer><!-- /#contentinfo -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>