1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
---|
4 | <head>
|
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
---|
6 | <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
|
---|
7 | <title>Description of Main Processes</title>
|
---|
8 | <style type="text/css">
|
---|
9 |
|
---|
10 | /*
|
---|
11 | :Author: David Goodger
|
---|
12 | :Contact: goodger@users.sourceforge.net
|
---|
13 | :Date: $Date: 2005-12-18 01:56:14 +0100 (Sun, 18 Dec 2005) $
|
---|
14 | :Revision: $Revision: 4224 $
|
---|
15 | :Copyright: This stylesheet has been placed in the public domain.
|
---|
16 |
|
---|
17 | Default cascading style sheet for the HTML output of Docutils.
|
---|
18 |
|
---|
19 | See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
---|
20 | customize this style sheet.
|
---|
21 | */
|
---|
22 |
|
---|
23 | /* used to remove borders from tables and images */
|
---|
24 | .borderless, table.borderless td, table.borderless th {
|
---|
25 | border: 0 }
|
---|
26 |
|
---|
27 | table.borderless td, table.borderless th {
|
---|
28 | /* Override padding for "table.docutils td" with "! important".
|
---|
29 | The right padding separates the table cells. */
|
---|
30 | padding: 0 0.5em 0 0 ! important }
|
---|
31 |
|
---|
32 | .first {
|
---|
33 | /* Override more specific margin styles with "! important". */
|
---|
34 | margin-top: 0 ! important }
|
---|
35 |
|
---|
36 | .last, .with-subtitle {
|
---|
37 | margin-bottom: 0 ! important }
|
---|
38 |
|
---|
39 | .hidden {
|
---|
40 | display: none }
|
---|
41 |
|
---|
42 | a.toc-backref {
|
---|
43 | text-decoration: none ;
|
---|
44 | color: black }
|
---|
45 |
|
---|
46 | blockquote.epigraph {
|
---|
47 | margin: 2em 5em ; }
|
---|
48 |
|
---|
49 | dl.docutils dd {
|
---|
50 | margin-bottom: 0.5em }
|
---|
51 |
|
---|
52 | /* Uncomment (and remove this text!) to get bold-faced definition list terms
|
---|
53 | dl.docutils dt {
|
---|
54 | font-weight: bold }
|
---|
55 | */
|
---|
56 |
|
---|
57 | div.abstract {
|
---|
58 | margin: 2em 5em }
|
---|
59 |
|
---|
60 | div.abstract p.topic-title {
|
---|
61 | font-weight: bold ;
|
---|
62 | text-align: center }
|
---|
63 |
|
---|
64 | div.admonition, div.attention, div.caution, div.danger, div.error,
|
---|
65 | div.hint, div.important, div.note, div.tip, div.warning {
|
---|
66 | margin: 2em ;
|
---|
67 | border: medium outset ;
|
---|
68 | padding: 1em }
|
---|
69 |
|
---|
70 | div.admonition p.admonition-title, div.hint p.admonition-title,
|
---|
71 | div.important p.admonition-title, div.note p.admonition-title,
|
---|
72 | div.tip p.admonition-title {
|
---|
73 | font-weight: bold ;
|
---|
74 | font-family: sans-serif }
|
---|
75 |
|
---|
76 | div.attention p.admonition-title, div.caution p.admonition-title,
|
---|
77 | div.danger p.admonition-title, div.error p.admonition-title,
|
---|
78 | div.warning p.admonition-title {
|
---|
79 | color: red ;
|
---|
80 | font-weight: bold ;
|
---|
81 | font-family: sans-serif }
|
---|
82 |
|
---|
83 | /* Uncomment (and remove this text!) to get reduced vertical space in
|
---|
84 | compound paragraphs.
|
---|
85 | div.compound .compound-first, div.compound .compound-middle {
|
---|
86 | margin-bottom: 0.5em }
|
---|
87 |
|
---|
88 | div.compound .compound-last, div.compound .compound-middle {
|
---|
89 | margin-top: 0.5em }
|
---|
90 | */
|
---|
91 |
|
---|
92 | div.dedication {
|
---|
93 | margin: 2em 5em ;
|
---|
94 | text-align: center ;
|
---|
95 | font-style: italic }
|
---|
96 |
|
---|
97 | div.dedication p.topic-title {
|
---|
98 | font-weight: bold ;
|
---|
99 | font-style: normal }
|
---|
100 |
|
---|
101 | div.figure {
|
---|
102 | margin-left: 2em ;
|
---|
103 | margin-right: 2em }
|
---|
104 |
|
---|
105 | div.footer, div.header {
|
---|
106 | clear: both;
|
---|
107 | font-size: smaller }
|
---|
108 |
|
---|
109 | div.line-block {
|
---|
110 | display: block ;
|
---|
111 | margin-top: 1em ;
|
---|
112 | margin-bottom: 1em }
|
---|
113 |
|
---|
114 | div.line-block div.line-block {
|
---|
115 | margin-top: 0 ;
|
---|
116 | margin-bottom: 0 ;
|
---|
117 | margin-left: 1.5em }
|
---|
118 |
|
---|
119 | div.sidebar {
|
---|
120 | margin-left: 1em ;
|
---|
121 | border: medium outset ;
|
---|
122 | padding: 1em ;
|
---|
123 | background-color: #ffffee ;
|
---|
124 | width: 40% ;
|
---|
125 | float: right ;
|
---|
126 | clear: right }
|
---|
127 |
|
---|
128 | div.sidebar p.rubric {
|
---|
129 | font-family: sans-serif ;
|
---|
130 | font-size: medium }
|
---|
131 |
|
---|
132 | div.system-messages {
|
---|
133 | margin: 5em }
|
---|
134 |
|
---|
135 | div.system-messages h1 {
|
---|
136 | color: red }
|
---|
137 |
|
---|
138 | div.system-message {
|
---|
139 | border: medium outset ;
|
---|
140 | padding: 1em }
|
---|
141 |
|
---|
142 | div.system-message p.system-message-title {
|
---|
143 | color: red ;
|
---|
144 | font-weight: bold }
|
---|
145 |
|
---|
146 | div.topic {
|
---|
147 | margin: 2em }
|
---|
148 |
|
---|
149 | h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
---|
150 | h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
---|
151 | margin-top: 0.4em }
|
---|
152 |
|
---|
153 | h1.title {
|
---|
154 | text-align: center }
|
---|
155 |
|
---|
156 | h2.subtitle {
|
---|
157 | text-align: center }
|
---|
158 |
|
---|
159 | hr.docutils {
|
---|
160 | width: 75% }
|
---|
161 |
|
---|
162 | img.align-left {
|
---|
163 | clear: left }
|
---|
164 |
|
---|
165 | img.align-right {
|
---|
166 | clear: right }
|
---|
167 |
|
---|
168 | ol.simple, ul.simple {
|
---|
169 | margin-bottom: 1em }
|
---|
170 |
|
---|
171 | ol.arabic {
|
---|
172 | list-style: decimal }
|
---|
173 |
|
---|
174 | ol.loweralpha {
|
---|
175 | list-style: lower-alpha }
|
---|
176 |
|
---|
177 | ol.upperalpha {
|
---|
178 | list-style: upper-alpha }
|
---|
179 |
|
---|
180 | ol.lowerroman {
|
---|
181 | list-style: lower-roman }
|
---|
182 |
|
---|
183 | ol.upperroman {
|
---|
184 | list-style: upper-roman }
|
---|
185 |
|
---|
186 | p.attribution {
|
---|
187 | text-align: right ;
|
---|
188 | margin-left: 50% }
|
---|
189 |
|
---|
190 | p.caption {
|
---|
191 | font-style: italic }
|
---|
192 |
|
---|
193 | p.credits {
|
---|
194 | font-style: italic ;
|
---|
195 | font-size: smaller }
|
---|
196 |
|
---|
197 | p.label {
|
---|
198 | white-space: nowrap }
|
---|
199 |
|
---|
200 | p.rubric {
|
---|
201 | font-weight: bold ;
|
---|
202 | font-size: larger ;
|
---|
203 | color: maroon ;
|
---|
204 | text-align: center }
|
---|
205 |
|
---|
206 | p.sidebar-title {
|
---|
207 | font-family: sans-serif ;
|
---|
208 | font-weight: bold ;
|
---|
209 | font-size: larger }
|
---|
210 |
|
---|
211 | p.sidebar-subtitle {
|
---|
212 | font-family: sans-serif ;
|
---|
213 | font-weight: bold }
|
---|
214 |
|
---|
215 | p.topic-title {
|
---|
216 | font-weight: bold }
|
---|
217 |
|
---|
218 | pre.address {
|
---|
219 | margin-bottom: 0 ;
|
---|
220 | margin-top: 0 ;
|
---|
221 | font-family: serif ;
|
---|
222 | font-size: 100% }
|
---|
223 |
|
---|
224 | pre.literal-block, pre.doctest-block {
|
---|
225 | margin-left: 2em ;
|
---|
226 | margin-right: 2em ;
|
---|
227 | background-color: #eeeeee }
|
---|
228 |
|
---|
229 | span.classifier {
|
---|
230 | font-family: sans-serif ;
|
---|
231 | font-style: oblique }
|
---|
232 |
|
---|
233 | span.classifier-delimiter {
|
---|
234 | font-family: sans-serif ;
|
---|
235 | font-weight: bold }
|
---|
236 |
|
---|
237 | span.interpreted {
|
---|
238 | font-family: sans-serif }
|
---|
239 |
|
---|
240 | span.option {
|
---|
241 | white-space: nowrap }
|
---|
242 |
|
---|
243 | span.pre {
|
---|
244 | white-space: pre }
|
---|
245 |
|
---|
246 | span.problematic {
|
---|
247 | color: red }
|
---|
248 |
|
---|
249 | span.section-subtitle {
|
---|
250 | /* font-size relative to parent (h1..h6 element) */
|
---|
251 | font-size: 80% }
|
---|
252 |
|
---|
253 | table.citation {
|
---|
254 | border-left: solid 1px gray;
|
---|
255 | margin-left: 1px }
|
---|
256 |
|
---|
257 | table.docinfo {
|
---|
258 | margin: 2em 4em }
|
---|
259 |
|
---|
260 | table.docutils {
|
---|
261 | margin-top: 0.5em ;
|
---|
262 | margin-bottom: 0.5em }
|
---|
263 |
|
---|
264 | table.footnote {
|
---|
265 | border-left: solid 1px black;
|
---|
266 | margin-left: 1px }
|
---|
267 |
|
---|
268 | table.docutils td, table.docutils th,
|
---|
269 | table.docinfo td, table.docinfo th {
|
---|
270 | padding-left: 0.5em ;
|
---|
271 | padding-right: 0.5em ;
|
---|
272 | vertical-align: top }
|
---|
273 |
|
---|
274 | table.docutils th.field-name, table.docinfo th.docinfo-name {
|
---|
275 | font-weight: bold ;
|
---|
276 | text-align: left ;
|
---|
277 | white-space: nowrap ;
|
---|
278 | padding-left: 0 }
|
---|
279 |
|
---|
280 | h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
---|
281 | h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
---|
282 | font-size: 100% }
|
---|
283 |
|
---|
284 | tt.docutils {
|
---|
285 | background-color: #eeeeee }
|
---|
286 |
|
---|
287 | ul.auto-toc {
|
---|
288 | list-style-type: none }
|
---|
289 |
|
---|
290 | </style>
|
---|
291 | </head>
|
---|
292 | <body>
|
---|
293 | <div class="document" id="description-of-main-processes">
|
---|
294 | <h1 class="title">Description of Main Processes</h1>
|
---|
295 | <div class="section">
|
---|
296 | <h1><a id="i-jamb-ume-entry" name="i-jamb-ume-entry">I. JAMB UME Entry</a></h1>
|
---|
297 | <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 (Excel 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>
|
---|
298 | <div class="section">
|
---|
299 | <h2><a id="step-1-online-pume-application" name="step-1-online-pume-application">Step 1 (online): PUME Application</a></h2>
|
---|
300 | <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 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.</p>
|
---|
301 | <p>Data fields: JAMB registration number, student's name, study programme/course (certificate), application date, UME examination date, sex.</p>
|
---|
302 | <ul class="simple">
|
---|
303 | <li>PUMEAcknowledgementSlip.jpg</li>
|
---|
304 | </ul>
|
---|
305 | </div>
|
---|
306 | <div class="section">
|
---|
307 | <h2><a id="step-2-offline-pume" name="step-2-offline-pume">Step 2 (offline): PUME</a></h2>
|
---|
308 | <p>The student goes to the examination hall and writes the examination.</p>
|
---|
309 | </div>
|
---|
310 | <div class="section">
|
---|
311 | <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>
|
---|
312 | <p>The examination officer compiles exam results into an Excel spreadsheet. The portal manager uploads and imports the data.</p>
|
---|
313 | <ul class="simple">
|
---|
314 | <li>data file example ???</li>
|
---|
315 | </ul>
|
---|
316 | </div>
|
---|
317 | <div class="section">
|
---|
318 | <h2><a id="step-4-online-pume-result-checking" name="step-4-online-pume-result-checking">Step 4 (online): PUME Result Checking</a></h2>
|
---|
319 | <p>The student checks the exam results on the <em>PUME Results Checking Website</em>. To enter 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>
|
---|
320 | <p>Data fields: ???</p>
|
---|
321 | </div>
|
---|
322 | <div class="section">
|
---|
323 | <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>
|
---|
324 | <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>
|
---|
325 | <ul class="simple">
|
---|
326 | <li>Admission_upload_excerpt.xls</li>
|
---|
327 | </ul>
|
---|
328 | </div>
|
---|
329 | <div class="section">
|
---|
330 | <h2><a id="step-6-online-offline-admission-checking" name="step-6-online-offline-admission-checking">Step 6 (online/offline): Admission Checking</a></h2>
|
---|
331 | <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>
|
---|
332 | <ul class="simple">
|
---|
333 | <li>AdmissionSlip.html</li>
|
---|
334 | </ul>
|
---|
335 | </div>
|
---|
336 | <div class="section">
|
---|
337 | <h2><a id="step-7-online-clearance" name="step-7-online-clearance">Step 7 (online): Clearance</a></h2>
|
---|
338 | <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>
|
---|
339 | <p>The Eligibility Form contains the following data:</p>
|
---|
340 | <p>Entry Date, Access Code, Session, Registration No, Student's Name, Sex, Faculty, Course Major</p>
|
---|
341 | <p>The data are not editable and are taken from the students record compiled so far.</p>
|
---|
342 | <p>The student has to fill the following fields:</p>
|
---|
343 | <p>Date of Birth
|
---|
344 | Local Government
|
---|
345 | Nationality
|
---|
346 | 1st Sitting (SSCE, WAEC, GCE, NECO, NABTEB): Exam Number, Exam Date, Exam Type, Exam Subjects, Exam Grades
|
---|
347 | 2nd Sitting (SSCE, WAEC, GCE, NECO, NABTEB): Exam Number, Exam Date, Exam Type, Exam Subjects, Exam Grades
|
---|
348 | Advanced Level Results: Exam Number, Exam Date, Exam Type, Exam Subjects, Exam Grades
|
---|
349 | Other Qualifications: Higher Qualification, Higher Grade, School Attended, Matric Number, Session Obtained, Discipline
|
---|
350 | Passport Picture</p>
|
---|
351 | <p>The student has to upload scanned documents which show the results of all examinations done before.</p>
|
---|
352 | <p>Then he/she has to tick appropriate documents to be presented for clearance process.</p>
|
---|
353 | <p>Furthermore the student can defer admission till next session by ticking an appropriate box and, finally, he/she has to confirm possessing all the qualifications which he/she claims to have obtained.</p>
|
---|
354 | <ul class="simple">
|
---|
355 | <li>ClearanceForm.html</li>
|
---|
356 | </ul>
|
---|
357 | </div>
|
---|
358 | <div class="section">
|
---|
359 | <h2><a id="step-8-offline-online-clearance-validation" name="step-8-offline-online-clearance-validation">Step 8 (offline/online): Clearance Validation</a></h2>
|
---|
360 | <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>
|
---|
361 | <p>The student is now properly admitted to the university and is a member of the portal. The portal assigns a personal portal member area where the student can log in (see next step).</p>
|
---|
362 | </div>
|
---|
363 | <div class="section">
|
---|
364 | <h2><a id="step-8-online-personal-data" name="step-8-online-personal-data">Step 8 (online): Personal Data</a></h2>
|
---|
365 | <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. The basis for this 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>
|
---|
366 | <ul class="simple">
|
---|
367 | <li>PersonalData.html</li>
|
---|
368 | </ul>
|
---|
369 | </div>
|
---|
370 | <div class="section">
|
---|
371 | <h2><a id="step-9-online-hostel-allocation" name="step-9-online-hostel-allocation">Step 9 (online): Hostel Allocation</a></h2>
|
---|
372 | <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>
|
---|
373 | <p>The student prints the <em>Hostel Allocation Slip</em>.</p>
|
---|
374 | <ul class="simple">
|
---|
375 | <li>HostelAllocationSlip.jpg</li>
|
---|
376 | </ul>
|
---|
377 | </div>
|
---|
378 | <div class="section">
|
---|
379 | <h2><a id="step-10-online-hostel-maintenance" name="step-10-online-hostel-maintenance">Step 10 (online): Hostel Maintenance</a></h2>
|
---|
380 | <p>The student buys a <strong>Hostel Maintenance Card</strong> and pays his/her Hostel Fee by entering the PIN on the <em>Hostel Maintenance Website</em>.</p>
|
---|
381 | <p>The student prints the <em>Hostel Maintenance Receipt</em>.</p>
|
---|
382 | <ul class="simple">
|
---|
383 | <li>HostelMaintenanceReceipt.jpg</li>
|
---|
384 | </ul>
|
---|
385 | </div>
|
---|
386 | <div class="section">
|
---|
387 | <h2><a id="step-11-online-course-registration" name="step-11-online-course-registration">Step 11 (online): Course Registration</a></h2>
|
---|
388 | <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 course registration algorithm is shown in a separate flow chart.</p>
|
---|
389 | <p>The student prints the <em>School Fees Receipt</em>.</p>
|
---|
390 | <ul class="simple">
|
---|
391 | <li>RegistrationForm.jpg</li>
|
---|
392 | <li>SchoolFeesReceipt.jpg</li>
|
---|
393 | </ul>
|
---|
394 | </div>
|
---|
395 | <div class="section">
|
---|
396 | <h2><a id="step-12-online-course-adviser-validation" name="step-12-online-course-adviser-validation">Step 12 (online): Course Adviser Validation</a></h2>
|
---|
397 | <p>The Course Adviser controls and validates the registered courses. This step can be omitted if the course registration process runs completely automatically.</p>
|
---|
398 | </div>
|
---|
399 | </div>
|
---|
400 | <div class="section">
|
---|
401 | <h1><a id="ii-returning-students" name="ii-returning-students">II. Returning Students</a></h1>
|
---|
402 | </div>
|
---|
403 | <div class="section">
|
---|
404 | <h1><a id="iii-direct-entry" name="iii-direct-entry">III. Direct Entry</a></h1>
|
---|
405 | </div>
|
---|
406 | <div class="section">
|
---|
407 | <h1><a id="iv-local-programme-entry" name="iv-local-programme-entry">IV. Local Programme Entry</a></h1>
|
---|
408 | </div>
|
---|
409 | </div>
|
---|
410 | </body>
|
---|
411 | </html>
|
---|