AOSSIE-Org / AOSSIE-Org/EduAid
Dynamic Google Form Integration
- Dominant language
- JavaScript
- Stars
- 171
- Forks
- 425
- PR merge metrics
- No merged PRs in 30d
Description
### Feature: Dynamic Google Form Integration
**Objective:**
Allow the app to integrate with Google Forms dynamically, so users can fetch questions and submit responses without modifying the app code.
**Proposed Functionality:**
1. Users/Admins can provide a Google Form URL or Form ID.
2. The app fetches the form questions dynamically.
3. Render questions in the app (support text, multiple choice, checkboxes).
4. Users can submit responses directly back to the Google Form.
5. No hardcoding of forms; everything should be configurable at runtime.
**Benefits:**
- Teachers/Admins can create new quizzes, surveys, or assignments without updating the app code.
- Students can complete forms directly inside the app.
- Makes the app flexible, interactive, and user-friendly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.