Giter Site home page Giter Site logo

dropzonebundle's Introduction

DropzoneBundle

WARNING

DEVELOPMENT HAS MOVED TO claroline/Distribution. THIS REPOSITORY IS NO LONGER MAINTAINED.


Claroline connect plugin for drop zone, evaluation and peer review

dropzonebundle's People

Contributors

arnaudbey avatar bradinside avatar maxailloud avatar ngodfraind avatar ptsavdar avatar stefk avatar vaince avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dropzonebundle's Issues

Deletion of criterion when correction already done

As soon as one copie has been evaluated, it should not bes possible to delete a criterion. When you enter the screen to defined the criteria, a message should indicate that some correction already started and then only some modification possible.

I deleted a criterion on an evaluation for which copies have been corrected. No error message and the user see the score he gets but there is no criteria.
(No need for an urgent correction, we will informed the teacher of our course)

hide instruction until deposit phase

just a suggestion :

it may be nice that the ppl with edit rights on an evaluation could decide whether or not instructions are displayed as the evaluation has not started

"invalider"/"revalider" button

In our scenario each copie has to be corrected by 3 other students.
A copie has already 3 corrections and one correction have been "Dénoncer".
The teacher then "invalid" the one which is "dénoncer".
The copie need to be corrected by another student.
We have then 4 corrections (with one not taken into account) => the score is good and is based on 3 corrections
If the teacher revalide the correction, the score is then based on the 4 correction with no error message or warning for the teacher.

Evaluation with no file downloaded

If you click on "Sauvegarder et terminer" but you don't have downloaded any file the error message is downloaded on the bottom of the screen and then is not visible.
It should be on top as other error/information messages

discuss feature

Hey
a nice feature (actually this is something we'd need here) would be to get the possibility for corrector and corrected to discuss about the copy.

What do you think about that ?

If I manage to have some time, i could try to pullrequest something

Call to undefined method in template

The following is thrown when pressing the button Add a copy/Complete my copy

Method "getCustomActions" for object "Claroline\CoreBundle\Entity\Resource\ResourceType" does not exist in /home/stephane/php/projets/claronext-fork/vendor/icap/dropzone-bundle/Icap/DropzoneBundle/Resources/views/Drop/drop.html.twig at line 165

Template not found

The following line (59) in Correction/correctionsByUser.html.twig throws an exception on case sensitive file systems (ie linux) :

{% include 'IcapDropzoneBundle:Correction:Listing/CorrectionListing.html.twig' %}

That's because the exact template name -- and thus , filename -- is correctionListing, not CorrectionListing.

Report a correction

When you click on the button "Dénoncer une correction" we have Javascript errors and we have this
image

image

Error PHP when trying to upload a file

We a user want to upload a file for the evaluation we got this error messages :
Fatal error: Call to undefined method Icap\DropzoneBundle\Entity\Document::toJson() in /var/www/html/claroline/20140206/Claroline/vendor/icap/dropzone-bundle/Icap/DropzoneBundle/Event/Log/LogDocumentCreateEvent.php on line 24

Final score is not visible

In the following case, a student can't see his score.
A student has downloaded files on its evaluation and has corrected one copie but no more copies are available at that time.
In the meantime the end of the correction period arrive.
The student has still his evaluation in progress but no score.
The teacher can then correct the student copie so that he got his 3 corrections on its evaluation.
Then the student see the status at 100% but he doesn't have access to the score.
image

Progression bar

When the evaluation is open only to drop document for exemple from the 1 to 9/04, if you do the evaluation you progress bar show à progress of 75%, on the 10/04 the correction is open, the you progress bar show 29% (with 3 copies to be corrected)

Instructions for examiners disapear

You create a new evaluation resource, define all parameter in first screen and then click on "Save on continue".
In this second screen, enter some text on the field "Instructions for examiners", then add a new criterion and click on "save Criterion".
The filed "Instructions for examiners" is then empty and you loose what you have enter

ClassNotFoundException: Attempted to load class "DropzoneManager"...

ClassNotFoundException: Attempted to load class "DropzoneManager" from namespace "Icap\DropzoneBundle\Manager" in /home/beya/htdocs/Claroline/app/cache/dev/appDevDebugProjectContainer.php line 5209. Do you need to "use" it from another namespace?

since v0.3.1 tag, i got this error when opening a dropzone
checkout an older tag correct it. :/

Creation of a new evaluation

When you create an evaluation object, set the parameter in the form and then clic directly on the "Save and Continue" you have this error message "Fatal error: Class 'Icap\DropzoneBundle\Manager\DropzoneManager' not found in /var/www/html/claroline/20140318/Claroline/app/cache/prod/appProdProjectContainer.php on line 2209". If you clic first on the "save" button you don't have this error

drop layout

I'm working on a new layout to make the drop cleaner
are you interested in ?

if you are, i'll pull request something today

dropzone

Error message in English

If you type some texte on the "zone de texte libre" without a click on the "add" button, you have this message in english in the validation popup :
image

"Dénoncer cette correction"

In Firefox when I clic on "Dénoncer cette correction" the form have been loaded after the current screen instead of refreshing the page
2014-04-10_094217

"Signaler une copie" - no authorization check

When you signal a copie, if you take the URL dans then change the parameter at the end of the URL you can signal copie of other user even if the correction is completed

Claroline/web/app.php/icapdropzonebundle/3/report/drop/18/44
Just change the 2 parameters at the end

Picture and resources access problem in "zone de texte libre"

If a user put in image from his computer using the download button from the editor, the image is then added to the texte but when another user is doing the correction he doesn't see the image (and no error message).

Another case, if a user add a link to a resource from his personnal workspace on the editor, when another user is doing the correction he got the not allowed error message when he click on the link

pb on tooltip 'created by administrato'r

pb on tooltip 'created by administrato'r
on the drops list, the icon is included in the link so the icon's tooltip and the link's tooltip are doing something strange.

[Bug] Fatal error on correction submission

When simple/manual evaluation (i.e. no peer review) is used on files uploaded by students, adding a correction produces the following error when pressing the save button :

Argument 1 passed to Icap\DropzoneBundle\Manager\DropzoneLogManager::sendFinishedLog() must be an instance of Icap\DropzoneBundle\Entity\Drop, null given, called in [...]/Icap/DropzoneBundle/Manager/DropzoneLogManager.php on line 38

New option to allow dropzone admin to unlock copy with missing corrections

allow him to correct a copy and unlock this copy in order to bypass

  • the number of correction needed on the copys
  • the number of correction done by the user

in order to allow the user to see his copy.

usefull when

  • evaluation is closed and no one except admin can correct.
  • user has not done the needed number of correction ( so he can't see his copy, but if the evaluation is closed, he can't correct anymore )
  • admin invalidate some corrections

Add document to an evaluation

When you upload a file to an evaluation, the form auto submit after to chose the file without any click on the "Add" button. But as this button is not deactivated the "regular" user will click or double click on it. In this case you have two or three time the same file uploaded.

add new criteria pb

when you are on the edit criteria page if you wait that js is loaded, you cant add criterions.
work well if you dont wait ( not in modal )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.