There is a new Essay (auto-grade) question type available

There is a new Essay (auto-grade) question type available

by Germán Valero -
Number of replies: 9
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

The Moodle plugins database has just accepted Gordon Bateson's awesome Essay (auto-grade) plugin.

The "Essay (auto-grade)" question type awards a provisional grade as soon as the student submits an essay. The provisional grade is based on the number of words, sentences and target phrases (also common errors) that are present in the essay. 

In addition, this question type allows the teacher to specify "grade bands" which can be used to create a non-linear grading scheme. 

At any time, the teacher can override the automatically generated grade by giving a manual grade and feedback as in the standard "Essay" question type.

It already has a Mexican Spanish translation made in AMOS and a Moodle Docs page with a couple of illustraded sample questions.
Average of ratings: Useful (1)
In reply to Germán Valero

Re: There is a new Essay (auto-grade) question type available

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators

Good news - thanks for sharing smile

In reply to Mary Cooch

Re: There is a new Essay (auto-grade) question type available

by Germán Valero -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

This plugin is particularly useful for language teaching., but it can also be used for other areas, e.g. Medicine.

In reply to Germán Valero

Re: There is a new Essay (auto-grade) question type available

by Marcus Green -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

I briefly demonstrated this at last years UK/IE Moot and I would say it is suitable for anything apart from Maths smile.

Average of ratings: Useful (1)
In reply to Germán Valero

Re: There is a new Essay (auto-grade) question type available

by Nikolay Le -
Hello! Is it possible to use any additional syntax to autograde combination of words in sentence.
In reply to Nikolay Le

Re: There is a new Essay (auto-grade) question type available

by Gordon Bateson -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

For a simple a syntax, you can use "AND", "OR", "(" and ")".
For example ...

  • first AND (next OR then) AND finally

Note that "AND" and "OR" must appear in capital letters.
The spaces before and after these keywords is optional, but usually they improve readability.

The word "ANY" may be used instead of "AND".  i.e. "ANY" is a synonym for "AND"

  • firstly ANY secondly

Also, you can use the following characters to create regular expressions:

  • ^ $ . ? * + | - : ! = egg [ ] { } < >

For example ...

  • first.*(then|next).*finally

Note that there are no optional spaces in regular expressions.

Average of ratings: Useful (1)
In reply to Gordon Bateson

Re: There is a new Essay (auto-grade) question type available

by Germán Valero -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
@Gordon
What were the text characters you wrote that were substituted by an egg in the above post?
In reply to Germán Valero

Re: There is a new Essay (auto-grade) question type available

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

opening and closing parentheses with a space in between egg

See list of emoticons at Site administration/Appearance//HTML settings

Average of ratings: Useful (2)
In reply to Nikolay Le

Re: There is a new Essay (auto-grade) question type available

by Gordon Bateson -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

Nikolai,
You asked about...

A newer version of this plugin ... that will let you choose whether you want to match full words only and whether the match is case-insensitive.

The code for this functionality is working. When I can find a sponsor to the amount of 30,000 yen ( = $280 USD), I will add to the public version of the plugin.

Average of ratings: Useful (2)