Added a workflow in simplified web pages

This commit is contained in:
2025-05-31 20:35:26 +01:00
parent 83008da9bf
commit 9aeb6be1a9
3 changed files with 40 additions and 7 deletions

View File

@@ -8,12 +8,14 @@
<body>
<h1>PROCESS</h1>
<ul>
<li>1. Get the survey identification number (SurveyID). This is a unique value associated with each survey and is of the
<li>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.
</li>
<li>2. Import the 'customised' qualifier questions into the database. This only has to be done once.</li>
<li>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.
<li><a href='./getQuestionsData.html'>Import the 'customised' qualifier questions into the database.</a> This only has to be done once.</li>
<li><a href='./getSurveys.php'>Import the survey answers into the database.</a> 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.
</li>
<li>Go to the <a href='./reportTemplate.html'>report template</a> and create the required analysis visuals for your report.
</li>
</ul>
@@ -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.</p>
<p>This data is then saved into a local database in order to speed up display and avoid
<p>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.
</p>
<p>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 <a href='./reportTemplate.html'>reportTemplate</a> file.
</p>
</body>