Reads a clean dataframe with responses and generates a long dataset with all image ratings, associated to every response_id.

get_image_ratings(df)

Arguments

df

Dataframe with survey's responses, after being cleaned by data_preparations().

Value

A long dataframe with image ratings and responses_id, ready to combine it with other sources.