Forum .LRN Q&A: Re: DotLRN enhancements

Collapse
6: Re: DotLRN enhancements (response to 5)
Posted by Gustaf Neumann on
We have an implementation based on xowiki workflow using the plagiarism finder of ephorus (https://www.ephorus.com/en/home) integrated in our learning environment.

Our implementation takes documents from students or profs, submits it over SOAP to the plagiarism finder of ephorus via https, obtains the result from there as well via SOAP and provides the results (scores, annotated paper, etc.). The workflow controls the state of the submissions. While such a workflow instance runs, one can watch the state, etc. Performing the submission in a rpc-style (sent the document, wait for the result) is not feasible, since plagiarism checking can take a while, maybe hours.

We have the plagiarism finder app on production since Oct.

Collapse
7: Re: DotLRN enhancements (response to 6)
Posted by Jose Agustin Lopez Bueno on
Hi Gustaff!

What is your experience with ephorus?
Is it a good product?
Can we see any example?
Is your code avalaible?

Many questions 😉

Thanks,
Agustin

Collapse
8: Re: DotLRN enhancements (response to 7)
Posted by Gustaf Neumann on
Here are some answers: