From 6284f9dc76a9e7bfb9a10f62353c047a9164508a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Skagerstr=C3=B6m?= Date: Wed, 31 Mar 2021 06:32:34 +0200 Subject: [PATCH] Course automation: Hemingway feedback on essays (#1041) * Added readme for automation proposal * Update README.md * Update README.md * Updated readme. Co-authored-by: Alexander <> --- .../course-automation/wska-thestar19/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 contributions/course-automation/wska-thestar19/README.md diff --git a/contributions/course-automation/wska-thestar19/README.md b/contributions/course-automation/wska-thestar19/README.md new file mode 100644 index 0000000000..4e039bab0e --- /dev/null +++ b/contributions/course-automation/wska-thestar19/README.md @@ -0,0 +1,15 @@ +# Course automation: Post hemingway editor score, readability and feedback + +## Members + +William Skagerström (wska@kth.se) (@wska) +Alexander Kruger (alekru@kth.se) (@TheStar19) +## Proposal + +We would like to propose a task that will create a bot that takes submitted essays and submits them to the hemingway editor (https://hemingwayapp.com/) and returns some useful feedback on the essay in the form of a comment. + + +This will thus be a bot that: +* Takes the submitted essay PDF and converts it into a workable format. +* Submits the text and takes the feedback. +* Restructures it into a suitable comment and posts it back on the issue.