> ## Documentation Index
> Fetch the complete documentation index at: https://docs.repdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ReDem Score

> An Integrated Assessment of Data Quality

## Comprehensive Quality Evaluation

The ReDem Total Quality Score (R-Score) provides a multidimensional evaluation of data quality in open-ended and close-ended survey responses. Built on a 360-degree assessment framework, each respondent’s data is systematically analyzed across multiple quality dimensions.

<img classname="hidden dark:block" src="https://mintcdn.com/repdata/h9itcoqanyYKUFuk/redem/images/Quality-Checks.png?fit=max&auto=format&n=h9itcoqanyYKUFuk&q=85&s=1d6aba65936e4cf3b7a7b9af9932cfe4" width="1350" height="1000" data-path="redem/images/Quality-Checks.png" />

The ReDem Score functions like a trust index, reflecting how reliable an interview is in terms of quality. It ranges from 0 to 100, where:

* 0 indicates no trust in the interview quality.
* 100 represents complete trust.

To make interpretation easier, the scores are visualized using a traffic light system:

* 🔴 Red (0–39)
  * Very poor quality interviews.
  * Often indicative of fraudulent responses.
  * Must be removed from the dataset.
* 🟡 Yellow (40–59)
  * Doubtful quality.
  * May include inattentive or low-engagement participants.
  * Should also be removed to maintain data integrity.
* 🟢 Light Green (60–79)
  * Acceptable quality.
  * Especially scores between 60 and 70 are not ideal, but still passable.
  * These interviews mark the cut-off threshold:
    We recommend removing all interviews scoring below 60.
* 🟢 Dark Green (80–100)
  * Good to very good quality.
  * High confidence in the data's reliability.

## Objective and Transparent Scoring

The R-Score consolidates a broad range of quality indicators into a single, interpretable metric. This includes automated checks for inconsistencies, duplications, unnatural response patterns, language compliance, and other behavioral markers indicative of low-quality or fraudulent input.

## Robust Against Fraudulent Responses

By embedding quality control mechanisms throughout the survey process, ReDem ensures that data integrity is maintained at every step. This systematic approach minimizes the risk of undetected manipulation and provides researchers with a reliable basis for downstream analyses.

### The Subscores of the ReDem Score

<CardGroup cols={2}>
  <Card title="Open-Ended Score" icon="messages" href="/knowledge-base/quality-checks/open-ended-score">
    Evaluates the quality of open-ended answers using AI. It considers factors such as relevance, duplication, and potential AI generation to detect inattentive, generic, or fraudulent responses.
  </Card>

  <Card title="Coherence Score" icon="grid-2-plus" href="/knowledge-base/quality-checks/coherence-score">
    Assesses the logical consistency and plausibility of a respondent’s answers across the entire interview. This score helps automatically identify contradictions and inconsistencies in response patterns.
  </Card>

  <Card title="Time Score" icon="stopwatch" href="/knowledge-base/quality-checks/time-score">
    Analyzes total interview duration and time spent per question. It flags responses that are too fast, too slow, or show irregular timing patterns compared to the expected baseline.
  </Card>

  <Card title="Grid-Question Score" icon="list" href="/knowledge-base/quality-checks/grid-question-score">
    Evaluates response behavior in grid questions. It detects different patterns, such as straight-lining or zigzag answering, using machine learning.
  </Card>

  <Card title="Behavioral Analytics Score" icon="keyboard" href="/knowledge-base/quality-checks/behavior-analysis-score">
    Analyzes typing behavior to distinguish natural human input from potentially automated or artificial entries. It considers typing speed, rhythm, and variability to flag suspicious input patterns.
  </Card>
</CardGroup>
