-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsubmissionA3.html
66 lines (43 loc) · 3.41 KB
/
submissionA3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" />
<title>Submission Instructions - Assignment 3</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.css" />
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css">
<link rel="stylesheet" href="faqstyles.css" />
</head>
<body>
<div class="container container-course ">
<div class="row" style="height: 15px;"></div>
<div class="row">
<div class="col-12">
<h1>Submission Assignment 3</h1>
<hr />
<div class="faq-section">
<p>Great job working through assignment 3. Rock on. I hope you had fun.
<p><b>Submission for assignment 3 is the same as assignment 2.</b></p>
<p>We strongly recommend that you submit your work. You can "submit" as much as you would like and as you know we won't be giving you a grade. This is just for fun. Zero judgement.
<p>We are supporting two separate workflows. Some students are solving their assignment on the Ed Online IDE, some are solving the assignments in PyCharm. As such we are supporting two submission pipelines: <ol><li><a target="_blank" href="https://us.edstem.org/courses/490/lessons/1236/slides/6431">Submit through Ed</a>,</li><li><a target="_blank" href="https://compedu.stanford.edu/codeinplace/v1/#/submissions">Submit through CodePost</a>. </ol>You can submit using either pipeline! Chose what is most convenient for you. Submit on both if you want.
<h2 class="mt-5">Submitting through the Ed</h2>
<hr/>
<p>The online IDE has a button with a blue check mark and the word "Submit". You can use this whether or not you program on the online IDE. <a target="_blank" href="https://us.edstem.org/courses/490/lessons/1236/slides/6431">Submission Link</a></p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/gGVFWZdRbQg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2 class="mt-5">Submitting through CodePost</h2>
<hr/>
<p>If you submit through CodePost, the submission process is exactly the same as submission from PyCharm in assignment 1. Good times. You can submit through CodePost regardless of where you implemented your solution! <a target="_blank" href="https://compedu.stanford.edu/codeinplace/v1/#/submissions">Submission Link</a></p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/Oz3qJjbsqLk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<h2 class="mt-5">Does it matter where I submit?</h2>
<hr/>
<p>No.
<div style="height:50px">
</div>
</div>
</div>
</div>
</body>
</html>