{% extends 'interns/base.html' %} {% block title %}Evaluate Performance - InternMS{% endblock %} {% block page_title %} Performance Evaluation {% endblock %} {% block breadcrumb %} Home / Interns / Evaluate Performance {% endblock %} {% block content %}

Performance Evaluation

Assess intern performance and provide feedback

Back to Interns
{% csrf_token %}
{{ form.intern }} {% if form.intern.errors %}
{{ form.intern.errors.0 }}
{% endif %}
{{ form.score }}
1-3: Needs Work 4-6: Meets Expectations 7-10: Exceeds
{% if form.score.errors %}
{{ form.score.errors.0 }}
{% endif %}
{{ form.feedback }} Provide constructive feedback on strengths, areas for improvement, and specific examples {% if form.feedback.errors %}
{{ form.feedback.errors.0 }}
{% endif %}
Cancel

What to Evaluate

  • Technical skills and code quality
  • Problem-solving approach
  • Communication and collaboration
  • Initiative and learning attitude
  • Meeting deadlines and requirements

Scoring Guide

1-3: Below expectations, needs improvement
4-6: Meets expectations, satisfactory
7-8: Exceeds expectations, strong
9-10: Outstanding, exceptional
{% endblock %}