PeterPorzuczek / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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 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.

License:MIT License


Languages

Language:PHP 54.4%Language:Blade 26.6%Language:Vue 18.1%Language:HTML 0.9%