CMS  Version 3.9
exclude_response.inc File Reference

Go to the source code of this file.

Variables

 $response_id = checkNumeric($_GET["response_id"])
 
 $include_in_results = checkNumeric($_GET["include_in_results"])
 
if(! $user) if(! $response_id) $response = new SurveyResponse($response_id)
 
$response include_in_results = $include_in_results
 
$response filter = new InclusionFilter("include_in_results")
 

Variable Documentation

◆ $include_in_results

$include_in_results = checkNumeric($_GET["include_in_results"])

Definition at line 37 of file exclude_response.inc.

◆ $response

if (! $user) if (! $response_id) $response = new SurveyResponse($response_id)

Definition at line 49 of file exclude_response.inc.

◆ $response_id

$response_id = checkNumeric($_GET["response_id"])

Definition at line 36 of file exclude_response.inc.

◆ filter

$response filter = new InclusionFilter("include_in_results")

Definition at line 52 of file exclude_response.inc.

◆ include_in_results

$response include_in_results = $include_in_results

Definition at line 51 of file exclude_response.inc.