First of all I have a Rest API that the response variables (I grab it as json) are of course in an array. This means that the following resonse might have multiple data. The variables are: option_id, (there might be multiple options) type, (the type might be radio, checkbox, drop_down, field) is_req...