You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/contestadmin/templates/contestadmin/faculty_dashboard.html
+167-9Lines changed: 167 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,175 @@
5
5
6
6
{% block content %}
7
7
<h1class="text-center">Faculty Dashboard</h1>
8
-
<divclass="row justify-content-center mt-4">
9
-
<divclass="col-8">
10
-
<divclass="card">
11
-
<divclass="card-header lead">
12
-
Hello {{ first_name }} {{ last_name }}
13
-
</div>
14
-
<divclass="card-body">
15
-
<pclass="card-text">The zip file linked below contains CSVs with participant information for each of the courses you registered with the contest. Each row in a CSV file contains the following fields: fsu_id, last_name, first_name, questions_answered, team_division, role. Each field is separated by a single comma without whitespace, and each row is delimited by a newline. The role field will have one of the following values: contestant, proctor, question writer, organizer. If a student checked into the contest but subsequently removed themself from the team used at check-in before we processed the results, then the team_division and questions_answered fields will contain the value 'none'. You will only receive reports for classes where at least one student checked-in to the contest. </p>
The zip file linked below contains CSVs with participant information for each of the courses you confirmed with the contest. You will only receive reports for classes where at least one student checked in to the contest either as a contestant or volunteer. Additionally, only individuals who checked in to the contest will appear in a file.
18
+
</p>
19
+
<pclass="card-text">
20
+
For in-person contests, we strive to ensure that individuals who are marked as checked-in actually attended the contest by requiring that check-in is performed in-person. We do not verify the identity of the individuals who check-in, so if Student A possesses Student B's credentials, then Student A could hypothetically check in on behalf of student B.
<divclass="font-weight-bold">Contestant</div> A student who competed in the contest either alone or with teammates.
72
+
</li>
73
+
<li>
74
+
<divclass="font-weight-bold">Proctor</div> A contest volunteer who assisted with room monitoring, check-in, preparing/serving food, or any other activity required to host the event.
75
+
</li>
76
+
<li>
77
+
<divclass="font-weight-bold">Question Writer</div> A contest volunteer who wrote one or more questions used in the contest packets, and offered question clarifications to contestants for the duration of the contest.
78
+
</li>
79
+
<li>
80
+
<divclass="font-weight-bold">Organizer</div> A contest volunteer who helped plan, coordinate, and host the contest. Typically involves managing question writers, proctors, and high level contest details.
<li><spanclass="font-weight-bold">Upper:</span> competed in the Upper Division
95
+
</li>
96
+
<li><spanclass="font-weight-bold">Lower:</span> competed in the Lower Division
97
+
</li>
98
+
<li><spanclass="font-weight-bold">none:</span> reserved for contest volunteers </li>
99
+
</ul>
100
+
101
+
<p>The Lower Division is intended for students in CDA3100, COP3014, COP3363, or COP3330 who are typically first or second year undergrads. All other students are expected to participate in the Upper Division.</p>
<spanclass="font-weight-bold">[0, total_questions]:</span> a value of 0 represents a contestant who checked in, but did not correctly solve any of the questions in the packet.
108
+
</li>
109
+
<li>
110
+
<spanclass="font-weight-bold">none:</span> reserved for contest volunteers
111
+
</li>
112
+
</ul>
113
+
</p>
114
+
</div>
115
+
</div>
116
+
<!-- Division and QA card end -->
117
+
</div>
118
+
<!-- Role, Division, and QA Card deck end -->
119
+
120
+
<!-- Volunteer Summary Card note-->
121
+
<divclass="row justify-content-center mt-2">
122
+
<divclass="col-10">
123
+
<small>
124
+
<spanclass="text-danger">†</span>
125
+
NOTE: An individual who has a role other than Contestant may still be attached to a contest team in our registration system. In this instance, values for questions_answered and team_division will not be "none". This does NOT necessarily mean that the individual took part in solving any of the questions.
NOTE: The Registered value represents the number of individuals who signed up in for the contest and added the given course to their profile. The Checked-in value repsresents the number of individuals who signed up, added the given course, and checked in to the contest.
Thank you for offering extra credit in your course(s) for Programming Contest participation. After processing the contest results, we determined that either no students added your course(s) to their profile, or no students who did add the course(s) checked in to the contest. Therefore, no documents containing participation information are available for you to access. An overview of your courses is still available via the link below.
0 commit comments