Finally extracting questions from the survey. Additional table added to hold questions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user