Added total number of records to page
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
<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. The master template survey is SV_cwKjMqAqGxImjMG if you want a survey to just try out.</p>
|
||||
<p>SV_bD838sNKZEmi6Tc is also worth experimenting with</p>
|
||||
<form id="surveyForm">
|
||||
<label for="surveyId">Survey iD</label>
|
||||
<input type="text" id="surveyId" name="surveyId" />
|
||||
@@ -122,7 +123,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<p>Number of completed surveys. (No data will be shown if this is less than 8) : </p>
|
||||
<p>Number of completed surveys. (No data will be shown if this is less than 8) : <span id="record_no">0</span></p>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user