This will be a suite of tools to help English language learners.
This tool provides an language test that assess the language level of the student. The aim is to streamline and simplify the process of placing a student on a specific level.
The web app is comprised of two parts. An application (ll_web) that provides an admin interface to be used by teachers (Ruby/Hanami based). This part of the app also expose an API that powers the web student facing interface. The other part of the app is the student facing web UI (built using React) that allows the student to take the language test.
The web admin frontend and API is built using Hanami (Ruby framework).
The student web application is built using React.