Cognitive Reflection Test for Hemlock projects
Project description
Hemlock-CRT
A Cognitive Reflection Test (CRT) for Hemlock projects.
Example
from hemlock_crt import CRT
from hemlock_crt.items import ball_bat, machines, lily_pads
from hemlock import *
@route('/survey')
def Start(origin=None):
b = Branch()
CRT(b, ball_bat, machines, lily_pads)
p = Page(b, terminal=True)
Label(p, label='<p>End.</p>')
return b
Documentation
You can find the latest documentation at https://dsbowen.github.io/hemlock-crt.
License
Publications which use this software should include the following citations:
Bowen, D.S. (2020). Hemlock [Computer software]. https://dsbowen.github.io/hemlock.
Bowen, D.S. (2020). Hemlock-CRT [Computer software]. https://dsbowen.github.io/hemlock-crt.
This project is licensed under the MIT License LICENSE.
Hemlock-CRT requires the Hemlock package, which is available under the Hemlock Research License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hemlock-crt-0.0.1.tar.gz
.
File metadata
- Download URL: hemlock-crt-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
446ae558e774fee1a763258a341ccbe39c0163253f8ef4130104bb9dba8ad3b0
|
|
MD5 |
58a3878c99853391d373b84acea8332b
|
|
BLAKE2b-256 |
e812ff7b87f9ecef833bdbc1e4b2c29081d48816543409cb713d63d04547d39d
|
File details
Details for the file hemlock_crt-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: hemlock_crt-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
43ddfeeae3e7bfc6fc9bd4f7662d1ae91cd373ac4eda94ada2b786687f57b0b6
|
|
MD5 |
f10a7fe0ba5fd991c7d0eb811e36b4ec
|
|
BLAKE2b-256 |
8d40057789d8be966ea47c0d104bae49b9bb8c20e8571fa88ea1dfbf6878ae10
|