diff --git a/getQuestionsData.html b/getQuestionsData.html new file mode 100644 index 0000000..4451645 --- /dev/null +++ b/getQuestionsData.html @@ -0,0 +1,31 @@ + + + + + + Customised Qualifiers + + +

Importing of customised qualifiers

+ +

This form allows you to export the customised qualifying information relating to the survey

+

You will need to enter the appropriate surveyId, and then click submit, and the data will be imported + into the analysis tool

+

+ +

If you enter no surveyId or invalid one, then the script will check for that value and create a template anyway. At + some point in the future these invalid templates may have to be cleaned up? +

+ + +
+ + + +
+ + + + + + \ No newline at end of file diff --git a/getQuestionsData.php b/getQuestionsData.php index 7ecdc2f..7adc26c 100644 --- a/getQuestionsData.php +++ b/getQuestionsData.php @@ -73,7 +73,7 @@ if ($stmt->fetch()) { echo "This process only ever needs to be carried out once for each survey.
".PHP_EOL; echo "Skipping data export.
".PHP_EOL; echo "

"; - echo "You now need to go and export the answer data before you can get the survey reports"; + echo "You now need to go and export the answer data before you can get the survey reports"; return; diff --git a/index.html b/index.html index c0588f4..bb70beb 100644 --- a/index.html +++ b/index.html @@ -8,12 +8,14 @@

PROCESS

@@ -22,13 +24,13 @@ "eoQ Framework - How to achieve great EO Template - 15 May 2025 Quality Assurance v2" surveyId (SV_cwKjMqAqGxImjMG) or a clone of this survey.

-

This data is then saved into a local database in order to speed up display and avoid +

This data is then imported into a local database in order to speed up display and avoid costs associated with repeatedly accessing the QUALTRICS API. This requires 2 steps before the data can be used as outlined in the process above.

Data in the database is then manipulated to produce the graphics using a custom graphics - library using d3.js to produce the visualisations that you see in the reportTemplate.html file. + library using d3.js to produce the visualisations that you see in the reportTemplate file.