Copies data from question.question_text to question_x_data_format.heading copy_qtxt2qdf.m NOTE: DO NOT EXECUTE THIS SCRIPT IF YOU DON'T KNOW WHAT YOU ARE DOING!!!!!!!!
0001 % Copies data from question.question_text to question_x_data_format.heading 0002 % 0003 % copy_qtxt2qdf.m 0004 % 0005 % NOTE: DO NOT EXECUTE THIS SCRIPT IF YOU DON'T KNOW WHAT YOU ARE DOING!!!!!!!! 0006 % 0007 % 0008 0009 try qtxt2qdf 0010 catch 0011 fprintf(['You do not have the necessary privileges to execute qtxt2qdf()' ... 0012 ' \nPlease contact the owner of this script prior to executing' ... 0013 ' it!\n']); 0014 end 0015