-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsubmissionA2.html
64 lines (42 loc) · 3.68 KB
/
submissionA2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" />
<title>Submission Instructions - Assignment 2</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/cdn-release@9.18.1/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 2</h1>
<hr />
<div class="faq-section">
<p>Great job working through assignment 2. If you finished the Sandcastles -- amazing. Before we move on, let's both take a moment to celebrate that accomplishment! We are really happy that you hit this big milestone.
<p>We strongly recommend that you submit your work for automatic feedback so that you can track your own progress. 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/1135/slides/5433">Submit through Ed</a>,</li><li><a target="_blank" href="https://compedu.stanford.edu/codeinplace/v1/#/submissions">Submit through CodePost</a>, just like in assignment 1. </ol>You can submit using either pipeline! Both give feedback. Chose what is most conveninet 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". If you hit it you will get feedback. You can use this whether or not you program on the online IDE. <a target="_blank" href="https://us.edstem.org/courses/490/lessons/1135/slides/5433">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. Every Sunday we will merge submissions so that your work can all be in one place.
<div style="height:50px">
</div>
</div>
</div>
</div>
</body>
</html>