Student Feedback Survey Responses
Synthetic Dataset of 1000 responses
@kaggle.ruchi798_student_feedback_survey_responses
Synthetic Dataset of 1000 responses
@kaggle.ruchi798_student_feedback_survey_responses
This dataset contains synthetic data generated by me for my presentation demo at the Kaggle Days x Z by HP World Championship Meetup in Mumbai.
We have 1000 student responses for 8 critical questions that can help us analyze whether the teacher taught the course in an effective way.
CREATE TABLE student_feedback (
"unnamed_0" BIGINT -- Unnamed: 0,
"student_id" BIGINT,
"well_versed_with_the_subject" BIGINT,
"explains_concepts_in_an_understandable_way" BIGINT,
"use_of_presentations" BIGINT,
"degree_of_difficulty_of_assignments" BIGINT,
"solves_doubts_willingly" BIGINT,
"structuring_of_the_course" BIGINT,
"provides_support_for_students_going_above_and_beyond" BIGINT,
"course_recommendation_based_on_relevance" BIGINT
);Anyone who has the link will be able to view this.