Add comprehensive Google Forms prerequisite survey with automation tools#10
Draft
Add comprehensive Google Forms prerequisite survey with automation tools#10
Conversation
Co-authored-by: FCHXWH823 <176723341+FCHXWH823@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] The content of LLM4ChipDesign_Prerequisite_Survey.docx is good. But can you create a google form with these questions so they can click and all the data is then in a google sheet or so instead of us doing it?
Add comprehensive Google Forms prerequisite survey with automation tools
Sep 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses the request to create a Google Form version of the LLM4ChipDesign prerequisite survey with automated data collection to Google Sheets.
What's Added
📋 Complete Survey Structure
🚀 Multiple Implementation Options
Manual Creation (Recommended)
QUICK_START.md- 5-minute setup guide for immediate useLLM4ChipDesign_Prerequisite_Survey.md- Complete question list with detailed instructionsmanual_creation_instructions.txt- Step-by-step manual creation guideAutomated Creation (Advanced)
create_google_form.py- Python script using Google Forms APIgoogle_forms_structure.json- Structured configuration for automation📊 Data Collection & Analysis
survey_response_template.csv- Template for response analysis📖 Comprehensive Documentation
README_Survey.md- Detailed implementation guide with best practicesREADME.mdwith survey sectionKey Features
Survey Coverage
Google Forms Integration
Automation & Security
.gitignoreadded to protect sensitive API credentialsUsage
Users can now easily assess participant backgrounds before LLM4ChipDesign courses/workshops by:
QUICK_START.mdfor immediate Google Forms creationREADME_Survey.mdfor comprehensive implementationcreate_google_form.pywith Google API credentialsThis solution transforms the prerequisite assessment from a static document into an interactive, data-driven tool that automatically organizes responses for easy analysis and course customization.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.