https://github.com/fhdsl/widget-survey
Put low maintenance mini surveys in your websites/courses/repositories!
https://github.com/fhdsl/widget-survey
edtech-software
Last synced: 3 months ago
JSON representation
Put low maintenance mini surveys in your websites/courses/repositories!
- Host: GitHub
- URL: https://github.com/fhdsl/widget-survey
- Owner: fhdsl
- License: cc0-1.0
- Created: 2024-02-28T01:35:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T14:20:54.000Z (over 2 years ago)
- Last Synced: 2025-03-05T17:53:14.516Z (over 1 year ago)
- Topics: edtech-software
- Homepage: https://c-savonen.shinyapps.io/widget-survey/?course_name=widget_repo
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Widget Survey
The widget survey allows you to have a quick way to get feedback on your website. [See demo here](https://c-savonen.shinyapps.io/widget-survey/?course_name=widget_repo)
The html looks like this:
```
```
Where you can set `course_name` to what you'd like to be recorded.
Here's the rough description of how you'd set up your own widget survey you'd do the following:
1. Clone this repo.
2. Change the Rmd so that it points to your own Googlesheet where you'd like responses to be recorded.
3. Run this Rmd interactively the first time and set up your google creds.
4. Publish this Shiny app to the location of your choice. For the current example, I used rsconnect because it was free.
5. Then put the URL of your published Shiny app in the code given above.
6. In the website where you'd like to put this, set the `course_name` to what you'd like to be recorded in your Googlesheet.