Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
Slotkenov edited this page May 11, 2015 · 7 revisions

Test environment: http://javascript-examiner.herokuapp.com/
Submit issues: Here on GitHub

Contents of this wiki

Introduction

The Javascript Examiner is targeted at tutors and student teaching and learning the Javascript programming language. Where tutors would create exercises for their students. The goal of this application is to releave the tutor from the work of checking all the solutions of all of his students. The student will submit a solution to an exercise to the Javascript Examiner in stead of to his tutor. The application will then provide instant feedback to the student.

Javascript Examiner

The Javascript Examiner runs on a free version of Heroku at the moment. Heroku puts the server to sleep when no request has been made for an hour. This means that when you visit the app you will probably have to wait for the server to start up again. It takes about 15 seconds for the first request to receive and display the app. After that each request will be fast enough for a normal experience of the app.

The application currently works best when viewed in the Google Chrome browser.

Clone this wiki locally