35 lines
1.6 KiB
HTML
35 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>QUALTRICS DATA ANALYSIS CONTROL PANEL</title>
|
|
</head>
|
|
<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
|
|
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>
|
|
</ul>
|
|
|
|
<h1>TECHIE STUFF</h1>
|
|
<p>This web application exports data from the QUALTRICS survey:
|
|
"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
|
|
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.
|
|
</p>
|
|
|
|
</body>
|
|
</html> |