source: waeup_doc/MainProcesses.html @ 255

Last change on this file since 255 was 255, checked in by Henrik Bettermann, 18 years ago

modifications according to Maryanne's email of June 12

File size: 27.2 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
6<title>Description of Main Processes</title>
7<style type="text/css">
8
9/*
10:Author: David Goodger
11:Contact: goodger@users.sourceforge.net
12:Date: $Date: 2005-12-18 01:56:14 +0100 (Sun, 18 Dec 2005) $
13:Revision: $Revision: 4224 $
14:Copyright: This stylesheet has been placed in the public domain.
15
16Default cascading style sheet for the HTML output of Docutils.
17
18See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
19customize this style sheet.
20*/
21
22/* used to remove borders from tables and images */
23.borderless, table.borderless td, table.borderless th {
24  border: 0 }
25
26table.borderless td, table.borderless th {
27  /* Override padding for "table.docutils td" with "! important".
28     The right padding separates the table cells. */
29  padding: 0 0.5em 0 0 ! important }
30
31.first {
32  /* Override more specific margin styles with "! important". */
33  margin-top: 0 ! important }
34
35.last, .with-subtitle {
36  margin-bottom: 0 ! important }
37
38.hidden {
39  display: none }
40
41a.toc-backref {
42  text-decoration: none ;
43  color: black }
44
45blockquote.epigraph {
46  margin: 2em 5em ; }
47
48dl.docutils dd {
49  margin-bottom: 0.5em }
50
51/* Uncomment (and remove this text!) to get bold-faced definition list terms
52dl.docutils dt {
53  font-weight: bold }
54*/
55
56div.abstract {
57  margin: 2em 5em }
58
59div.abstract p.topic-title {
60  font-weight: bold ;
61  text-align: center }
62
63div.admonition, div.attention, div.caution, div.danger, div.error,
64div.hint, div.important, div.note, div.tip, div.warning {
65  margin: 2em ;
66  border: medium outset ;
67  padding: 1em }
68
69div.admonition p.admonition-title, div.hint p.admonition-title,
70div.important p.admonition-title, div.note p.admonition-title,
71div.tip p.admonition-title {
72  font-weight: bold ;
73  font-family: sans-serif }
74
75div.attention p.admonition-title, div.caution p.admonition-title,
76div.danger p.admonition-title, div.error p.admonition-title,
77div.warning p.admonition-title {
78  color: red ;
79  font-weight: bold ;
80  font-family: sans-serif }
81
82/* Uncomment (and remove this text!) to get reduced vertical space in
83   compound paragraphs.
84div.compound .compound-first, div.compound .compound-middle {
85  margin-bottom: 0.5em }
86
87div.compound .compound-last, div.compound .compound-middle {
88  margin-top: 0.5em }
89*/
90
91div.dedication {
92  margin: 2em 5em ;
93  text-align: center ;
94  font-style: italic }
95
96div.dedication p.topic-title {
97  font-weight: bold ;
98  font-style: normal }
99
100div.figure {
101  margin-left: 2em ;
102  margin-right: 2em }
103
104div.footer, div.header {
105  clear: both;
106  font-size: smaller }
107
108div.line-block {
109  display: block ;
110  margin-top: 1em ;
111  margin-bottom: 1em }
112
113div.line-block div.line-block {
114  margin-top: 0 ;
115  margin-bottom: 0 ;
116  margin-left: 1.5em }
117
118div.sidebar {
119  margin-left: 1em ;
120  border: medium outset ;
121  padding: 1em ;
122  background-color: #ffffee ;
123  width: 40% ;
124  float: right ;
125  clear: right }
126
127div.sidebar p.rubric {
128  font-family: sans-serif ;
129  font-size: medium }
130
131div.system-messages {
132  margin: 5em }
133
134div.system-messages h1 {
135  color: red }
136
137div.system-message {
138  border: medium outset ;
139  padding: 1em }
140
141div.system-message p.system-message-title {
142  color: red ;
143  font-weight: bold }
144
145div.topic {
146  margin: 2em }
147
148h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
149h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
150  margin-top: 0.4em }
151
152h1.title {
153  text-align: center }
154
155h2.subtitle {
156  text-align: center }
157
158hr.docutils {
159  width: 75% }
160
161img.align-left {
162  clear: left }
163
164img.align-right {
165  clear: right }
166
167ol.simple, ul.simple {
168  margin-bottom: 1em }
169
170ol.arabic {
171  list-style: decimal }
172
173ol.loweralpha {
174  list-style: lower-alpha }
175
176ol.upperalpha {
177  list-style: upper-alpha }
178
179ol.lowerroman {
180  list-style: lower-roman }
181
182ol.upperroman {
183  list-style: upper-roman }
184
185p.attribution {
186  text-align: right ;
187  margin-left: 50% }
188
189p.caption {
190  font-style: italic }
191
192p.credits {
193  font-style: italic ;
194  font-size: smaller }
195
196p.label {
197  white-space: nowrap }
198
199p.rubric {
200  font-weight: bold ;
201  font-size: larger ;
202  color: maroon ;
203  text-align: center }
204
205p.sidebar-title {
206  font-family: sans-serif ;
207  font-weight: bold ;
208  font-size: larger }
209
210p.sidebar-subtitle {
211  font-family: sans-serif ;
212  font-weight: bold }
213
214p.topic-title {
215  font-weight: bold }
216
217pre.address {
218  margin-bottom: 0 ;
219  margin-top: 0 ;
220  font-family: serif ;
221  font-size: 100% }
222
223pre.literal-block, pre.doctest-block {
224  margin-left: 2em ;
225  margin-right: 2em ;
226  background-color: #eeeeee }
227
228span.classifier {
229  font-family: sans-serif ;
230  font-style: oblique }
231
232span.classifier-delimiter {
233  font-family: sans-serif ;
234  font-weight: bold }
235
236span.interpreted {
237  font-family: sans-serif }
238
239span.option {
240  white-space: nowrap }
241
242span.pre {
243  white-space: pre }
244
245span.problematic {
246  color: red }
247
248span.section-subtitle {
249  /* font-size relative to parent (h1..h6 element) */
250  font-size: 80% }
251
252table.citation {
253  border-left: solid 1px gray;
254  margin-left: 1px }
255
256table.docinfo {
257  margin: 2em 4em }
258
259table.docutils {
260  margin-top: 0.5em ;
261  margin-bottom: 0.5em }
262
263table.footnote {
264  border-left: solid 1px black;
265  margin-left: 1px }
266
267table.docutils td, table.docutils th,
268table.docinfo td, table.docinfo th {
269  padding-left: 0.5em ;
270  padding-right: 0.5em ;
271  vertical-align: top }
272
273table.docutils th.field-name, table.docinfo th.docinfo-name {
274  font-weight: bold ;
275  text-align: left ;
276  white-space: nowrap ;
277  padding-left: 0 }
278
279h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
280h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
281  font-size: 100% }
282
283tt.docutils {
284  background-color: #eeeeee }
285
286ul.auto-toc {
287  list-style-type: none }
288
289</style>
290</head>
291<body>
292<div class="document" id="description-of-main-processes">
293<h1 class="title">Description of Main Processes</h1>
294<div class="section">
295<h1><a id="i-jamb-ume-entry" name="i-jamb-ume-entry">I JAMB UME Entry</a></h1>
296<p>Students apply for studying at a University of their choice to the Joint Admissions and Matriculation Board (JAMB). JAMB conducts the Universities Matriculation Examination (UME) and sends the results of the students, who have passed the UME, in electronic form (file on CD) directly to the universities. Students check their results online on the JAMB website. Students who have passed the UME can then apply online for the Post University Matriculation Examination (PUME) conducted by Uniben directly on the PUME Application website.</p>
297<p>Relevant fields that will be extracted from the JAMB data for further processing are:</p>
298<pre class="literal-block">
299Registration Number
300Last Name
301Surname
302Other Names
303State of Origin
304LGA (Local Government Area)
305Date of Birth
306Age
307Sex
3081st Choice Course of Study
3092nd Choice Course of Study
3101st Choice University
3112nd Choice University
312JAMB Score
313</pre>
314<p>The extraction is done manually. The Portal Manager uploads and imports the data.</p>
315<div class="section">
316<h2><a id="step-1-online-pume-application" name="step-1-online-pume-application">Step 1 (online): PUME Application</a></h2>
317<p>The student buys an <strong>Application Access Card</strong> and enters the Access Code (PIN) together with his/her JAMB registration number on the <em>PUME Application Website</em>. His/Her JAMB data set (see above) will show up and the student will be requested to upload a passport picture. After uploading the picture the student can print out the <em>PUME Acknowledgement Slip</em>  for presentation in the examination hall. The picture must be displayed on the Acknowledgement Slip as well as the Admission and Hostel Allocation Slip (see below).</p>
318<p>Data fields to be shown on the PUME Acknowledgement Slip:</p>
319<pre class="literal-block">
320JAMB Registration Number
321Student's Name
322Study Programme/Course (Certificate)
323Sex
324PUME Application Date
325PUME Exam Date
326PUME Venue
327</pre>
328<ul class="simple">
329<li><a class="reference" href="Examples/PUMEAcknowledgementSlip.jpg">PUMEAcknowledgementSlip.jpg</a></li>
330</ul>
331<p>Other fields to be added to the student's record will include:</p>
332<pre class="literal-block">
333Passport Photograph with red background (has to be uploaded here)
334
335PUME General Paper (relevant after the PUME Exams)
336PUME English Score (relevant after the PUME Exams)
337PUME Mathematics Score (relevant after the PUME Exams and
338                        applicable only to Local Programme Students)
339PUME Total Score (relevant after the PUME Exams)
340</pre>
341</div>
342<div class="section">
343<h2><a id="step-2-offline-pume" name="step-2-offline-pume">Step 2 (offline): PUME</a></h2>
344<p>The student goes to the examination hall and writes the examination.</p>
345</div>
346<div class="section">
347<h2><a id="step-3-offline-online-upload-of-pume-results" name="step-3-offline-online-upload-of-pume-results">Step 3 (offline/online): Upload of PUME Results</a></h2>
348<p>The examination officer compiles exam results into an Excel spreadsheet. The Portal Manager uploads and imports the data.</p>
349<p>Data fields to be imported:</p>
350<pre class="literal-block">
351PUME General Paper
352PUME English Score
353PUME Mathematics Score (applicable only to Local Programme Students)
354</pre>
355</div>
356<div class="section">
357<h2><a id="step-4-online-pume-result-checking" name="step-4-online-pume-result-checking">Step 4 (online): PUME Result Checking</a></h2>
358<p>The student checks the exam results on the <em>PUME Results Checking Website</em>. To access the website he/she reuses his/her <strong>Application PIN</strong>. He/She will see the results and can print out the <em>PUME Result Slip</em>.</p>
359<p>The PUME Results Checking Website shows the same data as the PUME Acknowledgement Slip. Additionally the PUME results are displayed: English, Mathematics and General (papers 1, 2 and 3 respectively)</p>
360</div>
361<div class="section">
362<h2><a id="step-5-offline-online-upload-of-admission-list" name="step-5-offline-online-upload-of-admission-list">Step 5 (offline/online): Upload of Admission List</a></h2>
363<p>The Admission Board decides on those students to be admitted and compiles the Admission List which is then uploaded and imported by the Portal Manager.</p>
364<ul class="simple">
365<li><a class="reference" href="Examples/Admission_upload_excerpt.xls">Admission_upload_excerpt.xls</a></li>
366</ul>
367</div>
368<div class="section">
369<h2><a id="step-6-online-offline-admission-checking" name="step-6-online-offline-admission-checking">Step 6 (online/offline): Admission Checking</a></h2>
370<p>The student checks for admission to the university on the <em>Admission Checking Website</em> and prints out the <em>Admission Slip</em>. To enter the website he reuses his <strong>Application PIN</strong>. He/she will also see the study programme (certificate) he/she is admitted to. This can differ from the student's choice and has to be officially accepted by the student by signing a letter of acceptance to be presented later to the Clearance Officer (formerly done by filling the online Acceptance Form which is now deprecated).</p>
371<ul class="simple">
372<li><a class="reference" href="Examples/AdmissionSlip.html">AdmissionSlip.html</a></li>
373</ul>
374</div>
375<div class="section">
376<h2><a id="step-7-online-clearance" name="step-7-online-clearance">Step 7 (online): Clearance</a></h2>
377<p>The student buys a <strong>Clearance Access Card</strong> and proceeds to the <em>Clearance and Eligibility Form</em> where he/she enters the corresponding PIN first.</p>
378<p>The Eligibility Form contains the following data:</p>
379<pre class="literal-block">
380Entry Date
381Access Code
382Session
383Registration No
384Student's Name
385Sex
386Faculty
387Course Major
388Passport Picture
389</pre>
390<p>The data are not editable and are taken from the students record compiled so far.</p>
391<p>The student has to fill the following fields:</p>
392<pre class="literal-block">
393Date of Birth
394Local Government
395Nationality
3961st Sitting (SSCE, WAEC, GCE, NECO, NABTEB): Exam Number, Exam Date, Exam Type, Exam Subjects, Exam Grades
3972nd Sitting (SSCE, WAEC, GCE, NECO, NABTEB): Exam Number, Exam Date, Exam Type, Exam Subjects, Exam Grades
398Advanced Level Results: Exam Number, Exam Date, Exam Type, Exam Subjects, Exam Grades
399Other Qualifications: Higher Qualification, Higher Grade, School Attended, Matric Number, Session Obtained, Discipline
400</pre>
401<p>The relationship between Higher Qualification and Higher Grade is:</p>
402<pre class="literal-block">
403Bachelor Degree:
404 First Class
405 Second Class (Upper Division)
406 Second Class (Lower Division)
407 Third Class
408 Pass
409
410Higher National Diploma:
411 Distinction
412 Upper Credit
413 Lower Credit
414 Pass
415
416Ordinary National Diploma:
417 Distinction
418 Upper Credit
419 Lower Credit
420 Pass
421
422National Certificate of Education:
423 Distinction
424 Credit
425 Merit
426 Pass
427
428University Diploma:
429 Distinction
430 Credit
431 Merit
432 Pass
433</pre>
434<p>The student has to upload scanned documents which show the results of all examinations done before.</p>
435<p>A Local Programme student already entered his/her results of previous examinations in his/her Local Programme Application Form (see Step 1). These data must be carried over into Clearance Form. In contrast to a PUME applicant, the result data are not editable by the student in the Clearance Form.</p>
436<p>Then he/she has to tick appropriate documents to be presented for clearance process.</p>
437<p>Furthermore the student can defer admission till next session by ticking an appropriate box. Finally, the student has to confirm possessing all the qualifications which he/she claims to have obtained.</p>
438<ul class="simple">
439<li><a class="reference" href="Examples/ClearanceForm.html">ClearanceForm.html</a></li>
440</ul>
441</div>
442<div class="section">
443<h2><a id="step-8-offline-online-clearance-validation" name="step-8-offline-online-clearance-validation">Step 8 (offline/online): Clearance Validation</a></h2>
444<p>The student goes with all documents to the Clearance Officer who validates the entered data and uploaded files. Finally the <em>Eligibility Form</em> is printed and signed by both the student and the Course Manager.</p>
445<p>The student is now properly admitted to the university and is a member of the portal.</p>
446</div>
447<div class="section">
448<h2><a id="step-9-matriculation-number-generation" name="step-9-matriculation-number-generation">Step 9 : Matriculation Number Generation</a></h2>
449<p>The Matriculation Number is generated by the system.</p>
450<ul class="simple">
451<li><a class="reference" href="Examples/MatricNumberExplanation.doc">MatricNumberExplanation.doc</a></li>
452</ul>
453</div>
454<div class="section">
455<h2><a id="step-10-online-personal-data" name="step-10-online-personal-data">Step 10 (online): Personal Data</a></h2>
456<p>The student has to fill the <em>Personal Data Form</em> which contains all sorts of personal information. He/she also chooses a password for accessing his/her personal portal member area which has been automatically created after Clearance Validation. The basis for Personal Data Form is the data already gathered from the Clearance and Eligibility data. Other details such as permanent home address, next of kin, sponsor and all other such related information are filled in here. The information does not have direct relevance to course registration, but are useful for generation of School identity cards.</p>
457<ul class="simple">
458<li><a class="reference" href="Examples/PersonalData.html">PersonalData.html</a></li>
459</ul>
460</div>
461<div class="section">
462<h2><a id="step-11-online-hostel-allocation" name="step-11-online-hostel-allocation">Step 11 (online): Hostel Allocation</a></h2>
463<p>The student buys a <strong>Hostel Application Access Card</strong> and proceeds to the <em>Hostel Application Form</em> where he/she enters the PIN. The systems determines if there is free bed space according to the students attributes: sex, study programme, study level, special needs. Beds are allocated according to the 'first come, first serve' principle. The bed allocation algorithm is shown in a separate flow chart.</p>
464<p>The student prints the <em>Hostel Allocation Slip</em>.</p>
465<ul class="simple">
466<li><a class="reference" href="Examples/HostelAllocationSlip.jpg">HostelAllocationSlip.jpg</a></li>
467</ul>
468<p>Additionally, this form must also display the passport picture from the student's record.</p>
469</div>
470<div class="section">
471<h2><a id="step-12-online-hostel-maintenance" name="step-12-online-hostel-maintenance">Step 12 (online): Hostel Maintenance</a></h2>
472<p>The student buys a <strong>Hostel Maintenance Card</strong> which belongs to the allocated hostel and pays his/her Hostel Fee by entering the PIN on the <em>Hostel Maintenance Website</em>.</p>
473<p>The student prints the <em>Hostel Maintenance Receipt</em>.</p>
474<ul class="simple">
475<li><a class="reference" href="Examples/HostelMaintenanceReceipt.jpg">HostelMaintenanceReceipt.jpg</a></li>
476</ul>
477</div>
478<div class="section">
479<h2><a id="step-13-online-course-registration" name="step-13-online-course-registration">Step 13 (online): Course Registration</a></h2>
480<p>The student buys a <strong>School Fee Card</strong> which belongs to his/her study programme or faculty respectively. After entering the PIN on the <em>Course Registration Form</em>, the student is able to add (or delete) courses from a list of courses which are automatically generated by the portal according to the student's study programme and level. The total credit load must not exceed 50 units. Otherwise the student is requested to reduce the load.</p>
481<p>The student prints the <em>School Fees Receipt</em>.</p>
482<ul class="simple">
483<li><a class="reference" href="Examples/RegistrationForm.jpg">RegistrationForm.jpg</a></li>
484<li><a class="reference" href="Examples/SchoolFeesReceipt.jpg">SchoolFeesReceipt.jpg</a></li>
485</ul>
486</div>
487<div class="section">
488<h2><a id="step-14-online-course-adviser-validation" name="step-14-online-course-adviser-validation">Step 14 (online): Course Adviser Validation</a></h2>
489<p>The Course Adviser controls and validates the registered courses. This step can be omitted if the course registration process runs completely automatically.</p>
490</div>
491</div>
492<div class="section">
493<h1><a id="ii-returning-students" name="ii-returning-students">II Returning Students</a></h1>
494<p>Returning Students proceed with the above described admission and registration process at Step 11 (Hostel Allocation). They log in with their Matriculation Number and their Password (Step R1). Before they can apply for accommodation or register new courses their previous session result must have been uploaded online by the Portal Manager (Step R2). Only Categories A (passed all courses) and B (passed some but have some carryovers) are eligible to register for a new level in the new session and also to apply for accommodation. The students placed in Category C are students that have just enough credits to remain in the faculty and repeat the level (probation). They are allowed to register for the same level but not to apply for accommodation. The students placed in Category D or higher are either expected to withdraw from the university or been allowed to probate after consulting respective authorities. The latter requires portal manager validation.</p>
495<p>Exception: 200 level Medical students represent a unique group of students who do not write sessional examinations and will thus be allowed to apply for accommodation when they have successfully registered for level 300.  That inadvertently means they have to be allowed to register for 300 level without results for their 200 level.</p>
496<p>The students print out the <em>Sessional Result Slip</em>. A Student is not allowed to see his scores but rather the grade and Sessional GPA.  The Result Slip however also shows the student's name, matric number, registration number, course of study, faculty, session and level.</p>
497<ul class="simple">
498<li><a class="reference" href="Examples/CourseResultList.html">CourseResultList.html</a></li>
499<li><a class="reference" href="Examples/ResultSlip.jpg">ResultSlip.jpg</a></li>
500<li><a class="reference" href="Examples/GPACalculation.doc">GPACalculation.doc</a></li>
501</ul>
502<p>Steps 11 - 13 are then identical. Only during course registration the so-called 'carryovers', i.e. the courses that were failed in the previous session, are picked up by the system and listed first.</p>
503</div>
504<div class="section">
505<h1><a id="iii-direct-entry" name="iii-direct-entry">III Direct Entry</a></h1>
506<p>Direct Entry (DE) Students bypass Step 1 - 4. The Excel Data sheet from JAMB is directly sent to the Admission board. The following procedure is identical as the one for the UME Students.</p>
507</div>
508<div class="section">
509<h1><a id="iv-local-programme-entry" name="iv-local-programme-entry">IV Local Programme Entry</a></h1>
510<p>For admission into Diploma (full and part time), Degree (part time) and Post graduate programmes (full and part time) students can bypass the JAMB admission procedure and apply directly at the university. Only the entry examination (Step 2) then differs and is called <em>Local Programme Examination</em>. The Local Programme Application Form can be combined with the PUME Application Form (Step 1). However, the application for this requires their results to be added; scanned unlike Post UME where the result is scanned and added after the student has been admitted. If the results are not yet available the students can tick a box called 'awaiting results'.</p>
511<p>Also the 'JAMB data' have to be filled manually. The registration number is generated internally with the pattern of 3-alphabets representing the study programme,  6 digits random number and 2-digits representing the year.</p>
512<p>For example: <tt class="docutils literal"><span class="pre">DIA000001/06</span></tt> means the first person to log in is for Diploma in Accounting and is applying in the 2006/2007 session.</p>
513</div>
514<div class="section">
515<h1><a id="v-portal-setup" name="v-portal-setup">V Portal Setup</a></h1>
516<p>(description of portal content types will follow)</p>
517</div>
518<div class="section">
519<h1><a id="vi-gown-hiring" name="vi-gown-hiring">VI Gown Hiring</a></h1>
520<p>(forthcoming)</p>
521</div>
522<div class="section">
523<h1><a id="vii-access-card-management" name="vii-access-card-management">VII Access Card Management</a></h1>
524<p>The Access Card (Scratch Card) data are kept outside of the main portal and managed only by the Access Card Manager.</p>
525<p>The data fields of Access Card records are:</p>
526<pre class="literal-block">
527Series Batch Code
528Access Code
529Matric or Registration Number
530Cost
531Generated By
532Date Activated
533Sold by
534</pre>
535<p>Each Access Code starts with a prefix depending on the Access Card's function, i.e. what it is used for. The prefix also defines the value of the Access Card.</p>
536<p>Administrative PINs:</p>
537<pre class="literal-block">
538Application                       APP
539Clearance                         CLR
540Hostel Application                HOS
541Hostel Maintenance
542 Old Hostels (Halls 1, 2, 3, 4)   HMU
543 New Hostel (Hall 5)              HMF
544 Postgraduate Hostel              HMP
545Gown Hiring                       GWN
546</pre>
547<p>School Fee PINs:</p>
548<pre class="literal-block">
549AGRICULTURE                       AGR
550ARTS                              ART
551BASIC MEDICAL SC.                 BMS
552DENTISTRY                         DEN
553EDUCATION                         EDU
554ENGINEERING                       ENG
555LAW                               LAW
556LIFE SCIENCE                      LSC
557PHYSICAL                          PSC
558PHARMACY                          PHA
559MEDICINE                          MED
560SOCIAL SCIENCES                   SSC
561
562Masters in Bus. Admin.            MBA
563Masters in Public Admin           MPA
564Masters Banking &amp; Fin.            MBF
565Masters in Law                    LLM
566Masters in Public Health          MPH
567Bachelors in Public Adm           BPA
568Bachelors in Accounting           BIA
569Bachelors in Social Wks           BSW
570Diploma in Public Adm             DPA
571Diploma in Law                    DIL
572Diploma in Data Proc.             DDP
573Diploma in Comp. Eng              DCE
574</pre>
575<p>For New Students <tt class="docutils literal"><span class="pre">NEW</span></tt> is added to the School Fee PIN prefixes. For example, a new student in the Education Faculty will need to buy a Scratch Card with Prefix: <tt class="docutils literal"><span class="pre">EDUNEW</span></tt>.</p>
576</div>
577<div class="section">
578<h1><a id="viii-portal-roles" name="viii-portal-roles">VIII Portal Roles</a></h1>
579<div class="section">
580<h2><a id="portal-manager-pm" name="portal-manager-pm">Portal Manager (PM)</a></h2>
581<p>The Portal Manager is the main system administrator who has exclusive rights to access all parts of the portal. His main task will be to upload and import the various data files: JAMB Lists, PUME Exam Results, Local Programme Exam Results, Admission List, Course Result List, Access Card List</p>
582</div>
583<div class="section">
584<h2><a id="clearance-officer-co" name="clearance-officer-co">Clearance Officer (CO)</a></h2>
585<p>The Clearance Officer has access to the eligibility data of all students. His only function is to validate the clearance and eligibility data on the basis of the material presented by each student.</p>
586</div>
587<div class="section">
588<h2><a id="matric-number-manager-mm" name="matric-number-manager-mm">Matric Number Manager (MM)</a></h2>
589<p>Only the Matric Number Manager is allowed to edit Matriculation Numbers and to access and configure the Matric Number Generation tool.</p>
590</div>
591<div class="section">
592<h2><a id="access-card-manager-am" name="access-card-manager-am">Access Card Manager (AM)</a></h2>
593<p>The only function of the Access Card Manager will be to generate and administer the Access Codes (PINs).</p>
594</div>
595<div class="section">
596<h2><a id="faculty-manager-fm" name="faculty-manager-fm">Faculty Manager (FM)</a></h2>
597<p>The Faculty Manager sets up the infrastructure of his/her faculty and provides content specific to his/her faculty. He/She can add or change departments and can assign local roles within all departments.</p>
598</div>
599<div class="section">
600<h2><a id="department-manager-dm" name="department-manager-dm">Department Manager (DM)</a></h2>
601<p>The Department Manager is the supervisor of the Course Adviser und the Lecturers. The DM will manage the content provided by the department (staff list, publication lists, etc). He/She can assign local roles (CA and L) within his/her department. At the current stage the local DM role is not needed.</p>
602</div>
603<div class="section">
604<h2><a id="course-adviser-ca" name="course-adviser-ca">Course Adviser (CA)</a></h2>
605<p>The Course Adviser is responsible for the study programmes of the department. He/She selects the courses (from the entire university course list) for each study programme and validates the registered courses of each student who is studying in the department. The CA role is a sub-role of the Department Manager.</p>
606</div>
607<div class="section">
608<h2><a id="lecturer-l" name="lecturer-l">Lecturer (L)</a></h2>
609<p>The Lecturer will be responsible for the courses and course material provided to the students. At the current stage this local role is not needed.</p>
610</div>
611<div class="section">
612<h2><a id="hostel-manager-hm" name="hostel-manager-hm">Hostel Manager (HM)</a></h2>
613<p>The Hostel Manager sets up and manages the infrastructure of all hostels.</p>
614</div>
615</div>
616<div class="section">
617<h1><a id="ix-portal-versioning-and-archiving" name="ix-portal-versioning-and-archiving">IX Portal Versioning and Archiving</a></h1>
618<p>Course specific data (including list of participants) are under version control. Each session new course objects are created on the basis of the data of the previous session.</p>
619</div>
620</div>
621</body>
622</html>
Note: See TracBrowser for help on using the repository browser.