Manual exports contain the A/B text or A/B image randomly selected for an individual response, but parse_survey doesn't contain columns for any A/B test elements of a survey. (Please ignore the strange question titles in my toy survey 😅)
Manually exported to CSV:

Pulled with surveymonkey::parse_survey:

Edit: It looks like A/B question types do exist in the get_responses results, and the metadata does exist in the survey object created by fetch_survey_obj, so it drops out somewhere in parse_survey specifically, I think?
Manual exports contain the A/B text or A/B image randomly selected for an individual response, but
parse_surveydoesn't contain columns for any A/B test elements of a survey. (Please ignore the strange question titles in my toy survey 😅)Manually exported to CSV:

Pulled with

surveymonkey::parse_survey:Edit: It looks like A/B question types do exist in the
get_responsesresults, and the metadata does exist in the survey object created byfetch_survey_obj, so it drops out somewhere inparse_surveyspecifically, I think?