Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/csev/webauto
- Owner: csev
- License: apache-2.0
- Created: 2013-09-15T15:36:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T00:20:21.000Z (over 10 years ago)
- Last Synced: 2024-05-01T20:47:30.278Z (7 months ago)
- Language: PHP
- Size: 1.34 MB
- Stars: 3
- Watchers: 7
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/pythonautoThis 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/34168694Goutte 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.htmlAs 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.