Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
add feedback, closes #1
Browse files Browse the repository at this point in the history
also in issues #20, #21, #22, #23, #24
  • Loading branch information
maxheld83 committed Sep 30, 2017
1 parent 4bf961b commit be21877
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ for (c in names(qres)) {
}
}
# add written feedback from 2016 students
# feedback template does not specify whether this is for desirable/doable, so we're assigning it to both
# this kind of feedback is *also* imported as github issues to improve the items; that's what it was about, but we'll include it here, too, because it can be substantively interesting.
comments["live-2-work", "7", ] <- "Interpretationsproblem: Lebt man nur um zu arbeiten, oder ist Arbeit Teil meines Lebens?"
comments["own-boss", "9", ] <- "bezogen auf die Arbeit oder mein Leben?"
# cleanup
rm(list = ls()[!(ls() %in% c("peoplevars", "comments", "concourse", "sorts"))])
```

0 comments on commit be21877

Please sign in to comment.