Database response table column mappings resp_table_defs.m The reason for packing them into an RT struct is that some of the same column names are used in different tables, but might appear in a different order.
0001 % Database response table column mappings 0002 % 0003 % resp_table_defs.m 0004 % 0005 % The reason for packing them into an RT struct is that some of the same column 0006 % names are used in different tables, but might appear in a different order. 0007 0008 % 03/04/05 PJ 0009 0010 RT.RESP_ID = 1; % response_id 0011 RT.DATATIME = 2; % date_time 0012 RT.RESP_TXT = 3; % response_text 0013 RT.RESP_ENUM = 4; % response_enum 0014 RT.QUEST_ID = 5; % question_id 0015 RT.FORM_QUEST_NUM = 6; % form_question_num 0016 RT.QUEST_ITER = 7; % question_iteration 0017 RT.SUBQUEST = 8; % subquestion 0018 RT.STIM_ID = 9; % stimulus_id 0019 RT.FORM_ID = 10; % form_id 0020 RT.FORM_ORDER = 11; % form_order 0021 RT.SESS_ID = 12; % session_id 0022 RT.SUBJ_ID = 13; % subject_id 0023 RT.EXPER_ID = 14; % experiment_id