Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hemlock-crt-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

hemlock_crt-0.0.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page