Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csev/webauto

This is my automatic grading program for web sites
https://github.com/csev/webauto

Last synced: 6 days ago
JSON representation

This is my automatic grading program for web sites

Awesome Lists containing this project

README

        

WebAuto - An Autograder for Web Content
=======================================

This is my automatic grading program for web sites that I am
building initially for my Fall 2013 SI664 course. One day I will
make it more general - but for now - it just needs to work for
one class :)

**For now this is simply prototype code that I am putting together -
it is not ready to use at all. This is under construction.**

If you want to see this autograder actually working, you can play online:

* https://lti-tools.dr-chuck.com/webauto/

You could also play with my more advanced Python autograder:

* https://lti-tools.dr-chuck.com/pythonauto/
* https://lti-tools.dr-chuck.com/pythonauto/lms.php
* https://github.com/csev/pythonauto

This will be built using two basic technologies: (1) IMS Learning Tools
Interoperability for the LMS integration and grade flow and (2) Goutte
to do the actual unit tests to evaluate the sites and compute the grades.
Here are some relevant URLs:

IMS Learning Tools Interoperability:

* http://www.imsglobal.org/
* http://www.imsglobal.org/lti/
* http://www.imsglobal.org/LTI/v1p1p1/ltiIMGv1p1p1.html
* http://developers.imsglobal.org/
* https://vimeo.com/34168694

Goutte and BrowserKit:

* https://github.com/fabpot/Goutte
* http://api.symfony.com/2.3/Symfony/Component/BrowserKit.html
* http://api.symfony.com/2.3/Symfony/Component/DomCrawler/Crawler.html

As part of this code development, I am re-working the IMS LTI code
to be (a) scalable, multi-tenant-aware, and more elegant and (b)
start laying the ground work for supporting IMS LTI 2.0
when it comes out.