Lines Matching refs:tmp
393 $tmp = $hRender->render(str_replace(" * ",'',$lines[$n]));
394 $tmp = substr($tmp, 4);
395 $tmp = substr($tmp, 0, -5);
396 $quizz['questions'][$nquest]['question'] = $tmp;
409 $tmp = $hRender->render(str_replace(" - ",'',$lines[$k]));
410 $tmp = substr($tmp, 4);
411 $tmp = substr($tmp, 0, -5);
413 $quizz['questions'][$nquest]['choices'][$nchoices]['text'] = $tmp;
436 $tmp = $hRender->render(str_replace(" * ",'',$lines[$k]));
437 $tmp = substr($tmp, 4);
438 $tmp = substr($tmp, 0, -5);
440 $quizz['questions'][$nquest]['explanation'] = $tmp;
541 $tmp = '(anonymous)';
542 if($_SERVER['REMOTE_USER']) $tmp = $_SERVER['REMOTE_USER'];
543 $score['users'][] =$tmp;
548 $score['rows'][$score['total']]['user'] = $tmp;