> For the complete documentation index, see [llms.txt](https://annemarleen.gitbook.io/immersive-design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://annemarleen.gitbook.io/immersive-design/methods/experiments.md).

# Evaluation Methods: Setting up an Experiment

A scientific method is a plan that is followed in performing a scientific experiment and writing up the results. It is not a set of instructions for just one experiment, nor was it designed by just one person. The scientific method has evolved over time after many scientists performed experiments and wanted to communicate their results to other scientists. The scientific method allows experiments to be duplicated and results to be communicated uniformly.\
&#x20;<img src="/files/-Lng1mR6bRX3_pUMjnrx" alt="" data-size="original"> <img src="/files/-Lng1uX2-zJzY8Ha6AgN" alt="" data-size="original">&#x20;

### Before you start to define your experiment&#x20;

#### **1: Explore,** think about your personal motivations and your team's ambitions. <img src="/files/-Lng1yGGf7WizuEPShnq" alt="" data-size="original">&#x20;

* What kind of human interaction is necessary to explore: hands, feet, head, fingers, body?
* What kind of devices do you have and what user tasks can you explore? See Gabbard's taxonomy of usability characteristics below:

![Taxonomy of usability characteristics, Joseph Gabbard, 1997](http://sv.rkriz.net/classes/ESM4714/Student_Proj/class00/gabbard/overview.jpg)

### Defining your experiment

#### 2: Form a hypothesis

When preparing to do research, a scientist must form a hypothesis, which is an educated guess about a particular problem or idea, and then work to support it and prove that it is correct, or refute it and prove that it is wrong. <img src="/files/-Lng25GJC-9D1HH5Oo2l" alt="" data-size="original">&#x20;

**3: Define your research question**

```
Main objective for research: what do I want to find out?
Main research question
Subquestions
```

**4: Think through your research method**

```
- What method will I use for testing? 
- What is the goal of this method?
- What are benefits of using this method? Any possible counter effects? 
```

![](/files/-Lng2AX0vAogYayvboMM)

#### 5: Have a real good look at your evaluation metrics

* **Independent and Dependent Variables**\
  \
  A well-designed experiment needs to have an *independent* variable and a *dependent* variable. The independent variable is what the scientist manipulates in the experiment. The dependent variable *changes* based on how the independent variable is manipulated. Therefore, the dependent variable provides the data for the experiment.<br>

### **Validity and Reliability**

![](/files/-Lng2HivzR6LX0Lmt7kC)

**Validity**

Validity implies the extent to which the research instrument measures, what it is intended to measure. What is the accuracy of the measurement. *A valid instrument is always reliable.*&#x20;

**Reliability**

Reliability refers to the degree to which scale produces consistent results, when repeated measurements are made. Is the experiment executed in a precise manner and is it consistent with former experiments. *A reliable instrument need not be a valid instrument.*&#x20;

[Additional info](https://www.youtube.com/watch?v=2fK1ClycBTM) about Validity and Reliability


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://annemarleen.gitbook.io/immersive-design/methods/experiments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
