Skip to content

Commit 5ec1ed7

Browse files
committedOct 8, 2019
[add] lab day slides
1 parent bf28d82 commit 5ec1ed7

File tree

7 files changed

+865
-0
lines changed

7 files changed

+865
-0
lines changed
 
+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
2+
<!-- .slide: class="header" -->
3+
4+
# Presentation Practice & Lab Day
5+
6+
7+
<!-- > -->
8+
9+
<!-- .slide: data-background="#087CB8" -->
10+
## [**20m**] Quiz
11+
12+
<!-- > -->
13+
14+
## [**5m**] Objectives
15+
16+
**By the end of this class, you'll be able to...**
17+
18+
1. Identify your public speaking strengths and weaknesses.
19+
1. Give a mock presentation in a small group.
20+
1. Identify any blockers or difficulties you face with the Contractor Project.
21+
22+
<!-- > -->
23+
24+
# Presentation Skill Practice
25+
26+
<!-- v -->
27+
28+
## Presentation Rubric [5 minutes]
29+
30+
Read over the presentation rubric and identify **3 public speaking skills** that you would like to improve on.
31+
32+
Find a partner and share.
33+
34+
<!-- v -->
35+
36+
## Presentation Practice [15 minutes]
37+
38+
<ol><li>
39+
40+
On your own, write an outline of what you will talk about in your presentation. Topics to include are: **your project idea/wireframes, your work thus far, and the challenges remaining.**
41+
42+
</li>
43+
<!-- .element: class="fragment" -->
44+
45+
<li>
46+
With your partner, give your presentation as if you were speaking to an audience. Don't worry if it's not done yet; this is just practice!
47+
</li>
48+
<!-- .element: class="fragment" -->
49+
50+
<li>
51+
Exchange feedback based on the presentation rubric.
52+
</li>
53+
<!-- .element: class="fragment" -->
54+
</ol>
55+
56+
<!-- v -->
57+
58+
## Small Group Practice [15 minutes]
59+
60+
In your small group, give your presentation again. Limit each presenter to 2 minutes or less, then spend 2 minutes giving feedback (Glows and Grows).
61+
62+
<!-- > -->
63+
64+
# Lab/Workshop
65+
66+
<!-- v -->
67+
68+
## Lab Instructions
69+
70+
Write your name on the board, along with the topic you'd like help with (e.g. MongoDB, Bootstrap, Heroku).
71+
72+
If you see a topic you feel confident with, jump in and help someone else out!
4.19 KB
Binary file not shown.

‎Lessons/12-Presentation-Practice/header.svg

+218
Loading

‎Lessons/12-Presentation-Practice/makeschool.css

+501
Large diffs are not rendered by default.
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"separator": "^\n<!-- > -->\n",
3+
"verticalSeparator": "^\n<!-- v -->\n",
4+
"theme": "white",
5+
"highlightTheme": "atom-one-light",
6+
"watch": true,
7+
"title": "BEW 1.1 Slides",
8+
"static": "_static",
9+
"scripts": [
10+
],
11+
"css": [
12+
"makeschool.css"
13+
]
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"controls": true,
3+
"progress": true,
4+
"autoPlayMedia": false,
5+
"slideNumber": "c/t",
6+
"showSlideNumber": "all",
7+
"controlsTutorial": true,
8+
"controlsLayout": "edges",
9+
"transition": "slide",
10+
"transitionSpeed": "medium",
11+
"minScale": 0.5,
12+
"maxScale": 3
13+
}

0 commit comments

Comments
 (0)
Please sign in to comment.