-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudent-steps.html
69 lines (69 loc) · 2.47 KB
/
student-steps.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
67
68
69
<!-- ####### YAY, I AM THE SOURCE EDITOR! #########-->
<h1 style="color: #5e9ca0;">Gold<span style="color: #2b2301;">Point</span></h1>
<h2 style="color: #2e6c80;">Macbeth Research Project</h2>
<p>Below are the details for the Macbeth Research Project. <br />You can change your status by checking or unckecking the steps <br /> that you are currently on.</p>
<p> </p>
<h2 style="color: #2e6c80;">Your Status</h2>
<form action=""><input name="gender" type="radio" value="male" /> Step 1<br /> <input name="gender" type="radio" value="female" /> Step 2<br /> <input name="gender" type="radio" value="other" /> Step 3<br /> <input name="gender" type="radio" value="male" /> Step 4<br /> <input name="gender" type="radio" value="female" /> Step 5<br /> <input name="gender" type="radio" value="other" /> Step 6<br /> <input name="gender" type="radio" value="female" /> Step 7<br /> <br /> <br /> <input type="submit" value="Save" /> <br /> <br />
<p> </p>
<h2 style="color: #2e6c80;">Steps for the Project:</h2>
<table class="editorDemoTable">
<thead>
<tr>
<td>Number</td>
<td>Details</td>
<td>Type</td>
<td>Due Date</td>
</tr>
</thead>
<tbody>
<tr>
<td> 1</td>
<td>Create outline for essay</td>
<td>Supplement</td>
<td>Monday</td>
</tr>
<tr>
<td> 2</td>
<td>Write Introduction</td>
<td>Supplement</td>
<td>Monday</td>
</tr>
<tr>
<td> 3</td>
<td>Write 2nd and 3rd Paragraphs</td>
<td>Supplement</td>
<td>Wednesday</td>
</tr>
<tr>
<td> 4</td>
<td>Finish first draft, bring in for Peer Editing</td>
<td>Deadline</td>
<td>Thursday</td>
</tr>
<tr>
<td> 5</td>
<td>Edit essay</td>
<td>Supplement</td>
<td>Friday</td>
</tr>
<tr>
<td> 6</td>
<td>Finish second draft, bring in for Peer Editing</td>
<td>Deadline</td>
<td>Monday</td>
</tr>
<tr>
<td> 7</td>
<td>Edit Essay, Final Draft due In Class</td>
<td>Deadline</td>
<td>Tuesday</td>
</tr>
</tbody>
</table>
<p> </p>
<input type="submit" value="Go to Homepage" />
<p><strong> </strong></p>
<p><strong>Save this link into your bookmarks and share it with your friends. It is all FREE! </strong><br /><strong>Enjoy!</strong></p>
<p><strong> </strong></p>
</form>