web based application designed to conduct a survey on the impact of AI tools on the academic performance of IT students. The survey collects responses through a form and stores the data for further analysis.
AI_SURVEY
│
├── index.html # Consent form and information sheet
├── survey.html # Survey form
├── style.css # Styling for the web pages
├── script.js # JavaScript for form handling
├── AI1.jpg # Hero image
├── favicon.png # Favicon image
└── README.md # This file
- Consent Form: An initial consent form that participants must agree to before proceeding to the survey.
- Survey Form: Collects data on the usage of AI tools and their perceived impact on academic performance.
- Responsive Design: The web application is responsive and works well on different devices.
- Netlify Integration: Uses Netlify forms for handling form submissions without server-side code.
-
Clone the Repository:
git clone https://github.com/occxlnce/airg.git cd airg
-
Deploy on Netlify:
- Create a new site on Netlify.
- Link your repository to Netlify.
- Netlify will automatically detect the
index.html
file and deploy your site.
-
Open the Website:
- Navigate to the deployed website.
-
Complete the Consent Form:
- Read the information sheet.
- Check the consent checkbox and click "Proceed to Survey".
-
Fill Out the Survey Form:
- Answer all the questions on the survey form.
- Click "Submit" to send your responses.
- HTML: For structuring the web pages.
- CSS: For styling the web pages.
- JavaScript: For handling form submission and navigation.
- Netlify: For hosting the website and handling form submissions.
Contributions are welcome! If you have any suggestions or improvements, feel free to submit a pull request. Please ensure your changes follow the project's coding guidelines.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-branch
. - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.