This repository contains the code for the GenAI Feedback co-creation project. This project is part of the Generatieve AI in het VO cocreation project link.
The goal of this project was to create a chatbot that helps teachers give the correct type of feedback to their students. We use an LLM to help give personalised feedback to students based on the task they are working on and the type of students they are.
The chatbot is designed to be used by teachers.
The tool is split into two parts, the backend and the frontend. In the folders backend and frontend you can find
the code for the backend and frontend respectively, as well as the README files with instructions on how to set up and
run the project.
There are external third parts; the LLM used, a database and redis, for our set-up see the backend README.
This project has a low Technology Readiness Level (TRL) and should be considered a research prototype rather than a production-ready product.
Testing: No automated tests are included. Correct operation was verified through manual testing during the project.
Security: Security was not a focus of this project. All requests to the n8n backend are unauthenticated — there is no user authentication or authorisation on the webhook endpoints. This is acceptable for the research context in which the tool was used, but should be addressed before any broader deployment.
If you have any questions about the project, please contact:
- Name: Julian van der Horst
- Email: julian.vanderhorst at ru.nl
- Organization: NOLAI
or
- Name: Harm van Stekelenburg
- Email: harm.vanstekelenburg at ru.nl
- Organization: NOLAI
This project is co-financed by Nationaal Onderwijslab AI

