0){ // As long as there's at least one matching record... while ($items = mysql_fetch_object($result)) { // Show the record details $content .= ' '.$items->title.'

'; // Content if($items->industry_partner_info){$content .= '

Industry Partner Information:
'.nl2br($items->industry_partner_info).'

';} if($items->standards_addressed){$content .= '

Standards Addressed:
'.nl2br($items->standards_addressed).'

';} if($items->curricular_connection){$content .= '

Curricular Connection:
'.nl2br($items->curricular_connection).'

';} if($items->industry_connection){$content .= '

Industry Connection:
'.nl2br($items->industry_connection).'

';} if($items->objectives){$content .= '

Objectives:
'.nl2br($items->objectives).'

';} if($items->time_limit){$content .= '

Time Limit:
'.nl2br($items->time_limit).'

';} if($items->team_challenge_summary){$content .= '

Team Challenge Summary:
'.nl2br($items->team_challenge_summary).'

';} if($items->general_background){$content .= '

General Background:
'.nl2br($items->general_background).'

';} if($items->specific_background){$content .= '

Specific Background:
'.nl2br($items->specific_background).'

';} if($items->key_players){$content .= '

Key Players:
'.nl2br($items->key_players).'

';} if($items->team_challenge){$content .= '

Team Challenge:
'.nl2br($items->team_challenge).'

';} if($items->possible_solutions){$content .= '

Possible Solutions:
'.nl2br($items->possible_solutions).'

';} if($items->discussion_questions){$content .= '

Discussion Questions:
'.nl2br($items->discussion_questions).'

';} // Links for($x = 1; $x <= 3; $x++){ if($items->{"linkdesc".$x} && $items->{"linkaddr".$x}){ if (!strstr($items->{"linkaddr".$x},"http://")){ $items->{"linkaddr".$x} = "http://" . $items->{"linkaddr".$x}; } $links .= ''.$items->{"linkdesc".$x}.'
'; } } if($links){$content .= '

Related Link(s):
'.$links.'

';} // Files for($x = 1; $x <= 3; $x++){ if( $items->{"file".$x} && file_exists($CFG->uploadpath."/".$items->{"file".$x}) ){ $files .= ''.$items->{"file".$x}.'
'; } } if($files){$content .= '

Related File(s):
'.$files.'

';} if($items->industry_solution){$content .= '

Industry Solution:
'.nl2br($items->industry_solution).'

';} if($items->team_solutions){$content .= '

Team Solutions:
'.nl2br($items->team_solutions).'

';} if($items->industry_partner_email){$content .= '

Industry Partner E-Mail:
'.nl2br($items->industry_partner_email).'

';} } echo $content; // If no records are found, we let 'em know } else { echo "No records found..."; } echo '

<-Back

'; } else { // No ID value was passed, so we show the default version of the page ?> Library - Case Studies

This section contains real-world challenges from various industries and in various subject areas. Submitted by industry experts, these activities are designed to encourage group thinking in the classroom and to increase students’ awareness and appreciation of the myriad skills required to be effective in the workplace.

Each case study has the email contact information of an industry expert in that field. Teachers are encouraged to contact that person with any questions they may have about the case study or for additional background information they would like about the industry as a whole.

Most of the case studies can be adapted to any grade level and we invite feedback on solutions and reactions you and your students have to specific case studies.

" . $list->title . "

"; } } else {echo "No case studies found";} } ?>