Homework 6


Design .html and .css files to implement the following portions of your ABET data collection web-site:

  1. Login page
  2. The page containing:
    1. the menu that allows the instructor to select a course,
    2. the menu that allows the instructor to select an outcome, and
    3. the form that allows the instructor to enter the data for that course.

In a nutshell, the second page should contain form(s) that allows the instructor to input the information from the three documents described in the project writeup for a single outcome. The three documents are the Excel spreadsheet that reports the number of students achieving each performance level for the outcome, the assessment plan that contains the assessments used to assess the outcome and the rubrics used with those assessments, and the narrative summary.


Homework requirements

  1. The .html/.css files should be named login.{html,css} and results.{html,css} respectively.
  2. Use your imagination as well as the design principles for html widgets that we discussed in class.
  3. We are not concerned with users being able to interact with your forms in this assignment. They can press on buttons but nothing will happen.
  4. In this assignment show everything on the results page, including the rubrics section and the menu for being able to select a previous assessment plan.
  5. For your course menu include all the courses and for the outcomes menu include all the outcomes. These will change based on the logged in instructor in homework 8.
  6. Assume that the instructor has selected a particular outcome and your form is showing the assessments for that outcome. Include at least 3 assessments so we have an idea of how the assessments section of the form will appear.