forked from jmcmilla/Net-Price-Calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKUTemplate.html
394 lines (194 loc) · 14.1 KB
/
KUTemplate.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Net Price Estimator - Kettering University</title>
</head>
<body>
<div id="netprice_container">
<div class="title">Net Price Estimator - Kettering University</div>
<div class="netprice_nav">
<input type="button" onclick="$.fn.netPrice.previousSlide()" value="Previous"/>
<input type="button" onclick="$.fn.netPrice.nextSlide()" value="Next"/>
</div>
<div id="netprice_slides">
<div id="netprice_slide0" class="netprice_slide">
<h2>Expected Family Contribution</h2>
<p>
To use this Award Estimator, you will be required to visit the <a href="https://fafsa4caster.ed.gov/F4CApp/spring/login?locale=" target="_blank">FAFSA4caster</a> website to obtain your <strong>Expected Family Contribution (EFC)</strong>.
This is <strong>NOT</strong> what your family will actually be contributing, but rather a calculation as to what your family is expected to contribute. This process takes approximately 30 minutes.<br>
<br>
<em>Note: An EFC Value of zero (0) will result in the most discounted tuition rate</em>
</p><ul>
<li><a href="https://fafsa4caster.ed.gov/F4CApp/spring/login?locale=" target="_blank">FAFSA4caster</a><br>
<span class="fineprint"><a href="https://fafsa4caster.ed.gov/F4CApp/spring/login?locale=" target="_blank">http://www.fafsa4caster.ed.gov/F4CApp/index/index.jsf</a></span></li>
</ul>
<p></p>
<p>
<strong>Enter your EFC Value:<EFCVALUE/><span class="required">*</span></strong>
</p>
</div>
<div id="netprice_slide1" class="netprice_slide">
<div id="acaprofileform_err" class="notification"></div>
<h2>Academic Profile Selection</h2>
<p>
The next step is to indicate which profile best matches your academic performance from the table below:
</p>
<PROFILE>
profile[0]={name:"Profile 1",number:1,gpa:{min:4.00,max:4.00},sat:{min:1360,max:1600},act:{min:31,max:36},checked:true};
profile[1]={name:"Profile 2",number:2,gpa:{min:3.60,max:3.99},sat:{min:1440,max:1600},act:{min:33,max:36},checked:false};
profile[2]={name:"Profile 3",number:3,gpa:{min:4.00,max:4.00},sat:{min:1090,max:1350},act:{min:24,max:30},checked:false};
profile[3]={name:"Profile 4",number:4,gpa:{min:3.60,max:3.99},sat:{min:1290,max:1430},act:{min:29,max:32},checked:false};
profile[4]={name:"Profile 5",number:5,gpa:{min:3.20,max:3.59},sat:{min:1290,max:1600},act:{min:29,max:36},checked:false};
profile[5]={name:"Profile 6",number:6,gpa:{min:3.20,max:3.99},sat:{min:1090,max:1600},act:{min:24,max:36},checked:false};
profile[6]={name:"Profile 7",number:7,gpa:{min:3.00,max:3.00},sat:{min:1090,max:1600},act:{min:24,max:36},checked:false};
profile[7]={name:"Profile 8",number:8,gpa:{min:2.70,max:4.00},sat:{min:1020,max:1600},act:{min:22,max:36},checked:false};
</PROFILE>
<br style="clear:both">
</div>
<div id="netprice_slide2" class="netprice_slide">
<h2>Residency</h2>
<p>
Please identify your current residency status:
<br>
<RESIDENCY>
residency[0] = {name:'residency',id:'instate',value:'UNGRA1',label:'Residing in the state of Michigan',checked:true};
residency[1] = {name:'residency',id:'outstate',value:'UNGRA2',label:'Residing in another state',checked:false};
</RESIDENCY>
</p>
</div>
</div>
<div id="netprice_slide3" class="netprice_slide">
<p>
This estimate of an award is based on a student <strong><RESIDENCYLABEL/></strong>, having an EFC of <strong><EFCVALUE></strong>,
and matching the criteria of <strong><PROFILELABEL/></strong>.
Any changes in the data elements you had to provide on the FASFA4caster will likely calculate a different EFC and a
different award.
</p>
<p>
The award estimate is based upon our most recent packaging parameters and federal/state appropriations.
Any future changes made by the federal government to the methodology used to calculate the EFC and/or
federal/state appropriations for the funds listed could result in a different award. Also, any scholarships you are
awarded would need to be considered as part of your award and could reduce the award.
</p>
<h3>Estimated Annual Cost of Attendance</h3>
<COSTS>
costs = [
{"name":"BOOK","cost":"1200","code":"UNGRA1","label":"Books & Supplies","description":"The estimated cost of Books averaged over a 4 year period"}
,{"name":"MISC","cost":"2955","code":"UNGRA1","label":"Miscellaneous","description":"The estimated cost of incidental living expenses"}
,{"name":"RB","cost":"6660","code":"UNGRA1","label":"Room & Board","description":"The estimated cost of Room and Board"}
,{"name":"TRAN","cost":"3659","code":"UNGRA1","label":"Transportation","description":"The estimated cost to travel to and from campus"}
,{"name":"TUIT","cost":"29988","code":"UNGRA1","label":"Tuition & Fees","description":"The tuition rate and associated fees"}
,{"name":"BOOK","cost":"1200","code":"UNGRA2","label":"Books & Supplies","description":"The estimated cost of Books averaged over a 4 year period"}
,{"name":"MISC","cost":"2955","code":"UNGRA2","label":"Miscellaneous","description":"The estimated cost of incidental living expenses"}
,{"name":"RB","cost":"6660","code":"UNGRA2","label":"Room & Board","description":"The estimated cost of Room and Board"}
,{"name":"TRAN","cost":"4542","code":"UNGRA2","label":"Transportation","description":"The estimated cost to travel to and from campus"}
,{"name":"TUIT","cost":"29988","code":"UNGRA2","label":"Tuition & Fees","description":"The tuition rate and associated fees"}
]
</COSTS>
<h3>Need Calculation</h3>
<NEED/>
<h3>Estimated Annual Award Eligibility</h3>
<AWARDS>
award[0] = {name:"Merit"
,description:"Based on a student's academic, artistic, athletic or other abilities, and often factor in an applicant's extracurricular activities and community service record. The most common merit-based scholarships, awarded by either private organizations or directly by a student's intended college, recognize academic achievement or high scores on standardized tests"
,rule:function(efc,profile,residency){
var retval = 0;
switch(parseInt(profile)){
case 1:
case 2:
retval = 15000;
break;
case 3:
case 4:
retval = 14000;
break;
case 5:
case 6:
case 7:
retval = 13000;
break;
case 8:
retval = 2000;
break;
}
return retval;
}
};
award[1] = {id:"PELL"
,name:"PELL Grant"
,description:"A federal grant that provides funds of up to $5,500 (2010-11) based on the student's financial need."
,rule:function(efc,profile,residency){
var retval = 0;
if(efc == 0){
retval = 5550;
}else if(efc >= 4401 && efc <= 4617){
retval = 1176;
}else if (efc > 4617){
retval = 0;
}else{
retval = 5500 - (((efc - 1) / 100)*100);
}
return retval;
}
};
award[2] = {id:"SEOG"
,name:"Supplemental Educational Opportunity Grant (SEOG)"
,description:"Federal grant program for undergraduate students with exceptional need. To qualify, a student must also be a recipient of a Pell Grant."
,rule:function(efc,profile,residency){
var v_return = 0;
if(efc >= 0 && efc <=500){
v_return = 2000;
}else if(efc > 500 && efc <= 1000){
v_return = 1500;
}else if(efc > 1000 && efc <= 2000){
v_return = 1000;
}
return v_return;
}
};
award[3] = {id:"KUOG"
,name:"Kettering University Opportunity Grant (KUOG)"
,description:"Awarded based on financial need."
,rule:function(efc,profile,residency){
var merit = award[0].rule(efc,profile,residency);
var pell = award[1].rule(efc,profile,residency);
var seog = award[2].rule(efc,profile,residency);
var coa = $.fn.netPrice.totalByCode(residency);
var need = ($.fn.netPrice.getCost('TUIT',residency).cost + $.fn.netPrice.getCost('RB',residency)).cost - efc;
var need_eligable = 0;
var returnVal = 0;
if (merit == 14000 && need > 14000) {
need_eligable = 2000;
}
if (merit == 13000 && (need > 7500 && need < 12001)) {
need_eligable = 3000;
}
if (merit == 13000 && need > 12000) {
need_eligable = 4000;
}
if (merit == 2000 && need > 0) {
need_eligable = 5000;
}
if (merit == 0 && need > 0) {
need_eligable = 5000;
}
returnVal = need_eligable - pell - seog;
if (returnVal <= 0){
return 0;
}else{
return returnVal;
}
}
};
</AWARDS>
<p><strong>Your Estimated Net Price is: <NETPRICE/> </strong><br>
<strong>Net Price = Cost of Attendance less Estimated Awards (<TOTAL/> - <AWARDTOTAL/> = <NETPRICE/>)</strong></p>
<p style="border-top:1px solid #CCCCCC;padding-top:10px;">
Kettering University: An Affordable Education that Works! Transportation and miscellaneous costs are included in total cost of attendance recognizing "reasonable costs" associated with your co-op placement. Costs are unique to particular co-op experiences and many students will incur lower co-op related expenses. On average, students earn $40,000 - $65,000 over the course of the program. Wages earned from co-op or other experiential learning experiences exceed co-op related expenses, and excess earnings may be applied to your educational costs above and beyond all sources of financial aid. Click here to review Kettering's <a href="http://co-op.kettering.edu/docs/BenefSurvey.pdf">Co-op Wage and Benefits Survey</a>.
</p>
</div>
</div>
</div>
</body>
</html>