sb.AppendLine("<p>Structural issues mean your code does not match the structure laid out in the assignment specification.You may need to re-read the assignment specification carefully for this and prior milestones to make sure you are building your program to match the specification.</p>");
sb.AppendLine("<p>Functional issues concern the actual operation of your program - i.e. does it do what was asked in the assignment specification?</p>");
sb.AppendLine("<p>Style issues concern how your code is written - is it legibile, well-documented, and does it follow the coding practices adopted by the CS department at K-State?</p>");