Skip to content

TimeRiddle is a web-based e-learning platform for programming. The project aims to publish code with tasks in a way that’s clear and accessible to students. Teachers can disable code publication, allowing students to work on assignments themselves and then instantly publish the code when ready.

License

Notifications You must be signed in to change notification settings

PeterPorzuczek/TimeRiddle

Repository files navigation

TimeRiddle

TimeRiddle is a web based e-learning platform for programming.

The aim of the project is to publish the code together with the tasks in a way that is clear and accessible to the student. The ability to disable code publication makes it possible for the student to work on the assignments themselves and when the teacher decides to publish the code, they can do so immediately.

Join Our Community

Stargazers repo roster for @PeterPorzuczek/TimeRiddle

Preview

Example course

app-preview

Live demo

Admin panel

app-preview

To run application

$ composer install
$ php artisan key:generate
$ php artisan serve --host 0.0.0.0 --port 90

To optimize application

$ php artisan route:cache
$ php artisan config:cache
$ php artisan optimize

About

TimeRiddle is a web-based e-learning platform for programming. The project aims to publish code with tasks in a way that’s clear and accessible to students. Teachers can disable code publication, allowing students to work on assignments themselves and then instantly publish the code when ready.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published