Ejemplo n.º 1
0
 function response_summary($question, $state, $length = 80)
 {
     return wrsqz_response_summary('match', 'wmatprom', $question, $state, $length);
 }
Ejemplo n.º 2
0
 function response_summary($question, $state, $length = 80)
 {
     return wrsqz_response_summary('multianswer', 'wmansprom', $question, $state, $length);
 }
Ejemplo n.º 3
0
 function response_summary($question,$state,$length=80){
     return wrsqz_response_summary('truefalse', 'wtrflsprom',$question,$state,$length);
 }
Ejemplo n.º 4
0
 function response_summary($question, $state, $length = 80)
 {
     return wrsqz_response_summary('shortanswer', 'wshanprom', $question, $state, $length);
 }