3 Commits

Author SHA1 Message Date
fffb706427 ver1 2025-01-04 23:13:11 +08:00
dbab520f56 Refactor question type detection in editQuestion.html
- Improved the logic for determining question types by using a more explicit conditional structure.
- Enhanced readability and maintainability of the code by clearly defining the conditions for 'text', 'radio', and 'checkbox' question types.
2025-01-04 22:21:48 +08:00
c3494cf792 Update questionnaire navigation and enhance functionality
- Changed links in index.html and myQuestion.html to point to the correct pages for better navigation.
- Added new styles and JavaScript functions in createQuestion.html for dynamic question management, including adding, editing, and deleting questions and options.
- Implemented local storage functionality for saving and managing questionnaires, including validation and publishing features.
- Improved user interface elements for better interaction and usability.
2025-01-04 21:08:07 +08:00