From 9df6fb6ca1dc7b0735d1f2ac2481fe659b3ae062 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 9 Dec 2020 16:39:54 +0530 Subject: [PATCH] Sort choices based on value function added --- ...n Value => Sort Choices Based on Value.js} | 0 docs/README.md | 18 ++ docs/index.html | 295 ------------------ 3 files changed, 18 insertions(+), 295 deletions(-) rename JavaScript Files/{Sort Choices Based on Value => Sort Choices Based on Value.js} (100%) create mode 100644 docs/README.md delete mode 100644 docs/index.html diff --git a/JavaScript Files/Sort Choices Based on Value b/JavaScript Files/Sort Choices Based on Value.js similarity index 100% rename from JavaScript Files/Sort Choices Based on Value rename to JavaScript Files/Sort Choices Based on Value.js diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..096d96f --- /dev/null +++ b/docs/README.md @@ -0,0 +1,18 @@ +# 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](#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 how 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. + + +[Examples](/examples/) +[JavaScript Functions](/JavaScript%20Files/) + +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. [↩](#a1) diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index ca9504b..0000000 --- a/docs/index.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - README - - - - - - - - - - - - - - - - - - - -
-

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 own1. 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:

- -

Examples
-JavaScript Functions

-

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. ↩︎

- -
- - - - - - - - - - - \ No newline at end of file