-
Notifications
You must be signed in to change notification settings - Fork 1
/
iolist.ms
executable file
·191 lines (191 loc) · 2.67 KB
/
iolist.ms
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
.de LI
. IP \[bu]
..
.RP
.TL
Input/Output for Metronome
.AU
Benjamin Culkin
.AI
West Virginia University Institute of Technology
.AU
Adam Cantrell
.AI
West Virginia University Institute of Technology
.AB no
.AE
.bp
.NH 1
Students (End Users)
.RS
.NH 2
Inputs
.RS
.LI
(Login/Logout) Student ID Number
.LI
(Login/Logout) Student Name
.RS
.LI
Entered on first time login, stored in association with the ID number
.RE
.LI
(Clock In/Out) Section student is here for help with.
.LI
(Clock In/Out) Tutor student is getting help from.
.LI
(Question/Answer) Student question.
.RE
.NH 2
Outputs
.RS
.LI
(Clock In/Out) Notification of student status (Clocked In/Out)
.LI
(Clock In/Out) Entry in database containing information about lab usage.
.RS
.LI
Time/date
.LI
User ID
.LI
Section ID
.LI
(Optional) Tutor ID
.RE
.LI
(Question/Answer) Question posted to list of pending questions.
.RE
.RE
.NH 1
Tutors
.RS
.NH 2
Inputs
.RS
.LI
(Login/Logout) Tutor ID number
.LI
(Login/Logout) Tutor name
.RS
.LI
Entered on first time login, stored in association with the ID number
.RE
.LI
(Scheduling) Tutor schedule
.LI
(Question/Answer) Tutor contact information
.LI
(Question/Answer) Response to question
.RE
.NH 2
Outputs
.RS
.LI
(Login/Logout) Notification of tutor status (Logged In/Out)
.LI
(Login/Logout) Entry in database containing information about lab usage.
.RS
.LI
Time/data
.LI
Tutor ID
.RE
.LI
(Question/Answer) Notifications about pending questions
.LI
(Question/Answer) Responses added to student questions
.RS
.LI
Student questions moved from pending to answered
.RE
.RE
.RE
.NH 1
Faculty (Administrators)
.RS
.NH 2
Inputs
.RS
.LI
(Login/Logout) Faculty ID number
.LI
(Login/Logout) Teacher Name
.RS
.LI
Entered on first time login, stored in association with the ID number
.RE
.LI
(Class Management) Add/Remove Classes
.RS
.LI
(Optional) Associate department with section
.RE
.LI
(User Management) Add/Remove Tutors
.RS
.LI
(Optional) Add/Remove sections from tutors
.RE
.LI
(Statistics) Request Usage Reports
.RS
.LI
Per Section
.LI
Per Clas
.LI
Per Tutor
.LI
Per Student
.LI
Overall
.RE
.RE
.NH 2
Outputs
.RS
.LI
(Login/Logout) Mark Faculty as logged in/out
.LI
(Class Management) Make changes to section lists
.LI
(User Management) Make changes to tutor lists
.LI
(Statistics) Provide requested reports
.RS
.LI
Graphical
.LI
(Optional) Tabular
.LI
Raw Data
.RE
.RE
.RE
.NH 1
System Administrators
.RS
.NH 2
Inputs
.RS
.LI
(User Management) Add/Remove Teachers
.RS
.LI
(Optional) Associate teacher with department
.LI
(Optional) Mark Teacher as department head
.RE
.LI
(Class Management) Add/Remove Terms
.RE
.NH 2
Output
.RS
.LI
(User Management) Make changes to teacher lists.
.LI
(Class Management) Make changes to term lists.
.RE
.RE