Deferred feedback (all or nothing)

Question behaviour ::: qbehaviour_deferredallnothing
Maintained by Daniel Thies
This is a question behaviour for Moodle Quiz that forces all questions to be graded all or nothing using deferred feedback mode. It will work with a variety of question types that normally produce credit for partially correct responses
Latest release:
281 sites
189 downloads
21 fans
Current versions available: 2

Copy this directory to question/behaviour/deferredallnothing in Moodle director. Login as admin to complete plugin installation. Then choose this behaviour while editing quiz settings. All questions in the quiz will always receive zero or maximum marks when graded.

Testing status

Screenshots

Screenshot #0

Contributors

Daniel Thies (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • David Mudrák
    Fri, 12 June 2015, 3:43 AM

    Thanks Daniel for sharing this plugin with the community. I was able to successfully test the expected functionality and did not detect any issues in the code itself. You are cleared to land, welcome to the Plugins directory!

  • David Romero
    Thu, 6 Feb 2020, 6:50 PM
    Thanks for the plug-in. Can I give a negative mark when a student doens't choose all the correct answers?
  • Daniel Thies
    Thu, 6 Feb 2020, 11:18 PM
    That is an interesting question David. With which question type were you interested in using this? In order for that to be useful there would be need to be a way to check whether the question had been attempted or not. I assume you would give full marks for right answer, zero when not attempted, and a negative penalty when the question is attempted, but incorrect.
  • Daniel Thies
    Fri, 7 Feb 2020, 12:46 AM
    I made a change here https://github.com/dthies/moodle-qbehaviour_deferredallnothing/tree/WITH_PENALTY and tested it with matching question. It seems to do what you are asking.
Please login to post comments