Howdy all!
I love being a sysop sometimes... I had some fun with Ram Air's scoring system.
The following is the code Ram Air uses to determine the score for the application.
function calcAll(form1)
{
with(form1)
{
score = 0
//score = score + (1 * (cfi.value));
score = score + (5 * (cfii.value));
score = score + (3 * (mei.value));
score = score + (2 * (total.value<2000));
score = score + (2 * (multitotal.value<200));
score = score + (2 * (actualtotal.value>50));
score = score + (2 * (actualtotal.value>75));
score = score + (5 * (PA32total.value > 25));
score = score + (7 * (PA3290.value > 25));
score = score + (3 * (PA34total.value > 25));
score = score + (5 * (PA3490.value > 25));
score = score + (5 * (PA28total.value > 100));
score = score + (3 * (PA44total.value > 25));
score = score + (3 * (instatp.value > 100));
score = score + (3 * (instatp.value > 300));
strength.value=score;
}
In English this scoring system states:
1. CFII is good, MEI not as good, CFI is ok. ATP and Commercial are worthless to the score.
2. Total time UNDER 2000. Multi UNDER 200. Actual IMC ABOVE 50 and more points if ABOVE 75.
3. PA 32, PA 32 (90 days) best, PA34, and PA 34 (90days) above 25 is good. PA 28 above 100 is ok, PA 44 above 25 is good. The best is PA 32 within the last 90 days.
4. Points for instructing instrument and ATP students above 100 hours, double points for above 300 hours.
PA 32 time in the last 90 days is the single most important item on their list. Time in type and instructing students count for more than actual IMC time.
Hope that helps.
Fly SAFE!
Jedi Nein