Finally extracting questions from the survey. Additional table added to hold questions

This commit is contained in:
2025-05-31 00:16:39 +01:00
parent 437e1afede
commit dc68e98d92
7 changed files with 213 additions and 122 deletions

View File

@@ -81,17 +81,17 @@
}
</style>
</head>
<body onload="loaded()">
<body>
<h1>QUALTRICS SURVEY ANALYSIS TOOL</h1>
<p>You first need to enter the Survey ID, and press submit in order to get the correct groupings available to select from</p>
<p>You first need to enter the Survey ID, and press submit in order to get the correct groupings available to select from. The master template survey is SV_cwKjMqAqGxImjMG if you want a survey to just try out.</p>
<form id="surveyForm">
<label for="surveyId">Survey iD</label>
<input type="text" id="surveyId" name="surveyId" />
<br>
<button type="button" onclick="getSurveyAll()">Submit</button>
<button type="button" onclick="getSurveyData()">Submit</button>
</form>
<br>