Coursemology / coursemology2

Rails 6 re-write of Coursemology
https://coursemology.org
MIT License
145 stars 77 forks source link

Implement tokenization and stemming for text response questions. #646

Open BenMQ opened 8 years ago

BenMQ commented 8 years ago

Student answers should be tokenized, and possibly reduced to stem, before matching.

apple seeds. should match apple seed and Apple seed. but not Pineapple seeds.

cysjonathan commented 6 years ago

Just checking, is case-insensitivity matching intended for exact_match? Otherwise, should this issue be closed?

case_sensitivity

makqien commented 6 years ago

Just checking, is case-insensitivity matching intended for exact_match?

Yes it seems so. https://github.com/Coursemology/coursemology2/blob/875c930def066bc944efc6f666c4a7aade812997/app/services/course/assessment/answer/text_response_auto_grading_service.rb#L43