37 lines
1.9 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>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><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>
<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 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 <a href='./reportTemplate.html'>reportTemplate</a> file.
</p>
</body>
</html>