# Qualtrics Related Stuff from Across the Web

This repo contains material related to Qualtrics from across the website. While Qualtrics is a great tool, apart from tutorials that will help you get started, advanced stuff, especially related to JavaScript is not so easy to find at one place. Also, in my opinion, the Qualtrics tutorials website favours form over style and the presentation can be overwhelming.

Few resources here are my own[1](/master.md#f1). But I've brought them here, as I think it will save people interested in Qualtrics some time.

The PDFs are a good starting point for someone who has never worked with Qualtrics. Even though some of them are old, the core functionality remains.

Some points to note:

* I'm not well versed with JS *(read as lookup function at stackoverflow)* and therefore some of the code may be inelegant and inefficient. Please let me know if you know have a better solution.
* All code uploaded is working on the day it was uploaded. If it doesn't work for you, please let me know, and we'll check if it's an issue in your implementation or an update from Qualtrics.&#x20;

[Examples](/examples.md)\
[JavaScript Functions](https://github.com/tafakkur/QualtricsHub/tree/9a75df1fa5e166e3c6dcd039d4a30ccffd49e181/functions/README.md)

**1:** Please let me know if there are copyright issues. I'll take them down and replace them with a link to them. Also, at present I haven't credited anyone, will do that as things go along. [↩](/master.md#a1)


---

# Agent Instructions: 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:

```
GET https://darulqualtrics.survey-awesome.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
