My team and i are currently working on a plugin for Moodle and we used ddmarker as a base. We have 4 tables qtype_ddmarker, qtype_ddmarker_drops, qtype_ddmarker_drags and qtype_ddmarker_distance (distance is the new one) Moodle retrieves all of them except distance and we can see it in the data_preprocessing() function that the question variable it returns has drags and drops even distance just distance is not filled. we have no clue why and would appreciate any help.

