From 40ec208656389c420f134535e3c18d53169060bb Mon Sep 17 00:00:00 2001 From: Philippe Grosjean Date: Sun, 2 Jun 2024 23:11:26 +0200 Subject: [PATCH] README simplified --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 48bed3c..4ad4d74 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,7 @@ -Marking work on the basis of marking grids is time-consuming and requires particular attention to ensure fair marking from one student to another. - -learnitgrid, via a new web application {shiny}, makes it possible to mark all the work in a series criterion by criterion. The relevant part of each piece of work, identified by a title or a piece label, is extracted from the R/R Markdown/ Quarto documents. These extracts are grouped and sorted automatically using a text similarity calculation algorithm in the {stringdist} package. This makes it easier to score similar responses in the same way. This method also reduces the time needed for correction. Clickable links allow quick access to the complete job and to any context (dataset, additional documents, etc.), which further improves the speed of correction and the user’s comfort when filling in the criteria grids. - -This package is associated with and enhances the {learnitdown} package. - +Marking work on the basis of rubrics (evaluation grids) is time-consuming and requires particular attention to ensure fair marking from one student to another. {learnitgrid} is a Shiny application that makes it possible to evaluate students's work in R scripts, R Markdown or Quarto documents more easily and more rapidly. ## Installation