-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
394 lines (393 loc) · 15.4 KB
/
app.json
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
{
"cards":
[
{
"title": "Bise Sahiwal",
"subtitle": "Board Of Intermediate and Secondary Education Sahiwal",
"slug": "sahiwal",
"results": true,
"data":{
"class": {
"name": "class",
"array": [
{
"key": "1",
"value": "9th"
},
{
"key": "2",
"value": "10th"
},
{
"key": "3",
"value": "11th"
},
{
"key": "4",
"value": "12th"
}
]
},
"year": {
"name": "year",
"array": [
{
"key": "2018",
"value": "2018"
},
{
"key": "2017",
"value": "2017"
},
{
"key": "2016",
"value": "2016"
},
{
"key": "2015",
"value": "2015"
},
{
"key": "2014",
"value": "2014"
},
{
"key": "2013",
"value": "2013"
},
{
"key": "2012",
"value": "2012"
}
]
},
"session": {
"name": "sess",
"array": [
{
"key": "1",
"value": "ANNUAL"
},
{
"key": "2",
"value": "SUPPLY"
}
]
},
"rollno": {
"name": "rno",
"array": []
}
}
},
{
"title": "Bise Lahore",
"subtitle": "Board Of Intermediate and Secondary Education Lahore",
"slug": "lahore",
"results": true
},
{
"title": "Bise Mardan",
"subtitle": "Board Of Intermediate and Secondary Education Mardan",
"slug": "mardan",
"results": true
},
{
"title": "Bise Multan",
"subtitle": "Board Of Intermediate and Secondary Education Multan",
"slug": "multan",
"results": false
},
{
"title": "Bise Sarghoda",
"subtitle": "Board Of Intermediate and Secondary Education Sarghoda",
"slug": "sarghoda",
"results": false
},
{
"title": "Bise Gujranwala",
"subtitle": "Board Of Intermediate and Secondary Education Gujranwala",
"slug": "gujranwala",
"results": false
},
{
"title": "Bise Peshawar",
"subtitle": "Board Of Intermediate and Secondary Education Peshawar",
"slug": "peshawar",
"results": false
}
],
"notifications":
[
{
"title": "Registration Schedule(Last Date Extended) 9th Session 2018-20",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Roll Number Slip Inter Part 2 Annual 2018",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Datesheet Inter Annual 2018",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Registration 9th Session 2018-20",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Registration Schedule 9th Session 2018-20",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Application For Secrecy Officer",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Important Notice Regarding Supervisory Staff",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Bise Sahiwal Android App",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Online Challan Generator",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Online Noc",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "Online Migration",
"link": "http://bisesahiwal.edu.pk/downloads/REG918EXT.pdf",
"slug": "sahiwal"
},
{
"title": "NEW SCHEDULE FOR CLASS-IX ENROLLMENT/ADMISSION SESSION 2018-2020",
"link": "http://www.biselahore.com/download/notices/SCHEDULE%20FOR%20CLASS-IX%20ENROLLMENTSESSION%202018-2020new.pdf",
"slug": "lahore"
},
{
"title": "Date Sheet for the Intermediate Annual Examination 2018",
"link": "http://www.biselahore.com/download/notices/Date%20Sheet%20HSSC%20Annual%202018.pdf",
"slug": "lahore"
},
{
"title": "Tender Notice Bolted Enclosure/Canopy For Diesel Generator 320KVA Model D3406 Set including Sound Attenuators",
"link": "http://www.biselahore.com/download/notices/Tender%20Notice%20Bolted%20Enclosure_Canopy%20For%20Diesel%20Generator%20320KVA.pdf",
"slug": "lahore"
},
{
"title": "Tender Notice Printing of BookLet",
"link": "http://www.biselahore.com/download/notices/Tender%20Notice%20Printing%20of%20BookLet.pdf",
"slug": "lahore"
},
{
"title": "Tender Notice Offset Printing Machine",
"link": "http://www.biselahore.com/download/notices/Tender%20Notice%20Offset%20Printing%20Machine.pdf",
"slug": "lahore"
},
{
"title": "Tender Notice Domestic and International Courier Services",
"link": "http://www.biselahore.com/download/notices/Tender%20Notice%20Domestic%20and%20International%20Courier%20Services.pdf",
"slug": "lahore"
},
{
"title": "BookLet For CLASS-IX ENROLLMENT/ADMISSION SESSION 2018-2020",
"link": "http://www.biselahore.com/download/notices/BookLet%20For%209TH%20REGISTRATION%202018-2020.pdf",
"slug": "lahore"
},
{
"title": "Tender Notice Embossing Machine",
"link": "http://www.biselahore.com/download/notices/Tender%20Notice%20Embossing%20Machine.pdf",
"slug": "lahore"
},
{
"title": "Tender Notice Video Conferencing Equipment",
"link": "http://www.biselahore.com/download/notices/Tender%20Notice%20Video%20Conferencing%20Equipment.pdf",
"slug": "lahore"
},
{
"title": "Tender Notice Photocopier Machine",
"link": "http://www.biselahore.com/download/notices/Tender%20Notice%20Photocopier%20Machine.pdf",
"slug": "lahore"
},
{
"title": "Inter Intelligence Scholarship 2017",
"link": "http://www.biselahore.com/download/notices/Inter%20Intelligence%20Scholarship%202017.pdf",
"slug": "lahore"
},
{
"title": "Admission Notification HSSC Annual 2018",
"link": "http://www.biselahore.com/download/notices/Admission%20Notification%20HSSC%20Annual%202018.pdf",
"slug": "lahore"
},
{
"title": "Intelligence Scholarships List SSC Annual, 2017",
"link": "http://www.biselahore.com/download/notices/Intelligence%20Scholarships%20SSC%20Ann%202017.pdf",
"slug": "lahore"
},
{
"title": "Extension in Dates SSC Annual Admission 2018",
"link": "http://www.biselahore.com/download/notices/Extension%20in%20Dates%20SSC%20Annual%20Admission%202018.pdf",
"slug": "lahore"
},
{
"title": "Math Scholarships (For Girls) Intermediate Annual 2016",
"link": "http://www.biselahore.com/download/notices/Math%20Scholarships%20(For%20Girls)%20Intermediate%20Annual%202016.pdf",
"slug": "lahore"
},
{
"title": "HSSC Supplementary Registration,2017 Notification",
"link": "http://www.biselahore.com/download/notices/HSSC%20Supply%20Registration%202017.pdf",
"slug": "lahore"
},
{
"title": "Admission Notification SSC Annual 2018",
"link": "http://www.biselahore.com/download/notices/Admission%20Notification%20SSC%20Annual%202018.pdf",
"slug": "lahore"
},
{
"title": "Scholarships (Hijri) for SSC Annual Examination 2016",
"link": "http://www.biselahore.com/download/notices/Hijri%20Wazaif_SSC_Ann_2016_Final.pdf",
"slug": "lahore"
},
{
"title": "Tender Notice Partition/Furniture Design\t",
"link": "http://www.biselahore.com/download/notices/Tender%20Notice_18-09-2017.pdf",
"slug": "lahore"
},
{
"title": "Admission Schedule Intermediate Supplementary Examination 2017",
"link": "http://www.biselahore.com/download/notices/Notification%20Inter%20Supply%202017.pdf",
"slug": "lahore"
},
{
"title": "Date Sheet SSC Supplementary Examination 2017",
"link": "http://www.biselahore.com/download/notices/Date%20Sheet%20SSC%20Supply%202017.pdf",
"slug": "lahore"
},
{
"title": "Registration Schedule Inter Session 2017-2019",
"link": "http://www.biselahore.com/download/notices/Registration%20Schedule%20Inter%20Annual%202017.pdf",
"slug": "lahore"
},
{
"title": "Notification for Mathematics Scholarship for HSSC Annual Examination,2016",
"link": "http://www.biselahore.com/download/notices/Scholarship_Math_HSSCA16.pdf",
"slug": "lahore"
},
{
"title": "Notification for SSC Supplementary Examination,2017",
"link": "http://www.biselahore.com/download/notices/Schedule_SSC_Supply_2017.pdf",
"slug": "lahore"
},
{
"title": "Result Announcement Dates,of SSC/HSSC Annual Examination,2017",
"link": "http://www.biselahore.com/download/notices/Result%20Declaration%20Date_A2017.pdf",
"slug": "lahore"
},
{
"title": "Schedule for Laptop Distribution for Left over Students,of SSC Annual Examination,2015 & 2016",
"link": "http://www.biselahore.com/download/notices/laptopSchedule_2017_rnew.pdf",
"slug": "lahore"
},
{
"title": "Press Release,Scholarship for the Subject of Mathematics",
"link": "http://www.biselahore.com/download/notices/Mathematics_PressRelease.jpg",
"slug": "lahore"
},
{
"title": "Notification for SSC Registration Session,2017-2019(Revised)",
"link": "http://www.biselahore.com/download/notices/Notification_SSC_2017.pdf",
"slug": "lahore"
},
{
"title": "DateSheet for Adeeb,Alam & Fazil Annual Examination,2017",
"link": "http://www.biselahore.com/download/notices/Date%20sheet%202017%20Languages.pdf",
"slug": "lahore"
},
{
"title": "DateSheet for Intermediate Part-I&II Annual Examination,2017",
"link": "http://www.biselahore.com/download/notices/Date%20sheet%202017.pdf",
"slug": "lahore"
},
{
"title": "Notification for Revision in the Remuneration Rates for Various Exam Duties (Revised)",
"link": "http://www.biselahore.com/download/notices/RevisedRates_2017.pdf",
"slug": "lahore"
},
{
"title": "Tender I",
"link": "http://www.biselahore.com/download/tenders/1.jpg",
"slug": "lahore"
},
{
"title": "Tender II",
"link": "http://www.biselahore.com/download/tenders/2.jpg",
"slug": "lahore"
},
{
"title": "Tender III",
"link": "http://www.biselahore.com/download/tenders/3.jpg",
"slug": "lahore"
},
{
"title": "DateSheet for SSC Part-I&II Annual Examination,2017",
"link": "http://www.biselahore.com/download/notices/SSC%20A17%20Date%20Sheet.pdf",
"slug": "lahore"
},
{
"title": "Schedule for Commencement/Admissions of Intermediate Part I&II (Annual) Examinations,2017",
"link": "http://www.biselahore.com/download/notices/inter%20schedule.pdf",
"slug": "lahore"
},
{
"title": "Schedule for Commencement/Admissions of Intermediate Part I&II (Annual) Examinations,2017 (PBCC)",
"link": "http://www.biselahore.com/download/notices/494-PBCC.pdf",
"slug": "lahore"
},
{
"title": "INSTITUTE WISE PASS PERCENTAGE OF INTERMEDIATE (ANNUAL) EXAMINATION, 2016",
"link": "http://www.biselahore.com/download/notices/Institute_pass_perc_a16_12.pdf",
"slug": "lahore"
},
{
"title": "Notification for Subject of Sociology of HSSC-II",
"link": "http://www.biselahore.com/download/notices/Notification_2803016.pdf",
"slug": "lahore"
},
{
"title": "Notification for Questions in Exam Paper related to Terrorism / Dengue",
"link": "http://www.biselahore.com/download/notices/notification%20no%2042015.pdf",
"slug": "lahore"
},
{
"title": "Notification for DisQualified Supervisory Staff",
"link": "http://www.biselahore.com/download/notices/DisqualifiedNotification.pdf",
"slug": "lahore"
},
{
"title": "Notification for HSSC (Annual) Examination 2018",
"link": "http://bisemdn.edu.pk/notification/NOTIFICATION%20ANNUAL%202018.pdf",
"slug": "mardan"
},
{
"title": "Notification for SSC (Annual) Examination 2018",
"link": "http://bisemdn.edu.pk/notification/Notification%209th%20&%2010%20SSC%20(Annual)%202018.pdf",
"slug": "mardan"
}
]
}