analyze_course_feedback
Analyze student course feedback to extract sentiment, themes, complaints, praises, and actionable improvements. Input a batch of feedback strings for automated insights.
Instructions
Analyze a batch of student course feedback. Returns sentiment scores, top themes, key complaints, key praises, and actionable improvement suggestions. Input is a JSON array of feedback strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feedback_list | Yes | List of raw feedback strings (1-50 items). | |
| course_name | No | Course name for context, if known. | |
| analysis_focus | No | One of "balanced", "complaints_only", "praises_only", "actionable_only". | balanced |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |