Actually a GPA calculator is not as trivial as it sounds at first.

One of my projects at a mid-size 4-year regional school was to transition our paper transcript system to an electronic one. The old system had everyone's transcript on paper. New grades were printed on sticky labels every semester and each transcript had the label stuck to it by hand. If a grade was changed the records clerk used white-out and a typewriter to alter the transcript and a calculator to redo the GPA.

When I went about creating the GPA module, I ran into all the wierd "what ifs" that occur for the 1% of the students. For instance, if a student graduates with an undergrad degree, comes back and takes more classes but is not in grad school, does their overall GPA start over with the new classes or does it include the undergrad degree courses? Scary answer: different clerks in the office did it different ways!

The lesson? a) Rarely is anything as simple as it seems. b) Solving a problem requires that you understand it FULLY, including all the crufty parts people like to avoid. It is these two items which make "Learning by Doing" so powerful!


In reply to Re: Re: Learning by Doing by husker
in thread Learning by Doing by jweed

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.