Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
eval_summary_export.php File Reference

Functions

 do_template ($column)
 freetype_answers ($parent_id, $anz_nutzer)
 user_answers_residual ($parent_id)
 user_answers ($evalanswer_id)
 answers ($parent_id, $anz_nutzer, $question_type)
 groups ($parent_id)

Variables

 $EVAL_AUSWERTUNG_GRAPH_FORMAT = Config::get()->EVAL_AUSWERTUNG_GRAPH_FORMAT ?: 'gif'
 $eval_id = Request::option('eval_id')
 $eval = new Evaluation($eval_id)
if(EvaluationObjectDB::getEvalUserRangesWithNoPermission($eval)==YES||count($eval->
errorArray) > 0) 
$tmp_path_export = $GLOBALS['TMP_PATH']. '/export/'
 $eval_templates = array()
 $has_template = 0
 $pattern = array("'<img[\s]+[^>]*?src[\s]?=[\s\"\']+(.*?)[\"\']+.*?>'si")
 $replace = array("<fo:external-graphic src=\"url(\\1)\"/>")
 $query
 $statement = DBManager::get()->prepare($query)

Function Documentation

answers (   $parent_id,
  $anz_nutzer,
  $question_type 
)

Here is the call graph for this function:

do_template (   $column)
freetype_answers (   $parent_id,
  $anz_nutzer 
)

Here is the call graph for this function:

groups (   $parent_id)

Here is the call graph for this function:

user_answers (   $evalanswer_id)

Here is the call graph for this function:

user_answers_residual (   $parent_id)

Here is the call graph for this function:

Variable Documentation

$eval = new Evaluation($eval_id)
$EVAL_AUSWERTUNG_GRAPH_FORMAT = Config::get()->EVAL_AUSWERTUNG_GRAPH_FORMAT ?: 'gif'
$eval_templates = array()
$pattern = array("'<img[\s]+[^>]*?src[\s]?=[\s\"\']+(.*?)[\"\']+.*?>'si")
$query
Initial value:
"SELECT eval_id, title, author_id, anonymous
FROM eval
WHERE eval_id = ?"
$replace = array("<fo:external-graphic src=\"url(\\1)\"/>")
$statement = DBManager::get()->prepare($query)
if (EvaluationObjectDB::getEvalUserRangesWithNoPermission($eval)==YES||count($eval->errorArray) > 0) $tmp_path_export = $GLOBALS['TMP_PATH']. '/export/'