forked from gbateson/moodle-qtype_essayautograde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
65 lines (45 loc) · 2.75 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
============================================
The Essay (autograde) question type for Moodle >= 3.0
============================================
The essay (autograde) question type allows an essay question response to be given
a preliminary grade that is generated automatically based on one or more of the
following characteristics of the response.
* the number of words in the response
* the number of characters in the response
* the presence of one or more target phrases in the response
* the presence of common errors in the response
The automatic grade can be overridden by the teacher later.
Additionally, the teacher can set up grading bands that offer a non-linear grading
scheme. In such a scheme, the grade awarded is that of the grading band in which
the word/character count falls.
============================================
To INSTALL or UPDATE this plugin
============================================
1. get the files for this plugin from any one of the following locations:
(a) GIT: https://github.com/gbateson/moodle-qtype_essayautograde.git
(b) zip: the Moodle.org -> Plugins repository (search for "essayautograde")
(c) zip: https://bateson.kochi-tech.ac.jp/zip/plugins_qtype_essayautograde.zip
If you are installing from a zip file, unzip the zip file, to create a folder
called "essayautograde" and upload or move this folder into the "question/type" folder
on your Moodle >= 3.0 site, to create a new folder at "question/type/essayautograde".
2. log in to Moodle as administrator to initiate install/upgrade
if install/upgrade does not begin automatically, you can initiate it manually
by navigating to the following link:
Administration -> Site administration -> Notifications
============================================
Further information
============================================
For more information and online discussion forums, please visit:
https://github.com/gbateson/moodle-qtype_essayautograde
============================================
Development history and credits
============================================
This plugin was originally commissioned by Matthew Cotter (Hokusei Gakuen Junior College,
Japan) and Don Hinkelman (Sapporo Gakuin University, Japan) and then implemented by
Gordon Bateson (Kochi University of Technology, Japan)
Functionality for Glossary of Common Errors was commissioned by David Campbell
(Obihiro University of Agriculture and Veterinary Medicine, Japan).
Thanks also to German Valero (Mexican National Autonomous University, Mexico)
for his enthusiastic support of this plugin and creation of the Spanish language packs,
and Matthias Giger (Switzerland) for bug reports and encouragement.
many thanks to all concerned!