Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
eval_summary.php File Reference

Functions

if(isset($cmd)) do_template ($column)
 do_graph_template ()
 do_graph ($data, $evalquestion_id)
 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_id = Request::option('eval_id')
 $ausgabeformat = Request::int('ausgabeformat', 1)
 $cmd = Request::option('cmd')
 $evalgroup_id = Request::option('evalgroup_id')
 $group_type = Request::option('group_type')
 $eval = new Evaluation($eval_id)
if(EvaluationObjectDB::getEvalUserRangesWithNoPermission($eval)==YES||count($eval->
errorArray) > 0) 
$has_template = 0
 $eval_templates = array()
 $question_type = ""
 $tmp_path_export = $GLOBALS['TMP_PATH']. '/export/'
 $query
 $statement = DBManager::get()->prepare($query)
if($ausgabeformat==2) $layout = $GLOBALS['template_factory']->open('layouts/base_without_infobox')
$layout content_for_layout = ob_get_clean()

Function Documentation

answers (   $parent_id,
  $anz_nutzer,
  $question_type 
)

Here is the call graph for this function:

Here is the caller graph for this function:

do_graph (   $data,
  $evalquestion_id 
)

drawing the graph for a evaluation question

Parameters
array()$data
string$evalquestion_id

Here is the call graph for this function:

Here is the caller graph for this function:

do_graph_template ( )

returning the type of the graph

Returns
string

Here is the caller graph for this function:

if (isset($cmd)) do_template (   $column)

Here is the caller graph for this function:

freetype_answers (   $parent_id,
  $anz_nutzer 
)

Here is the call graph for this function:

Here is the caller graph for this function:

groups (   $parent_id)

Here is the call graph for this function:

Here is the caller graph for this function:

user_answers (   $evalanswer_id)

Here is the call graph for this function:

Here is the caller graph for this function:

user_answers_residual (   $parent_id)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

$ausgabeformat = Request::int('ausgabeformat', 1)
$cmd = Request::option('cmd')
$eval = new Evaluation($eval_id)
$eval_templates = array()
$evalgroup_id = Request::option('evalgroup_id')
$group_type = Request::option('group_type')
if (EvaluationObjectDB::getEvalUserRangesWithNoPermission($eval)==YES||count($eval->errorArray) > 0) $has_template = 0
if ($ausgabeformat==2) $layout = $GLOBALS['template_factory']->open('layouts/base_without_infobox')
$query
Initial value:
"SELECT eval_id, title, author_id, anonymous
FROM eval
WHERE eval_id = ?"
$question_type = ""
$statement = DBManager::get()->prepare($query)
$tmp_path_export = $GLOBALS['TMP_PATH']. '/export/'
$layout content_for_layout = ob_get_clean()