Cleans the raw survey data retrieved from the Google Sheet.

clean_survey_data(data, n_course_modules = 10)

Arguments

data

A data frame containing the raw survey data.

n_course_modules

Number of modules in the course. Default is 10.

Value

A cleaned data frame.