Skip to content

SQL scripts for analyzing and comparing text-based responses in survey projects.

License

Notifications You must be signed in to change notification settings

traksb/TextualSimilarityAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQL Scripts Documentation

This repository contains SQL scripts that serve specific purposes related to text-base answer analysis. Below is a breakdown of each script, its purpose, and usage instructions.

Table of Contents

  1. Submission Similarity Checker
  2. Submission Comparison

Submission Similarity Checker

File Name: SubmissionSimilarityChecker.sql

Purpose: This script identifies similar submissions based on text responses. It compares 'completed' submissions (newly received and needing checks) with 'passed' submissions (already approved). The script uses string matching for older submissions and similarity functions for recent ones.

Usage:

  1. Replace {{Project ID}} with the specific project ID you're targeting.
  2. Run the script in your SQL environment.

View Code


Submission Comparison

File Name: SubmissionComparison.sql

Purpose: This script compares responses from different submission statuses. It mainly distinguishes between 'completed' (newly received) and 'passed' (already approved) submissions. The comparison assesses the similarity of answers based on their text, user, and item IDs.

Usage:

  1. Replace {{Project ID}} with the specific project ID you're targeting.
  2. Run the script in your SQL environment.

View Code


Note: Ensure that you have the necessary permissions and that the database is properly backed up before running any script. It's also recommended to run these scripts in a test environment first.

About

SQL scripts for analyzing and comparing text-based responses in survey projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published