{% extends 'base.html' %} {% load fieldsets %} {% block title %}Project Request Form{% endblock %} {% block headerstuff %} {{ projectform.media }} {% endblock%} {% block content %}

Project Request Form

Please fill out the form as completely as possible. Items marked with an "*" are required.

You may use Textile in any multi-lined text boxes.

General Project Information {% get_fieldset title,category,date_needed,department,contact_person,description as general_fields from projectform %}
Resources Needed {% get_fieldset hardware_needed,software_needed,people_needed as resource_fields from projectform %}
Outcome and Assessment Information {% get_fieldset performance_measurement as addl_fields from projectform %}
Academic
If your project is being used in an academic setting, please indicate the intended student learning outcomes.
Administrative
If your project is being used in an administrative setting, please indicate the specific goal that it will accomplish.

In either case, please include an assessment plan with a timetable for measuring outcomes.

For assistance or further information, contact the Office of Institutional Research and Assessment.

Submit
Notice of Transparency: All of the information submitted via this form will be visible to all Nazareth faculty and staff members, subject to login. By submitting this form, you acknowledge and accept this notice. If you have any questions, please contact the Director of Information Technology.
{% endblock %}