Get started

Get access to LIONESS Lab

Register for a LIONESS Lab account to receive an email with your credentials. On the login page you find your institution and your account.

150px

Once you have logged in, the landing page allows for basic actions such as creating new LIONESS experiments, edit your existing experiments or change your user settings.

600px

Run a demo experiment

To get a feel for LIONESS experiments, you can go to this demo. This will take you to the control panel of a 3-player public goods game experiment. The link will open in a new tab. With the Control Panel you can monitor the progress of an experimental session. On the top of your screen, you can start test players to stand in the shoes participants. As you operate these test players, you can track their progress at the bottom of the Control Panel.

Warning

The control panel regulates the progress of participants through the experiments, so this screen always needs to be open as a session is running.

Quick tutorial: develop your first experiment

Note

Expected time to complete this tutorial: 30-40 minutes.

In this section you find a quick start tutorial to familiarize with LIONESS Lab. Later in the documentation you can find more detailed instructions. The steps below show you the basics of LIONESS Lab by taking you through the development a simple 3-player repeated public goods game. Box 1 shows the general setup of this experiment game. Following the steps below will make you familiar with using the basic features of LIONESS Lab. For your reference, a finished version of the experiment we will develop here can also be directly imported from the is directly available at the example game folder.

Create a new experiment

200px

On the landing page, choose New experiment to define a LIONESS experiment starting from scratch. In the Experiment Settings, you can give the experiment a name, say Public goods game. For now, you can set the availability of your experiment to private but you can choose to share it with others by setting the availability to public later. For now we can ignore the fields on the right hand side. Click Save to start defining your screens.

Define screens (stages)

600px

Below the name of your experiment you can now start defining your stages as they will be displayed to participants. Two stages are pre-loaded (see screenshot above). Make sure that you select the tab named stage 1. The area under the tabs shows three sections, each with a blue background. First, in the broad horizontal bar you can specify basic settings of that stage, e.g. its name, the stage type of the stage, and an optional countdown timer. Second, in the left hand side section you can specify the active screen. In active screens you can display information to participants and record their responses. Third, in the right hand side option you can specify the waiting screen of that stage. In case participants need to wait for others before continuing, this will come in handy - we will get to that shortly.

Screens consist of elements. These can be text boxes, input fields to record numerical responses, or pieces of JavaScript to interact with the server or to do calculations. You can add elements to your screen by clicking add new element and select the type of element you want to add. As you will have noticed, the first stage already includes three pre-loaded (empty) elements: a JavaScript field, a text box, and a button.

In the next steps you will define your own Public Goods Game. While defining your experimental screens, you can see how they look from the participants’ perspective by compiling your experiment and starting a test player from the Control panel. For the sake of exposition, we will do this only at the end of this tutorial.

Stage 1: instructions

In this basic public goods game, we want the participants to read instructions first. Name this stage Instructions in the broad horizontal blue bar. In the active screen you can add instruction text by double-clicking the text box (second element). You can write instructions in the rich-text editor by yourself or but for now just copy in the template text from the Box 2.

Finalise your instructions stage by specifying the button at the bottom of the screen. Make sure that the next stage is Stage 2 and retain the default options for the button (so that participants can proceed if possible). Your changes to the experiment will be automatically saved upon every mouse click.

At any time during development of your game, you can view the experimental pages as the participants will see them. To do this, simply compile and test your experiment and start a test player.

Box 2: Instructions for the public goods game
Your task <br>
At the beginning of each round, each participant receives 20 Points. You have to decide how many of the 20 Points you want to contribute to a group project. The other three members of your group make this decision at the same time. The Points you do not contribute, you keep for yourself. These Points are added to your total.<br>
After all group members have made their decision, all Points contributed to the group project are added up, and this number of Points is multiplied by $multiplier$. The resulting number of Points is then divided equally among the group members (irrespective of how much they individually contributed to the group project). <br><br>
<u>In summary</u><br> Your income in a round = <br>
The Points you keep for yourself <br>
<i>plus</i><br>
The Points you receive from the group project </p>

Stage 2: control questions

In the next stage, we will define a set of control questions to ensure that participants have understood the instructions. Click on the tab Stage 2 and name this stage Control questions. In the broad horizontal bar, set the stage type to quiz. In quiz stages, the LIONESS software automatically records the number of attempts by each participant to answer the control questions.

Announce the control questions in the pre-loaded text box. To add your first control question, click add an element and choose numeric input from the drop-down list. Small paste icons will appear between each of the elements in the screen. Click on the icon right under the text box to add the numeric input element. Once this element is added to the screen you can write the question in the text field of the element. In this case, write Suppose that in a round, each group member (including yourself) contributes 10 points to the group project. How many points will each of you earn in that round?.

Add a variable name, say control_question1. Specify the range of numbers that participants may enter. In this case you can set the minimum to 0 and the maximum to 100. Set the decimal place to 0 such that the participants’ screen will only accept integers as a response to this question. By clicking the required switch you can make sure that participants require to give a response to an element. Set the field correct value to 15.

600px

Finally, add a button to the screen by clicking add new element and select the button. Add it to the bottom of the screen by clicking the paste icon right below the numeric input field you just created. Keep the defaults for now.

Stage 3: lobby

The next stage will be a lobby in which participants wait to be grouped with others. In this case we will form a group as soon as three participants have completed the control questions and are ready to start the interaction phase of the experiment. Add a new stage to your experiment by clicking the + sign in the tab next to Stage 2 (see below). A new Stage tab will appear. In the horizontal blue bar, set its stage type to lobby and name the stage Lobby.

218 px

Set the timer to 300 seconds and delete the button (we do not need a button in the lobby). When participants are still waiting to be matched with others after this time has passed, they will automatically get the choice to either return to the lobby and wait for two more minutes, or to proceed to another stage (defined in the leave to field, we will get to that later). In the active screen, the default text in the lobby reads Wait for the other members of your group to complete the control questions. For now we do not need to define anything here. We do not need any buttons in this screen. The software will forward the participants as soon as a group has been formed.

Stage 4: decision

Once three participants are in the lobby, they will be matched and will be directed to the decision screen. In the Decision stage, participants will be asked to choose their contribution to the group project. First, add a new stage to your experiment with the + sign. In the new stage, set the name to decision. To indicate in which period participants currently are, we require the variables period and numberPeriods. These two are among the standard_variables that are automatically loaded in the JavaScript of each stage. In the text box you can display JavaScript variables by using dollar signs around their names. Here you can write: Round $period$ of $numberPeriods$.

To add the field in which the participants can enter their contributions, click add new element, choose numeric input and paste this element below the text box you just defined. In the text field of this element, you can write: You received 10 points to start with. How many points (0-10) do you want to contribute to the group project?. Set the variable name to contribution, set the minimum to 0, the maximum to 10 and the decimals to 0. Switch on the required option to ensure that all participants make a decision, which will be stored in the decisions table of this experiment’s database.

Note

Participants’ entries in input fields will be automatically recorded in the database. Variable names of input items need to be unique (so, no variable name should appear more than once in your experiment). In addition, make sure that within a screen, variable names of input elements are different from variables names you use in JS elements.

Finally, in the button at the bottom of the screen, specify proceed as wait for others. This will ensure that the participants will only be able to continue to the next stage when all group members are ready. Participants will wait for others in the waiting screen on the right hand side section. When nothing is defined in the waiting screen, a default waiting text will be shown. For now we can leave the waiting screen undefined.

Stage 5: results

Once all participants in a group have made their decisions, they will be shown the outcome of that period. First, again, add a new stage to your experiment with the + sign. Name this new stage results. To calculate the outcome of this period of the public goods game, we need to get the decisions of the others from the database. LIONESS Lab provides a set of JavaScript functions to do this in a simple way. In the Javascript element, you can copy the code from Box 3.

Note that JavaScript code will be executed in the browsers of the participants, so any JavaScript code should be written from the perspective of the participant.

The key functions we use here are getValue() and getValues(). In this case, getValue('contribution') will return the value of contribution in the database from the current participant from the current period. Likewise, getValues('contribution') will return an array with the contributions of all group members in the current period. With record() you can write a variable from Javascript to the database. In this case we will store for each round the total earnings of each player.

Note

These functions write to and read from the database on the server in an asynchronous way (that is, the functions are executed one by one). While this setup is easy to use, please note that having many instances of getValue() on a single page may lead to heavy load on the server. Please make sure to use these functions sparingly, but, more importantly, to use a server with sufficiently high computational power when collecting your data.

To display the calculated variables, again use the dollar signs around the variables names in the text box.

The Results stage is the second and last stage of a period. To define the correct routing of the participants through your experiment, you should specify which of the stages comprise a period which will be repeated. Technically, this means that the program will loop through these periods for a number of times. You can do this in the parameters table. You can find this at the horizontal grey bar at the top of your screen. Here you can specify the basic parameters underlying your experiment. To specify the beginning and end of the periods in your experiment, set loopStart to Decision and loopEnd to Results. Now you are editing the parameters table, you can also set the number of periods (numberPeriods) to 5. By clicking the Back button at the top you return to the page in which you define your experiment. You are almost done specifying your experiment.

For now you can leave the next stage field of the button empty.

Box 3: JS code for public goods logic
 1// specify the initial endowment
 2endowment = 10;
 3// retrieve data
 4myContribution = getValue('contribution');
 5keptForSelf = endowment - myContribution;
 6allContributions = getValues('contribution');
 7// apply public goods logic
 8sum = 0;
 9for (var i=0; i<allContributions.length; i++){
10     sum += allContributions[i];
11}
12averageContribution = sum / currentGroupSize;
13product = 1.5 * sum;
14share = product / currentGroupSize;
15earningsThisPeriod = keptForSelf + share;
16record('payoff', earningsThisPeriod);
Box 4: Results text
 1Round $period$ of $numberPeriods$: Results
 2
 3Your contribution to the group project: $myContribution$.
 4Average contribution in your group: $averageContribution$.
 5Sum of contributions in your group: $sum$.
 6This amount is multiplied by 1.5, yielding $product$.
 7Each group member receives an equal share: $share$.
 8
 9Your earnings
10
11Points kept for yourself: $keptForSelf$.
12Your share from the group project: $share$.
13Your total earnings in this round: $earningsThisPeriod$.

Stage 6: questionnaire

Once the decision making part of the experiment is over, you might want to add a questionnaire stage. Add a new stage, again by clicking the + sign in the rightmost tab. Add a new numeric input for the question What is your age?. For these numeric inputs you need to define a range of allowed values. Then, add a discret choice for the question What is your gender?. For the numeric element for the age you should now be able to define it. For the discrete choice, you can specify the question in the text field. At the bottom of this element you can define the text inside each of the choice options that the participants will choose from. In the value field of each choice option you have to specify the value as it will be recorded in the database (which, for this element type, stores the responses as numbers). Ensure that the button allows participants to proceed if possible.

600px

Stage 7: final earnings

You have arrived at defining the final stage of the experiment. Add a new stage with the + sign. On this page you will sum the earnings of each participant and display it on their screen. To do this, we will sum the participant’s earnings across all rounds. In the text box you can write the total earnings (in experimental points and real currency) to the participants’ screen. Note the variable exchangeRate, which is defined in the parameters.

Box 5: JS code for calculating total earnings
1totalPoints = 0;
2for (var i = 1;i <= numberPeriods; i++){
3   payThisPeriod =
4      getValue('decisions', 'playerNr='+playerNr+' and period='+i, 'payoff');
5   totalPoints += payThisPeriod;
6}
7valuePoints = totalPoints * exchangeRate;
Box 6: Final earnings text
1Your final earnings are: $totalPoints$.
2These points are worth: $valuePoints$.

Set parameters

Before we start testing, we need to set the parameters. You can do so by clicking parameters in the top horizontal menu. In the parameter table we will define where a period starts, and where it ends. In the predefined parameters table tab you can set the parameters loopStart to Decision and loopEnd to Results by using the drop-down menus. This means that at the end of a period, and when a new period starts, groups will move from the Results stage to Decision stage. Once the period number reaches numberPeriods, participants will proceed to Questionnaire (the stage defined right after Results).

Compile and test

Your experiment is now ready for testing. In the horizontal bar on the top of your screen, click compile and test. LIONESS Lab will compile your experiment and will open the control panel of your experiment in a new tab.

Control panel

In the control panel, you can start testing your experiment by switching on the test mode and start a test players. A new tab will open with the experimental pages you defined - this allows you to see how the pages you defined will be displayed to participants. If needed, you can start a second test player (e.g. to play in a group after being matched in the lobby).