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.
Release files for hemlock-crt 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hemlock-crt-0.0.1.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hemlock_crt-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 kB
Release files / hemlock-crt-0.0.1.tar.gz
| Download URL | hemlock-crt-0.0.1.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
446ae558e774fee1a763258a341ccbe39c0163253f8ef4130104bb9dba8ad3b0
|
|
BLAKE2b-256 checksum How to use checksums |
e812ff7b87f9ecef833bdbc1e4b2c29081d48816543409cb713d63d04547d39d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / hemlock_crt-0.0.1-py3-none-any.whl
| Download URL | hemlock_crt-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
43ddfeeae3e7bfc6fc9bd4f7662d1ae91cd373ac4eda94ada2b786687f57b0b6
|
|
BLAKE2b-256 checksum How to use checksums |
8d40057789d8be966ea47c0d104bae49b9bb8c20e8571fa88ea1dfbf6878ae10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|