Skip to content
/ swozo Public
forked from mikkolaj/swozo

BEng project, system for organizing and conducting online classes

Notifications You must be signed in to change notification settings

Fl0k3n/swozo

 
 

Repository files navigation

SWOZO

System for organizing and conducting online classes, created as a BEng project. Thesis (in Polish) is available in engineering-thesis.pdf. It contains project assumptions and requirements, project design and documentation. UI samples are shown after page 84. For running instructions see infra directory.

The main use case flow is illustrated below. The system enables technical teachers (ones that understand the software, e.g. those that can create ready-to-use Jupyter notebooks) to create and share them as activity modules. Other teachers are then able to use those modules in their own courses as they see fit (they can e.g. combine multiple notebooks with quizzes and videconferencing). Services are automatically run in the cloud at activity times selected by the teacher. Teachers and students receive links through which they can access those services from their browsers.

The system differs from other popular online class services (such as Moodle) by using third-party services instead of integrating them into the solution. Those third-party services can provide much more functionalities and better user flow as they are optimized for a single purpose. We support Jupyter Notebooks, Jitsi Meet (videoconferencing), QuizApp (quizzes), and Docker (which allows using arbitrary software, but requires more configuration on the teacher's part). We follow a VM per user model, each student receives their own VM with all chosen services (except for shared ones, like videoconferencing). VMs are managed through our Google Compute Engine integration.

System's architecture is depicted below:

For more details, including the tech stack and explanation of design choices, refer to the thesis. Shortly, we use Spring, PostgreSQL and React.

About

BEng project, system for organizing and conducting online classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 37.7%
  • Java 32.2%
  • Elixir 23.9%
  • Jinja 2.9%
  • JavaScript 2.0%
  • HTML 0.6%
  • Other 0.7%