Feedback & Evaluation System
AI-powered evaluation platform for medical faculty to assess student performance and provide structured feedback.
Features
- Automated Assessment: AI-assisted evaluation of student clinical interactions
- Structured Feedback: Template-based feedback forms aligned with competencies
- Performance Analytics: Track student progress across multiple evaluations
- Faculty Collaboration: Share evaluations and calibrate assessments
- OSCE Support: Digital scoring and feedback for objective structured clinical examinations
Prerequisites
Infrastructure
The VM you run Lattice on must have a running Docker socket and the lattice user must be added to the Docker group:
# Add lattice user to Docker group
sudo adduser lattice docker
# Restart Lattice server
sudo systemctl restart lattice
# Test Docker
sudo -u lattice docker ps
AI Models
Configure your AI model for assisted evaluation:
export OPENAI_API_KEY="your-api-key-here"
# or use other models like Claude, Gemini, etc.
Architecture
This agent definition provisions the following resources:
- Docker container with evaluation dashboard
- Persistent storage for evaluations and feedback
- Web-based interface for faculty assessment
- Analytics and reporting system
- Student performance database
This means, when the workspace restarts, all evaluations and feedback data are preserved.
Note
This template is designed to be a starting point! Edit the Terraform to extend the template to support your evaluation workflow.
Use Cases
- Clinical Skills Assessment: Evaluate student performance in patient encounters
- OSCE Examinations: Digital scoring and feedback for standardized exams
- Competency-Based Assessment: Track student progress toward clinical competencies
- Formative Feedback: Provide timely, constructive feedback for learning
- Summative Evaluation: Final assessments for course grades and promotion
- Faculty Development: Calibrate evaluation standards across faculty members
Getting Started
- Create a new workspace from this template
- Configure your AI model credentials
- Launch the evaluation dashboard
- Review student clinical interactions
- Provide structured feedback using evaluation forms
- Generate performance reports and analytics
Built for medical education assessment and faculty evaluation workflows.