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
- - 1. Get the survey identification number (SurveyID). This is a unique value associated with each survey and is of the
+
- Get the survey identification number (SurveyID). This is a unique value associated with each survey and is of the
form SV_cwKjMqAqGxImjMG. All of them start with 'SV_' and there is then a random selection of characters.
- - 2. Import the 'customised' qualifier questions into the database. This only has to be done once.
- - 3. Import the survey answers into the database. This only has to be done once, unless additional people complete
- the survey, in which case repeating this process will import the additional completed surveys.
+
- Import the 'customised' qualifier questions into the database. This only has to be done once.
+ - Import the survey answers into the database. This only has to be done once for each
+ survey, unless additional people complete the survey. If that happens, then repeating this process will import the additional completed surveys.
+
+ - Go to the report template and create the required analysis visuals for your report.
@@ -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.