Skip to content

Collect Student Feedback

Collect Student Feedback

Create and distribute feedback surveys to students for course evaluations, instructor assessments, and institutional improvement.

Time: 5–10 minutes per survey campaign Module: OpenEduCat Student Feedback Management Permissions: Back Office Admin or Faculty


Prerequisites

  • Survey module installed and configured
  • Feedback templates created
  • Student records with email addresses
  • Access to OpenEduCat → Feedback menu

Overview

The Student Feedback system enables:

  • Creating course and instructor feedback surveys
  • Bulk distribution to enrolled students
  • Automated email notifications
  • Portal-based survey completion
  • Response tracking and analysis

Steps

1. Create a Feedback Template

  1. Navigate to School Configuration → Feedback → Feedback Templates
  2. Click New
  3. Configure the template:
FieldAction
TitleEnter survey title (e.g., “Course Feedback Survey”)
Is Course BaseCheck if feedback is course/subject specific
CourseSelect course (if course-based)
SubjectSelect subject (if course-based)
FacultySelect instructor being evaluated
Start DateSet survey availability start
End DateSet survey deadline
  1. Add survey questions in the Questions tab:

    • Click Add a line
    • Enter question text
    • Select question type (multiple choice, text, rating)
    • Configure answer options
  2. Click Save

2. Create Feedback Requests (Individual)

  1. Navigate to OpenEduCat → Feedback Requests
  2. Click New
  3. Complete the request:
FieldAction
StudentSelect the student
SurveySelect the feedback template
CourseAuto-populates if template is course-based
SubjectAuto-populates if template is course-based
Start DateSurvey availability start
End DateSubmission deadline
  1. Click Save
  2. Email notification is automatically sent to the student

3. Create Feedback Requests (Bulk)

Use the wizard for multiple students:

Method 1: From Student List

  1. Navigate to Students
  2. Select multiple students using checkboxes
  3. Click Action → Generate Feedback Requests
  4. Configure the wizard:
    • Select feedback template
    • Set date range
    • Verify student list
  5. Click Submit

Method 2: Using the Wizard

  1. Navigate to Feedback Requests
  2. Click Action → Create Bulk Requests (if available)
  3. Configure:
FieldAction
Is Course BaseCheck for course-specific feedback
CourseSelect target course
SubjectSelect target subject
SurveySelect feedback template
StudentsSelect students (auto-filtered by course)
Start DateSet start date
End DateSet deadline
  1. Click Submit
  2. Feedback requests created for all selected students

Student Survey Completion

Via Email

  1. Student receives email notification
  2. Email contains:
    • Feedback request details
    • Course/subject information (if applicable)
    • Submit Feedback button with survey link

Via Portal

  1. Student logs into portal
  2. Navigates to Feedback section
  3. Views pending feedback requests
  4. Clicks Submit Feedback
  5. Completes the survey
  6. Status changes to Submitted

Track Feedback Responses

View Submissions

  1. Navigate to OpenEduCat → Feedbacks
  2. View all submitted feedback responses
  3. Filter by:
    • Survey template
    • Course/subject
    • Student

Response Details

Click on a response to view:

  • All question responses
  • Submission timestamp
  • Student information
  • Subject evaluated (if applicable)

Field Reference

Feedback Request Model (op.student.feedback)

FieldTechnical NameTypeRequiredDescription
Studentstudent_idMany2oneYesTarget student
Surveysurvey_idMany2oneYesFeedback template
Coursecourse_idMany2oneConditionalIf course-based
Subjectsubject_idMany2oneConditionalIf course-based
Start Datestart_dateDateYesSurvey availability
End Dateend_dateDateYesSubmission deadline
Survey Linksurvey_linkCharAutoGenerated URL
Is Readis_readBooleanNoPortal notification

Survey Extension (survey.survey)

FieldTechnical NameTypeDescription
Is Student Feedbackis_student_feedbackBooleanMarks as feedback template
Coursecourse_idMany2oneAssociated course
Subjectsubject_idMany2oneAssociated subject
Facultyfaculty_idMany2oneInstructor evaluated
Is Course Baseis_course_baseBooleanCourse-specific toggle
Start Datestart_dateDateFeedback period start
End Dateend_dateDateFeedback period end

Email Template

The system uses email_template_student_feedback:

Subject: “We Value Your Feedback, {Student Name}”

Content includes:

  • Greeting
  • Course/Subject details (if applicable)
  • Survey link button
  • Deadline reminder
  • Institution signature

Search and Filter Options

Feedback Requests

  • Search by: Survey, Student, Course
  • Group by: Survey, Course, Student, Subject

Feedback Responses

  • Filter by: Survey, Course, Subject
  • View: Individual responses with answers

Question Types

Available question formats in templates:

TypeDescription
Simple ChoiceSingle selection from options
Multiple ChoiceMultiple selections allowed
Text BoxOpen-ended text response
RatingStar or numeric rating
MatrixGrid of questions/answers

Troubleshooting

IssueCauseSolution
Email not sentMissing student emailUpdate student email address
Survey not accessibleOutside date rangeCheck start/end dates
Duplicate feedback errorRequest already existsCheck existing requests
Cannot see feedback in portalRequest not createdCreate feedback request
Survey link brokenSurvey archivedUnarchive the survey template

Best Practices

  1. Clear questions: Write unambiguous, specific questions
  2. Appropriate timing: Send feedback requests at course end
  3. Reasonable deadlines: Allow sufficient time for completion
  4. Anonymous option: Consider anonymous surveys for honest feedback
  5. Follow up: Send reminders for pending submissions

Security Notes

RoleCapabilities
Back Office AdminFull CRUD on requests and templates
FacultyView feedback (read-only)
StudentSubmit own feedback via portal