generated from ds4ph-bme/ds4bme_intro_p1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject1.txt
52 lines (41 loc) · 1.52 KB
/
project1.txt
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
# Project 1
Edit this file appropriately in your github classroom repository and follow the instructions from the questions. Your repo should have three files, this one and the two new ones
asked for below if you do the project correctly. It's fine if it also has a readme file.
# Quiz for project 1
Edit this file to answer your questions like this:
Oranges are orange:
[x] True
[ ] False
1. Course communication will happen on
[ ] The Teams Site
[ ] Email
[ ] Blackboard
[ ] Canvas
[ ] Course Plus
[ ] SIS
2. If you need to communicate with the TAs or instructor you should
[ ] Send an email
[ ] Send a chat over Teams
[ ] Use Brian's gmail
[ ] Slack
3. The course grade is based on
[ ] Online quizzes
[ ] Live coding exercises
[ ] Weekly projects
4. Unless otherwise stated, the projects are due:
[ ] Sundays at 5 PM
[ ] Mondays at 5 PM
[ ] Tuesdays at 5 PM
[ ] Wednesdays at 5 PM
5. Projects will be submitted via:
[ ] The teams site
[ ] Github classroom
[ ] Personal git repos
[ ] Blackboard
6. Major announcements will be made:
[ ] On the General channel on the Teams site
[ ] Over group email
[ ] Over the Slack group
[ ] Over Blackboard
7. Create an ipython notebook. Have one markdown cell and one python cell. Put some text in the markdown cell and a simple calculation in the python cell (like 2+2) and run it. Commit the file to your assignment repo.
8. Add a markdown file to your assignment repository titled document1.md. Add a section titled Section 1, a subsection titled Subsection A and some bold text and italic text.