Skip to main content

Welcome! You are on your way to registering for the NASA 4-D Leadership Course designed for high-performing teams.

Select your ticket option below.

Mission Briefing

Gut Decision-Making








Information Gathering








if (array_key_exists($value, $scores)) {
$scores[$value]++;
}
}$results = [
‘Green’ => $scores[‘A’] + $scores[‘C’],
‘Yellow’ => $scores[‘A’] + $scores[‘D’],
‘Blue’ => $scores[‘B’] + $scores[‘C’],
‘Orange’ => $scores[‘B’] + $scores[‘D’]
];

echo ”

Your Results

“;
echo ”

Green: ” . htmlspecialchars($results[‘Green’]) . ”

“;
echo ”

Yellow: ” . htmlspecialchars($results[‘Yellow’]) . ”

“;
echo ”

Blue: ” . htmlspecialchars($results[‘Blue’]) . ”

“;
echo ”

Orange: ” . htmlspecialchars($results[‘Orange’]) . ”

“;

arsort($results);
$dominant = array_keys($results, max($results));

echo ”

Dominant Style: ” . implode(‘, ‘, $dominant) . “

“;
}
?>

Related Content

How NASA Builds Teams – Dr. Charlie Pellerin

What are the secrets of high-performing teams?

How does NASA create high-performing teams?