1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
-------------------------------------------------------------------------------
| LenaSYS: |
| A computer science course programming and examination environment |
-------------------------------------------------------------------------------
This project has many components based on HTML5 designs.
* System for Displaying Programming Code in a CMS-like manner
* System for small automated Assignments
* System for Modelling and Querying Databases in the Browser
* System for importing and exporting graphics in support of the other goals.
The goal is to make a full featured system for teaching programming to
undergraduate students using modern platform independent web based
technologies.
This includes both examination, modelling design and programming in its various
forms.
Authors:
Gustav Hartigsson gustav(dot)hartvigsson<at>gmail(dot)com
Victor Nagy
(add more here)
Libraries/frameworks used:
CodeIgniter - http://ellislab.com/codeigniter
JQuery - http://jquery.com/
AJAX Ace - http://ajaxorg.github.io/ace/
|