rundel / ghclass

Tools for managing classroom organizations
https://rundel.github.io/ghclass/
GNU General Public License v3.0
142 stars 22 forks source link

create feedback form template #42

Closed thereseanders closed 5 years ago

thereseanders commented 5 years ago

Create a function that automatically creates a blank feedback .Rmd file for reviewer feedback

Options

Check whether using parameterized reports is an option to remind students to input score into YAML: create a warning in R that score fields in YAML need to be filled out.

Sample file

---
title: "HW 1 - Feedback"
output: github_document
params:
  q1_score: NA
  q2_score: NA
  q3_score: NA
---

---

## Feedback

1. Place Q1 text here.

Your response goes here...

2. Place Q2 text here.

Your response goes here...

3. Place Q2 text here.

Your response goes here...