> For the complete documentation index, see [llms.txt](https://help.metaforms.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metaforms.ai/survey-programming-decipher/complexity-support/maxdiff-alternatives-method.md).

# MaxDiff - Alternatives Method

Metaforms follows the standard way of creating a MaxDiff which is provided by Forsta for the Maxdiff Alternatives method.

You can use the following reference URL from Forsta for creating MaxDiff with Alternatives Method:\
<https://forstasurveys.zendesk.com/hc/en-us/articles/4417360578075-Creating-a-MaxDiff-Question-Alternatives-Method><br>

### With 2 columns

After a MaxDiff setup is created it would look like the following:

1. Quota tag to select version\
   ![](/files/qGlGBe0CS7XRWXy1rYVB)<br>
2. Question to store the version selected in the quota\
   ![](/files/ihkOVqZoFBWps99Fvhks)<br>
3. Intro question will be programmed (if provided in the QNR)\
   ![](/files/jlqAASKqi4ZFYmSVYGMW)<br>
4. The MaxDiff question should look like the provided image below. It should have a column for the MOST and LEAST along with the exact wordings for those columns as per the QNR. The attributes/rows shown should be based on the QNR, design file and the version selected in the quota.\
   ![](/files/EYd348otYAVKMJV17jsq)<br>
5. If there is any conditional text that needs to be shown for a particular iteration of the loop - would also be taken care of.\
   ![](/files/rEReodTTF7hscAMG0Kiy)<br>
6. If the answer is not provided, validation would raise an error.\
   ![](/files/Tt1fGc6kZWkQc80dNE7s)<br>
7. If the same row is selected for both the MOST and LEAST columns, validation would raise errors.\
   ![](/files/gU4NRseqIj8pqz8dD4Q7)

### With 6 Columns

If the MaxDiff has six columns, it would be displayed like the image provided below. The rest of the steps stay the same as 2 Column MaxDiff described above.\
\
![](/files/iGn0DwVRGJsfWiwsSrVH)

### Walkthrough : How to Create MaxdDiff (Alternatives Method) using Metaforms

You can refer to the attached Google Drive Link to access our video walkthrough and step by step instructions to setup Maxdiff (Alternatives Method) using Metaforms:\
<https://drive.google.com/drive/folders/16CJrXgfINK1jxJ9NwjcU32X0gM5mFZZ-?ths=true>


---

# 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://help.metaforms.ai/survey-programming-decipher/complexity-support/maxdiff-alternatives-method.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.
