Mode One

Generate standard report on single location, and retrieve probability for each cohort of graduation from that location.

Mode Two

Generate standard report on entire state, and retrieve probability for each cohort of graduation

Mode 1 selected.

Please select location below.

Click here to continue.

Mode 2 selected.

Please select state below.

Click here to continue.
Mode 3 selected.

Please select location below.

Click here to continue.
query($sql); $states = array(); if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { //echo "STATE: " . $row["state"]. "
"; array_push($states, $row["state"]); } } else { echo "0 results"; } $result = array_unique($states); $result_select = array_unique($states); //print_r($result); //var_dump($result); $size = count($result); echo ""; foreach ($result as &$value) { echo ""; } echo "
". $value . "
"; //RETRIEVE ALL STATES $sql_states = "SELECT state, city, county FROM locations"; $result = $link->query($sql_states); $newdata = array ( ); $x=0; if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { //echo "STATE: " . $row["state"]. " - LOCATION: " . $row["city"]. "
"; $newdata[$x]['state'] = $row['state']; $newdata[$x]['city'] = $row['city']; $newdata[$x]['county'] = $row['county']; $x++; } } else { echo "0 results"; } //var_dump($newdata); //echo $jsonformat=json_encode($newdata); mysqli_close($link); ?>
Input Controller Options

Student Profile Graduation Predictability Report
Geographic Comparison Mode

Geographic Location 1 Geographic Location 2

(Close Window)

Sample High School Student

Geographic Selection

hello world

Income Range
Gender
Ethnicity
English

(Close Window)