-
Notifications
You must be signed in to change notification settings - Fork 14
Set up feedback method
Table of Contents generated with DocToc
Before you release your course to the public, you will want to set up a method to allow users to give you feedback about the course. This is useful so users can allow you to know if anything is broken or if they have an idea for improvements!
We will explain one way of adding a feedback method to your course, but depending on your course's needs and set up you may want to adjust to it or add to it.
Here's some ideas:
- Link the to the GitHub issues (you may want to use an issue template to help users structure their ideas).
- Link to a Google form that you'll monitor. Here's a template Google form you can make a copy of to get started.
Add the line below to the last part of your _output.yml
file but fill in the method of feedback URL from Step 1 where it says{FEEDBACK-URL-HERE}
including removing the {}
:
<p style="padding-left: 40px;"><div class="trapezoid" style = "padding-left: 40px;"><span> <a href="{FEEDBACK-URL-HERE}"> Click here to provide feedback</a> <img src="assets/itcr_arrow.png" style=" width: 10%" ></span></div></p>
Check the preview link and make sure it's what you want. Add to the main
branch when you and your team have deemed it is ready.
*For more ideas and discussion on obtaining user feedback see this course chapter.
If you encounter any problems or have ideas for improvements to this template repository or this getting started guide, please file an issue here! Your feedback is very much appreciated.
Note all materials in this template are licensed CC-BY and can be repurposed freely with attribution.
- Getting started
- Start a new course!
- Start editing course files
- Content creation tips
- Setting up images and videos
- About citations
- About Docker
- Spell check
- URL check
- Generate docx output
- Borrowing chapters between courses
- Most common errors
- Choosing between platforms
- Publishing with Bookdown
- Publishing on Coursera
- Publishing on Leanpub
- Making quizzes private (Leanpub and Coursera)
- Set up user feedback method
- Change title and style
- Credits section
- Adding Google Analytics Traffic Tracking
- Release a course for public viewing