https://github.com/hltcoe/turkle-review
Review completed task assignments in the admin UI
https://github.com/hltcoe/turkle-review
Last synced: 5 months ago
JSON representation
Review completed task assignments in the admin UI
- Host: GitHub
- URL: https://github.com/hltcoe/turkle-review
- Owner: hltcoe
- License: bsd-2-clause
- Created: 2025-06-25T23:40:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T10:47:01.000Z (11 months ago)
- Last Synced: 2025-09-03T03:57:29.290Z (9 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turkle Review
Adds the ability to review completed task assignments in the admin UI.
This turkle plugin adds a button to the Batch listing page to view completed results.
It displays the username, input from the CSV, and the answers from the form.
It does its best to guess which columns have json and renders that as a tree.
## Install
Install the Python package using pip:
```
pip install turkle-review
```
Then add this as an app in local_settings.py:
```
INSTALLED_APPS.append('turkle_review')
```
Your IDE will complain about this line but it works.
Finally, you will need to restart the webserver.