# Marking Guides

Each deliverable part is cumulative, building on previous deliverable parts of the solution. For each deliverable, any and all supporting functionality of previous deliverables must function correctly in order to gain marks for the demonstrated deliverable.

Your instructor is free to make changes and/or additions to this lab and its marking guide(s). You are responsible to make sure that you are up-to-date with all the changes/additions made by your instructor.


# Deliverable 2 - 5% – Scenario Number: ________

This portion of the lab consists of the Project CRUD Documentation: form design and event docuementation.

  • Form design
    • [ ] Visual layout of your CRUD form
    • [ ] Appropriate controls have been used for datatype
    • [ ] Appropriate scenario query filter(s) exist on the form
  • Form Control Table
    • [ ] Indicates control name
    • [ ] Indicates control type
    • [ ] Indicates control validation (if appropriate)
  • Form Events
    • [ ] Each button is documented
    • [ ] Event documentation following requested instruction specified layout
    • ADD Button event
      • [ ] Contains a statement of action(s) to be preformed by the event
      • [ ] Indicates controls containing incoming data
      • [ ] Indicates BLL method(s) to be used
      • [ ] Indicates any returned data from BLL method(s)
    • Update Button event
      • [ ] Contains a statement of action(s) to be preformed by the event
      • [ ] Indicates controls containing incoming data
      • [ ] Indicates BLL method(s) to be used
      • [ ] Indicates any returned data from BLL method(s)
    • Delete Button event
      • [ ] Contains a statement of action(s) to be preformed by the event
      • [ ] Indicates controls containing incoming data
      • [ ] Indicates BLL method(s) to be used
      • [ ] Indicates any returned data from BLL method(s)
    • Query Button event
      • [ ] Contains a statement of action(s) to be preformed by the event
      • [ ] Indicates controls containing incoming data
      • [ ] Indicates BLL method(s) to be used
      • [ ] Indicates any returned data from BLL method(s)
    • Query Filter Button event(s)
      • [ ] Contains a statement of action(s) to be preformed by the event
      • [ ] Indicates controls containing incoming data
      • [ ] Indicates BLL method(s) to be used
      • [ ] Indicates any returned data from BLL method(s)