2025-06-21 18:59:12 +01:00
2025-05-24 19:35:29 +01:00
2025-05-24 19:35:29 +01:00
2025-06-03 11:29:29 +01:00
2025-05-24 19:35:29 +01:00
2025-06-13 17:27:36 +01:00
2025-05-24 19:35:29 +01:00
2025-05-30 21:27:29 +01:00
2025-06-21 18:59:12 +01:00
2025-05-30 21:27:29 +01:00
2025-05-28 20:05:57 +01:00

Process required to get data into local database is now all self documented via the index.html file

Then the reportTemplate.html will work correctly

backup database: mysqldump -u username -p > backup.sql

restore database: mysql -u username -p < backup.sql

SURVEYS: SV_cwKjMqAqGxImjMG - Is the correct template one!

SV_3pyZVUNpxXm1PZI - is a baaaad one!

TESTING: get_qid_counts.html provides the ability to test the various splicing and dicing with specific questions against a specific survey. This connects directly to get_qid_counts.php

get_text_data.html has the ability to connect directly to get_text_data.php to upload text against each QID.

Actual QID values needed can be seen in the reportTemplate.html onclick code for each button.

S
Description
Files for the development work for eoq
Readme
1.7 MiB
Languages
HTML 55.3%
JavaScript 27%
PHP 17.6%
Shell 0.1%