Ejemplo n.º 1
0
 function export_to_xml($question, $format, $extra = null)
 {
     return wrsqz_export_to_xml('match', 'wmatprom', $question, $format, $extra);
 }
Ejemplo n.º 2
0
	function export_to_xml($question, $format, $extra = null) {
		return wrsqz_export_to_xml('truefalse', 'wtrflsprom', $question, $format, $extra);
	}
Ejemplo n.º 3
0
 function export_to_xml($question, $format, $extra = null)
 {
     return wrsqz_export_to_xml('essay', 'wessaprom', $question, $format, $extra);
 }
Ejemplo n.º 4
0
 function export_to_xml($question, $format, $extra = null)
 {
     return wrsqz_export_to_xml('multianswer', 'wmansprom', $question, $format, $extra);
 }
Ejemplo n.º 5
0
 function export_to_xml($question, $format, $extra = null)
 {
     return wrsqz_export_to_xml('multichoice', 'wmultiprom', $question, $format, $extra);
 }
Ejemplo n.º 6
0
 function export_to_xml($question, $format, $extra = null)
 {
     return wrsqz_export_to_xml('shortanswer', 'wshanprom', $question, $format, $extra);
 }