8.14

4 Conscript🔗

 #lang conscript package: conscript

Conscript provides a simpler syntax and a more streamlined development environment for writing and testing studies.

    4.1 Conscript tutorial: the Prisoner’s Dilemma

    4.2 Conscript Style Guide

    4.3 Conscript Cookbook

      4.3.1 How to add links

      4.3.2 How to display monetary amounts

      4.3.3 How to add buttons to jump to various pages

      4.3.4 How to have a form input with multiple checkboxes

      4.3.5 How to add the @ sign on a page

      4.3.6 How to add a CSS class to an HTML element

      4.3.7 How to add a form with many sliders

      4.3.8 How to add a table to a page

      4.3.9 How to customize the text of a submit button

      4.3.10 How to add blank lines

      4.3.11 How to provide error message when wrong radio button is chosen

      4.3.12 How to display radio buttons on a single line

      4.3.13 Page with dice roll button

      4.3.14 How to select a random value from a list of items

      4.3.15 How to generate a random number

      4.3.16 How to have radio buttons with images

      4.3.17 How to add a Radio Button with a button for an Other option

      4.3.18 How to have a select button with a default option that cannot be submitted

      4.3.19 How to add a timer to a page

      4.3.20 How to add a timer that spans multiple pages

      4.3.21 How to display a waiting page until some condition is met

      4.3.22 How to repeat a task until a timer runs out

      4.3.23 How to reuse similar steps with different roles