- 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.
- 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.