Home > database > copy_qtxt2qdf.m

copy_qtxt2qdf

PURPOSE ^

Copies data from question.question_text to question_x_data_format.heading

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 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!!!!!!!!

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

Generated on Wed 20-Sep-2023 04:00:50 by m2html © 2003