ian-james / IFS

Immediate Feedback System for student programming assignments and essay writing
MIT License
5 stars 6 forks source link

[Feedback] Add Writing statistics summary #38

Closed keeferrourke closed 7 years ago

keeferrourke commented 7 years ago

Statistics that come to mind for any given english-type file, are:

Number of words, sentences, and errors are already found by IFS, so should be easy to display.

ian-james commented 7 years ago

We might want to pair this task with investigating readability scores. Since I'm assuming that some of those tools will need to accomplish the same tasks.

ian-james commented 7 years ago

Several of the writing stats are now available via feedback stats. Note a number of statistics are technically available but are not displayed in the UI. Stats that are calculated but not displayed are readability scores, since many of the scores range from elementary schools to college it might insulting/demotivating to receive low readability scores.

Cloc might be an easy tool to get setup and integrated. I'm going to leave statistics for the moment.

Ideally, I would like to learn more about what the user changed from submission to submission so the more granular we can evaluate that the better so that we can link it to previously viewed feedback.

ian-james commented 7 years ago

Separating this task into two parts, so that this part can be closed. Writing Task is closed, programming has a new issue.