metilluyoc / edcodeorg

Automatically exported from code.google.com/p/edcodeorg
0 stars 0 forks source link

Using AND OR and NOT conditions in the key to grade open-ended text questions #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For an open-ended text questions, would it be possible and useful to use 
logical statements (or regular expression, but I'm afraid that this may be more 
complex option), that would look for keywords in the text, ignore others and 
grade it accordingly?  The usefulness of it could be to try to automate grading 
of open-ended questions by trying to find proper (or improper) keywords in the 
answers.

While this may not be appropriate for grading all kinds of open-ended question, 
I think it would help.

A related idea is to be able to edit the grades somehow, AFTER Flubaroo graded 
the sheet, so that those edited grades are included and replace the original 
grades in grade summary and those emailed to students.

Original issue reported on code.google.com by mcj...@gmail.com on 23 Dec 2013 at 12:17

GoogleCodeExporter commented 9 years ago
While I don't think I'll include broad boolean or pattern matching logic, it's 
possible I could add something simple that checks for the presence of or more 
phrases. For example:

%has rabbit, bunny, long ears

would check for at least one of the above. and

%hasall rabbit, bunny, long ears

would require all 3 phrases be present.

Original comment by d...@edcode.org on 24 Dec 2013 at 10:58

GoogleCodeExporter commented 9 years ago
That would be very useful I think.  Many thanks!

Original comment by mcj...@gmail.com on 25 Dec 2013 at 1:15

GoogleCodeExporter commented 9 years ago
One of our diagnostic spelling tests doesn't mark for the whole word, just 
particular letter combinations, (for example shield is marked correct on a 
correct 'ie' rather than the greater word, so sield would be correct, but 
sheild would not). Would it be possible to use %has (when it's created) to look 
for these chunks within words?
As I said, the test is diagnostic, so wouldn't be emailed to students.

Original comment by chelsea....@ed.act.edu.au on 21 May 2015 at 1:18

GoogleCodeExporter commented 9 years ago
I agree.

2015-05-20 22:18 GMT-03:00 <edcodeorg@googlecode.com>:

Original comment by technoma...@gmail.com on 26 May 2015 at 1:50