Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supressing the Moodle Submission form #678

Open
mhughes2k opened this issue Nov 3, 2023 · 4 comments
Open

Supressing the Moodle Submission form #678

mhughes2k opened this issue Nov 3, 2023 · 4 comments

Comments

@mhughes2k
Copy link

Could you confirm that this line is supressing the whole Moodle submission form because the TII End User License Agreement has not been accepted or has been declined?

if (turnitinEulaClass.siblings('.mform').length > 0) {

One of our students sent us this image, which would suggest that this is the case:
SubmissionForm

If this is the case this a massive over step of Turnitin into our VLE space, where there is no mandatory requirement for a student to actually agree to the EULA in order for their submission to be made to our VLE.

@mhughes2k
Copy link
Author

I would point out that the EULA is a 3 state option:

  • Agree
  • Disagree
  • Ignore

In the case of Ignore, functionally it is the same as Disagree, but it is not the same as explicitly disagreeing, and TII should be disabled but should not get in the way of any thing else.

@danmarsden
Copy link
Contributor

It probably needs to be controllable - some of our clients want to prevent students from submitting an assignment that does not get passed to Turnitin - especially as there is no easy way to resubmit an assignment if a student declines the Turnitin EULA - which sounds like it is different from your use case - wanting students to submit an assignment but decline having it passed to the plagiarism checking process.

@mhughes2k
Copy link
Author

I'd make the observation that surely then this should part of the Moodle Plagiarims Plugin API, to require agreement/licensing/enabling of submission, than it is part of the TII Plagiarism plugin itself.

There is a limitation (I think) in the EULA licensing (@turnitin!) in that as an institution who has licensed TII, it is still necessary for the student-user to agree an EULA.

Typically there would be a clause in the terms for the student that allows for the checking of work for plagiarism through different means, so it would be "easier" for it to be a B2B interaction (University <-> TII) and given the the VLE is doing to sending outside of "user" space via background processes, under the relevant conditions), rather than a User to TII interaction.

@danmarsden
Copy link
Contributor

I don't disagree myself - however I think the EULA is heavily geared around Turnitin internal legal requirements - they want to control this on their end and have a process that identifies that "turnitin" has gained permission from the end-user to process the file, rather than relying on the agreement they have with the institution to handle this - eg not something that is likely to change on Turnitin's side at the moment unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants