Skip to content

Cognition Deploy

Actions
Automatically deploy your JsPsych experiment to Cognition
v1.2.0
Latest
Star (0)

Cognition Deploy

Automatically deploy your behavioral JsPsych experiment to Cognition.

Example usage

on: [push]

jobs:
  cognition-deploy:
    runs-on: ubuntu-latest
    name: Deploy experiment to Cognition
    steps:
      - uses: actions/checkout@v3
      - uses: javidalpe/[email protected]
        id: deploy
        with:
          personal-access-token: ${{secrets.PERSONAL_ACCESS_TOKEN}}
      - run: echo "The public link to the task is ${{ steps.deploy.outputs.link }}"

Inputs

personal-access-token

Required The token needed to deploy your experiment. Get one at https://www.cognition.run/account.

jspsych-version

Optional JsPsych library version used, e.g., 8.0.2

Outputs

link

The link to the task. Share this link with your participants.

Known issues

  • Transpiled JsPsych code (jsPsych Builder) is not supported.
  • Supported JsPsych versions: 6.x.x and 7.x.x

Cognition Deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automatically deploy your JsPsych experiment to Cognition
v1.2.0
Latest

Cognition Deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.