Contributions made by Tim Hunt

report_customsql
This report plugin allows Administrators to set up arbitrary database queries
to act as ad-hoc reports. Reports can be of two types, either run on demand,
or scheduled to run automatically. Other users with the right capability can
go in and see a list of queries that they have access to. Results can be viewed
on-screen or downloaded as CSV.
3474 sites
1k downloads
133
Supports Moodle 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10
Latest release: Saturday, December 19, 2020, 5:35 AM
mod_studentquiz
StudentQuiz enables students to collaboratively create their own question pools in Moodle. Students can filter these questions into quizzes, and they can rate and comment questions while working through the quizzes. StudentQuiz computes each students contribution and learning progress and compares this with the community. The created questions become part of the Moodle question bank and can be reused in other Moodle quizzes. The video "StudentQuiz in a minute" tube.switch.ch/videos/d0e37788 provides a quick introduction.
1003 sites
753 downloads
89
Latest release: Thursday, February 25, 2021, 9:32 PM
qtype_coderunner
A question type that allows question authors to set programming questions in which the student answer is code in some programming language, which is graded by running it. More generally it can handle any question to which the answer is text that can be graded by a computer program written by the question author.
1815 sites
1k downloads
83
Latest release: Monday, October 5, 2020, 5:33 AM
qtype_ddimageortext
As of Moodle 3.0, this question type is part of the standard Moodle release. That is why there is no plugin from Moodle 3.x. You don't need one!
237 sites
178 downloads
83
Latest release: Monday, May 11, 2015, 2:39 PM
block_workflow
This block allows you to manage the process of producing courses or activities. A workflow make it clear who is responsible for doing the next step, and what tasks they should be doing. The workflow can also assign and unassign roles, or automatically set certain settings, when the workflow moves from one step to the next.
427 sites
356 downloads
62
Latest release: Saturday, December 19, 2020, 6:26 AM
qtype_stack
The STACK question type adds a sophisticated assessment in mathematics and related disciplines, with emphasis on formative assessment underpinned by computer algebra.
1403 sites
815 downloads
60
Latest release: Monday, December 7, 2020, 3:08 AM
qtype_combined
A Moodle question type which allows questions to be built up from parts that are other simpler question types (requires you to have these question types installed)
1137 sites
408 downloads
50
Latest release: Saturday, December 19, 2020, 4:41 AM
qtype_pmatch
Allows a short response of one or a few sentences that is graded by comparing against various model answers, which are described using the OU's pattern match syntax.
1701 sites
451 downloads
40
Latest release: Saturday, December 19, 2020, 4:30 AM
tool_editrolesbycap
A Moodle admin tool to edit the permissions for one capability in all roles on one screen.
371 sites
142 downloads
32
Latest release: Saturday, November 9, 2019, 12:44 AM
qtype_oumultiresponse
The main difference from the standard Moodle multiple choice question type is in the way that grading works. When creating the question, the teacher just indicates which choices are correct. If there are n correct choices, then the student scores 1/n for each correct choice. If they select too many choices, then incorrect choices outweigh correct ones.
1510 sites
365 downloads
27
Latest release: Saturday, December 19, 2020, 12:48 AM
quizaccess_offlinemode
This plugin is designed to allow, as far as possible, a student to continue working
on a deferred-feedback quiz attempt even if the network connection goes down.
188 sites
91 downloads
25
Latest release: Monday, November 11, 2019, 10:27 PM
quizaccess_honestycheck
This Quiz access rule plugin lets you require students to agree to a statement about not plagiarising before starting a quiz.
579 sites
192 downloads
24
Latest release: Thursday, August 9, 2018, 11:45 PM
qtype_varnumeric
A calculated numeric question type with variable and expression evaluation. Random values are generated for each student attempting the quiz.
740 sites
209 downloads
23
Latest release: Saturday, November 9, 2019, 11:47 PM
qbehaviour_deferredfeedbackexplain
This question behaviour is just like deferred feedback, but with an additional input box where students can give a reason why they gave the answer they did.
267 sites
93 downloads
19
Latest release: Saturday, March 17, 2018, 12:19 AM
availability_quizquestion
This is a Moodle conditional availability rule, which makes it possible
to show or hide another resource, based on the state of one particular question
in one quiz.
126 sites
194 downloads
16
Latest release: Monday, December 21, 2020, 6:35 PM
quiz_gradingstudents
A quiz 'report' add-on for Moodle, like the nomal manual grading report, but which lets you grade one student at a time, rather than one question at a time.
296 sites
207 downloads
15
Latest release: Saturday, December 19, 2020, 5:21 AM
qtype_varnumunit
This question type can have randomly selected numbers, and the student's answer must include the correct unit. Unit grading is done using the pmatch algorithm.
359 sites
107 downloads
14
Latest release: Saturday, November 9, 2019, 11:48 PM
qtype_pmatchjme
A question type where the user enters their response using the JavaScript Molecular Editor, and the response is then graded using the OU's pattern-match algorithm.
410 sites
275 downloads
12
Latest release: Thursday, September 10, 2020, 12:50 AM
qtype_varnumericset
A calculated numeric question type with variable and expression
evaluation. All values are precalculated although a question can have several
variants with different variable values for each variant.
887 sites
188 downloads
12
Latest release: Thursday, June 11, 2020, 5:01 AM
quiz_editquizsettings
This 'report' is actually a tool which lets users edit certain settings, currenty
the open and close dates, for a quiz, without needing to give them permission to
edit all the other quiz settings.
93 sites
62 downloads
11
Latest release: Wednesday, November 21, 2018, 12:08 AM
qtype_pmatchreverse
A question type where the teacher provides some example sentences, and the student has to write a pmatch expression to match those sentences.
141 sites
72 downloads
10
Latest release: Sunday, November 10, 2019, 1:42 AM
report_workflow
This report is a companion to the Workflow block. It provides reports on the state of the workflow in all courses or activities.
176 sites
153 downloads
10
Latest release: Thursday, November 22, 2018, 12:31 AM
quiz_answersheets
This quiz report allows you to get view of a quiz attempt that is formatted for easy printing. This can either be a blank attempt for students to write in their responses, if they cannot attempt the quiz online, or a review of a finished quiz attempt.
281 sites
361 downloads
9
Latest release: Wednesday, December 16, 2020, 6:01 AM
qbehaviour_adaptive_adapted_for_coderunner
A specialised version of the standard Moodle adaptive behaviour for use with the CodeRunner plugin (qtype_coderunner).
1854 sites
408 downloads
8
Latest release: Tuesday, June 2, 2020, 5:32 AM
qtype_opaque
This question type uses web services to connect to other question engines like OpenMark or ounit, so that their questions can be used in a Moodle quiz.
160 sites
113 downloads
6
Latest release: Sunday, November 10, 2019, 2:23 AM
qbehaviour_opaque
This question behaviour uses web services to connect to other question engines like OpenMark or ounit, so that their questions can be used in a Moodle quiz.
161 sites
86 downloads
3
Latest release: Wednesday, August 15, 2018, 5:32 PM