# Question: The lecturer handled the technical equipment without problems. # > ranging from [1-5], "strongly disagree" to "strongly agree"barplot(table(questionnaire$`lecturer-technical`))
# Question: The lecturer explained even complex topics in a comprehensible way.barplot(table(questionnaire$`lecturer-complex`))
# Question: The lecturer was well prepared.barplot(table(questionnaire$`lecturer-complex`))# Question: The lecturer was well prepared. barplot(table(questionnaire$`lecturer-prepared`))
## overall rating# Question: Please grade the lecturer for this workshop.barplot(table(questionnaire$`lecturer_overall-rating`))
Assessment of the workshop
# Question: The degree of content coverage of the topic was appropriate. # > ranging from [1-5], "strongly disagree" to "strongly agree"barplot(table(questionnaire$`workshop-coverage`))
# Question: The workshop optimally prepares me for my academic life. barplot(table(questionnaire$`workshop-academiclife`))
# Question: The workshop focuses on the current professional discussions. barplot(table(questionnaire$`workshop-technical`))
## overall rating# Question: Please grade the lecturer for this workshop.barplot(table(questionnaire$`workshop_overall-rating`))
Textual feedback
Any feedback or critic?
Any critique or suggestions for improvement will help me a lot to make future workshops better. Positive criticism (if you have any) is also very welcome and will help to promote the workshop in the future.
# Question: Do you have any feedback or critique regarding the workshop? DT::datatable(questionnaire[, c("ID","text_feedback")], options =list(pageLength =5))