source: WAeUP_Doc/InstructionsPart3.html @ 689

Last change on this file since 689 was 618, checked in by Henrik Bettermann, 18 years ago
File size: 10.1 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></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">
293<div class="section">
294<h1><a id="instructions-part-3" name="instructions-part-3">Instructions Part 3</a></h1>
295</div>
296<div class="section">
297<h1><a id="testing-the-srp-application-module" name="testing-the-srp-application-module">Testing the SRP Application Module</a></h1>
298<ol class="arabic simple">
299<li>Open your Firefox browser (IE is not recommended but does also work) and login as manager. You can do that either through the unben-local.waeup.org portal or through the uniben.waeup.org portal. The latter is recommended when opening the website from outside the btedu LAN on campus.</li>
300<li>Click the 'PINs' navigation tab.</li>
301<li>Click 'Add Scratch Card Batch' and select 'Application' from the prefix pull-down menu, then click create. A csv file will be automatically generated and copied to the WebDAV srp-import folder at <a class="reference" href="https://dav.waeup.org">https://dav.waeup.org</a>. Please look at the time of creation which is part of the file name. Probably several testers also created test batches already.</li>
302<li>Go to the PINs Section again and click the respective 'Pin Batch APP BatchNo #' link of the batch which you just added. Then you can see all unused PIN's. This feature is only available during the testing period. Than it will be replaced by a function which allows to list used PINs together with some information about their usage.</li>
303<li>Print this list or write down some PINs.</li>
304<li>Click on the 'Students' navigation tab.</li>
305<li>You can leave all fields as they are and directly click the search button. You'll see a list of students which we imported from the UME JAMB list sent recently.</li>
306<li>Print this list or write down some JAMB registration numbers (third column).</li>
307<li>Log out.</li>
308<li>Click 'Apply for PUME'.</li>
309<li>Enter a JAMB registration number and a fresh Application PIN from your printouts. The PIN has to be split into the batch number and the 10-digit random number.</li>
310<li>A member record has been created and you are logged in (see name in the top left corner). The Registration Status Box shows that you are in the state application_pin_entered (title: 'Admission started'). You can already browse the Academic Section which is called 'Prospectus' for the students. Notice that the colour of the portal has changed:</li>
311</ol>
312<pre class="literal-block">
313gold -&gt; you are logged in as student
314grey -&gt; you are logged in as staff member
315</pre>
316<ol class="arabic simple" start="13">
317<li>Upload your passport picture from your local computer. You can repeat this as often as you like as long as you have not applied for admission. The picture will be automatically resized. This function is not yet available. It will be implemented in the next SRP version.</li>
318<li>Click the 'Apply' button.</li>
319<li>Your status changed from application_pin_entered to admission_applied (Title: 'Admission requested', see Registration Status Box) and your application record is shown (only those fields which are relevant for the students concern).</li>
320<li>Click on 'Application Slip' and print the slip (Ctrl P).</li>
321<li>Log out.</li>
322<li>Click 'Student Login'.</li>
323<li>Enter your Student Id and the last 10 digits of the Application PIN. Then you'll be logged in again.</li>
324<li>Log out.</li>
325<li>Click 'Staff Login' and enter your manager user name and password.</li>
326<li>Go to the Students Section and select 'applied for admission' from the pull-down menu. Click the Search button.</li>
327<li>You'll see a list of students which have applied for admission. Your student should be among them.</li>
328<li>Click on the Student Id and then 'Application Data'.</li>
329<li>Now you see the entire Application Data record which has been imported from JAMB. The workflow status is 'closed' (see 'Status' on the right-hand side). The PUME results will be filled during import of the PUME result lists.</li>
330<li>Click 'Up one level' and then 'Personal Data'</li>
331<li>The Personal Data contain only the name (split into first-, middle- and lastname) and the sex of the student. Both fields were taken from the JAMB record during import. The Personal Data object will be edited by the student after clearance is finished. Only the manager is able to edit all fields right now (see Edit link).</li>
332<li>Finished</li>
333</ol>
334</div>
335</div>
336</body>
337</html>
Note: See TracBrowser for help on using the repository browser.