-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathLil01.html
197 lines (141 loc) · 8.2 KB
/
Lil01.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- PgP 6/15/2019 update page, added integral check web db submissions, split constants into two files, one for students, one for course -->
<!-- Bootstrap -->
<link href="../../ReadOnly/bootstrap.css" rel="stylesheet">
<!-- constant file for student firstname, lastname, starid on students' pages -->
<script src="../constants.js"></script>
<!-- course constant file that contains semester, class, section pages -->
<script src="../../ReadOnly/CourseConstants.js"></script>
<title>MIS202 LinkedIn Learning01</title>
</head>
<body onload="setVariables()">
<form class="container-fluid" action="https://eprofessor.azurewebsites.net/code/ProcessFormData.asp" method="post" name="frmAssignment" id="frmAssignment">
<input name="InstID" id="InstID" value="00617282" type="hidden" />
<h1 class=" text-center">Netiquette</h1>
<!-- -start-Student, class and assignment information. Assignment hard-coded, other values from constants.js file-start -->
<div class="row col-lg-12">
<div class="col-lg-3">
<label class="text-primary" for="FirstName">First Name:</label>
<input class="form-control" name="FirstName" id="FirstName" type="text" value="default first name" readonly="readonly" />
</div>
<div class="col-lg-3">
<label class="text-primary" for="LastName">Last Name:</label>
<input class="form-control" name="LastName" id="LastName" type="text" value="default last name" readonly="readonly" />
</div>
<div class="col-lg-3">
<label class="text-primary" for="pin">StarID:</label>
<input class="form-control" name="pin" id="pin" type="text" value="default StarID" readonly="readonly" />
</div>
<div class="col-lg-3">
<label class="text-primary" for="email">Email:</label>
<input class="form-control" name="email" id="email" type="email" value="default email address" readonly="readonly" />
</div>
</div>
<div class="row col-lg-12">
<div class="col-lg-3">
<label class="text-primary" for="semester">Semester:</label>
<input class="form-control" name="semester" id="semester" type="text" value="default" readonly="readonly" />
</div>
<div class="col-lg-3">
<label class="text-primary" for="class">Class:</label>
<input class="form-control" name="class" id="class" value="xClass" type="text" readonly="readonly" />
</div>
<div class="col-lg-3">
<label class="text-primary" for="section">Section:</label>
<input class="form-control" name="section" id="section" value="default" type="text" readonly="readonly" />
</div>
<div class="col-lg-3">
<label class="text-primary" for="assignment">Assignment:</label>
<input class="form-control" name="assignment" id="assignment" value="Lil01" type="text" readonly="readonly" />
</div>
</div>
<!-- -end-Student, class and assignment information-end -->
<!-- Calculate the correct path for saving the files -->
<script>Path = "\OneDrive - MNSCU\" + xClass + "\" + document.getElementById("assignment").value + "\"; </script>
<div class="col-lg-12">
<br />
<input class="text-danger btn-block btn-lg" name="Submit" value="Submit" type="submit" />
<br />
</div>
<div class="col-lg-12 h3 text-danger">
200 Points
<hr />
</div>
<!-- -start-objectives-start -->
<div class="col-lg-12"><a href="#Objectives" class="btn btn-info" data-toggle="collapse">Learning Objectives</a></div>
<div id="Objectives" class=" collapse in col-lg-12">
<!--Above this line similar except for Assignment number and title -->
<p>This assignment introduces the concept of good digital citizenship principles.</p>
<hr />
</div>
<div class="col-lg-12"><a href="#Overview" class="btn btn-info" data-toggle="collapse">Assignment Overview</a></div>
<div id="Overview" class="collapse in">
<div class="col-lg-12">
<p>
The purpose of this assignment is to listen to the recordings and reflect on the importance of these concepts.
</p>
<hr />
</div>
</div>
<div class=" col-lg-12"><a href="#Exercise01" class="btn btn-info" data-toggle="collapse">Exercise 1-Concepts</a></div>
<div id="Exercise01" class="collapse in">
<div class="col-lg-12">
<p>
ref: <a class="bg-info text-white" href="https://www.linkedin.com/checkpoint/enterprise/login/41915348?pathWildcard=41915348&application=learning&redirect=https%3A%2F%2Fwww%2Elinkedin%2Ecom%2Flearning%2Fcollections%2Fenterprise%2F1%7EAAAAAAJ_k9Q%3D857391%3Fu%3D41915348" target="_blank">MIS202 LinkedIn Learning</a>
</p>
</div>
<div class="col-lg-12">
<p>
For this Exercise listen to the LinkedIn Learning course: '<a href="https://www.linkedin.com/checkpoint/enterprise/login/41915348?pathWildcard=41915348&application=learning&redirect=https%3A%2F%2Fwww%2Elinkedin%2Ecom%2Flearning%2Fcollections%2Fenterprise%2F1%7EAAAAAAJ_k9Q%3D857391%3Fu%3D41915348" class="bg-info text-white" target="_blank" >Backgrounder: Netiquette;</a> ' and answer the following.<br />
</p>
</div>
<div>
<div class="col-lg-12 ">
<p>
(100) 1. Briefly state the most important lesson learned from this course, related to using email, social media or online engagement:<br />
<!-- Enter your answer in the VALUE field below GROK -->
<input name="q1" type="text" id="q1" size="150" maxlength="150" class="form-control" value="lesson:" />
<br />
</p>
<hr />
</div>
</div>
</div>
<hr />
<!-- From here to end difference question numbers and Summative numbering for PDF of file uploaded to D2L -->
<div class="col-lg-12"><a href="#ExerciseAssignmentSubmission" class="btn btn-info" data-toggle="collapse">Exercise-Assignment Submission</a></div>
<div id="ExerciseAssignmentSubmission" class="collapse in col-lg-12">
<p>
Use a browser to view your completed and published website at: https://classes.winona.edu/...
<br />
Ensure that you have linked this assignment on your home page.</p>
<p>
(50) 2. <strong>Print a pdf file of the LinkedIn Learning Certificate of Completion for this course and upload to the D2L 'Lil01' folder.</strong>
</p>
(25) 3. Home Page Hyperlink<br />
Check and verify that this assignment is hyperlinked on your home page.<br />
<br />
(25) 4. Assignment submission<br />
Press the Submit button at the top or bottom of this page.
Read and follow instructions on the confirmation page. Correct any errors.
</div>
<hr />
<div class="col-lg-12">
<br />
<input class="text-danger btn-block btn-lg" name="Submit" value="Submit" type="submit" />
<br />
</div>
</form>
<!-- Creative Commons License Info -->
<div id="xLicense" class=" col-lg-12 text-muted"></div>
<div id="xfooter" class=" col-lg-12 text-muted"></div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="../../ReadOnly/jquery-1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="../../ReadOnly/bootstrap.js"></script>
</body>
</html>