MCQ Management (MAN) (22509) MCQ Unit 1st

 


<br /> Management (MAN) (22509) MCQ Unit 1<br />

/* This is the CSS stylesheet used in the exercise. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

/* BeginCorePageCSS */

/* Made with executable version 7.0 Release 3 Build 0 */

/* CSS variables for colours. */
:root{
–strFontFace: Geneva,Arial,sans-serif;
–strFontSize: medium;
–strTextColor: #000000;
–strTitleColor: #000000;

–strFuncLightColor: #ffffff;
–strFuncShadeColor: #7f7f7f;
–strLinkColor: #0000FF;
–strVLinkColor: #0000CC;

–strNavBarColor: #000000;
–strNavLightColor: #7f7f7f;
–strNavShadeColor: #000000;
–strNavTextColor: #ffffff;

–strPageBGColor: #C0C0C0;
–strExBGColor: #FFFFFF;
}

body{
font-family: var(–strFontFace);
background-color: var(–strPageBGColor);
color: var(–strTextColor);

margin-right: 5%;
margin-left: 5%;
font-size: var(–strFontSize);
padding-bottom: 0.5em;
}

p{
text-align: left;
margin: 0px;
font-size: 1em;
}

table,div,span,td{
font-size: 1em;
color: var(–strTextColor);
}

div.Titles{
padding: 0.5em;;
text-align: center;
color: var(–strTitleColor);
}

button{
font-family: var(–strFontFace);
font-size: 1em;
display: inline;
}

.ExerciseTitle{
font-size: 140%;
color: var(–strTitleColor);
}

.ExerciseSubtitle{
font-size: 120%;
color: var(–strTitleColor);
}

div.StdDiv, div.ExerciseContainer, div.ReadingContainer{
background-color: var(–strExBGColor);
text-align: center;
font-size: 1em;
color: var(–strTextColor);
padding: 0.5em;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: var(–strTextColor);
margin-bottom: 1px;
}

div.ReadingContainer, div.ExerciseContainer{
min-width: 15em;
flex-grow: 1;
flex-basis: 0;
margin: 1px;
}

div#ContainerDiv{
margin: -1px;
padding: 0;
border: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

/* EndCorePageCSS */

.RTLText{
text-align: right;
font-size: 150%;
direction: rtl;
font-family: “Simplified Arabic”, “Traditional Arabic”, “Times New Roman”, var(–strFontFace);
}

.CentredRTLText{
text-align: center;
font-size: 150%;
direction: rtl;
font-family: “Simplified Arabic”, “Traditional Arabic”, “Times New Roman”, var(–strFontFace);
}

button p.RTLText{
text-align: center;
}

.RTLGapBox{
text-align: right;
font-size: 150%;
direction: rtl;
font-family: “Times New Roman”, var(–strFontFace);
}

.Guess{
font-weight: bold;
}

.CorrectAnswer{
font-weight: bold;
}

div#Timer{
padding: 0.25em;
margin-left: auto;
margin-right: auto;
text-align: center;
color: var(–strTitleColor);
}

span#TimerText{
padding: 0.25em;
border-width: 1px;
border-style: solid;
font-weight: bold;
display: none;
color: var(–strTitleColor);
}

span.Instructions{

}

div.ExerciseText{

}

.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer{
color: var(–strTitleColor);
}

.LeftItem{
font-size: 1em;
color: var(–strTextColor);
text-align: left;
}

.RightItem{
font-weight: bold;
font-size: 1em;
color: var(–strTextColor);
text-align: left;
}

span.CorrectMark{

}

input, textarea{
font-family: var(–strFontFace);
font-size: 120%;
}

select{
font-size: 1em;
}

div.Feedback {
background-color: var(–strPageBGColor);
left: 33%;
width: 34%;
top: 33%;
z-index: 1;
border-style: solid;
border-width: 1px;
padding: 5px;
text-align: center;
color: var(–strTitleColor);
position: absolute;
display: none;
font-size: 1em;
}

div.ExerciseDiv{
color: var(–strTextColor);
}

/* JMatch standard output table. */
table.MatchTable{
margin: 2em auto;
border-width: 0;
}

/* JMatch flashcard styles */
table.FlashcardTable{
background-color: transparent;
color: var(–strTextColor);
border-color: var(–strTextColor);
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-bottom: 2em;
/*width: 90%;*/
position: relative;
text-align: center;
padding: 0px;
}

table.FlashcardTable tr{
border-style: none;
margin: 0px;
padding: 0px;
background-color: var(–strExBGColor);
}

table.FlashcardTable td.Showing{
font-size: 140%;
text-align: center;
width: 50%;
display: table-cell;
padding: 2em;
margin: 0px;
border-style: solid;
border-width: 1px;
border-radius: 0.5em;
color: var(–strTextColor);
box-shadow: 0.2em 0.3em 0.2em var(–strNavShadeColor);
background-color: var(–strPageBGColor);
}

table.FlashcardTable td.Hidden{
display: none;
}

/* JMix styles */
div.JMixDrag, div.JMatchDrag{
padding: 0;
background-color: var(–strPageBGColor);
border-style: none;
}

div#GuessDiv{
padding: 0.5em;
margin-bottom: 2em;
}

div#SegmentDiv{
margin-top: 2em;
margin-bottom: 2em;
text-align: center;
}

a.ExSegment{
font-size: 120%;
font-weight: bold;
text-decoration: none;
color: var(–strTextColor);
display: inline-block;
padding: 0.5em;
border: solid 1pt gray;
margin-bottom: 0.5em;
}

span.RemainingWordList{
font-style: italic;
}

div.DropLine {
position: absolute;
text-align: left;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: var(–strTitleColor);
width: 80%;
left: 10%;
}

/* JCloze styles */

.ClozeWordList{
text-align: center;
font-weight: bold;
}

div.ClozeBody{
text-align: left;
margin-top: 2em;
margin-bottom: 2em;
line-height: 2.0
}

span.GapSpan{
font-weight: bold;
}

/* JCross styles */

table.CrosswordGrid{
margin: auto auto 1em auto;
border-collapse: collapse;
padding: 0px;
background-color: #000000;
}

table.CrosswordGrid tbody tr td{
width: 1.5em;
height: 1.5em;
text-align: center;
vertical-align: middle;
font-size: 140%;
padding: 1px;
margin: 0px;
border-style: solid;
border-width: 1px;
border-color: #000000;
color: #000000;
}

table.CrosswordGrid span{
color: #000000;
}

table.CrosswordGrid td.BlankCell{
background-color: #000000;
color: #000000;
}

table.CrosswordGrid td.LetterOnlyCell{
text-align: center;
vertical-align: middle;
background-color: #ffffff;
color: #000000;
font-weight: bold;
}

table.CrosswordGrid td.NumLetterCell{
text-align: left;
vertical-align: top;
background-color: #ffffff;
color: #000000;
padding: 1px;
font-weight: bold;
}

.NumLetterCellText{
cursor: pointer;
color: #000000;
}

.GridNum{
vertical-align: super;
font-size: 66%;
font-weight: bold;
text-decoration: none;
color: #000000;
}

.GridNum:hover, .GridNum:visited{
color: #000000;
}

table#Clues{
margin: auto;
vertical-align: top;
}

table#Clues td{
vertical-align: top;
}

table.ClueList{
margin: auto;
}

td.ClueNum{
text-align: right;
font-weight: bold;
vertical-align: top;
}

td.Clue{
text-align: left;
}

div#ClueEntry{
text-align: left;
margin-bottom: 1em;
}

/* Keypad styles */

div.Keypad{
text-align: center;
display: none; /* initially hidden, shown if needed */
margin-bottom: 0.5em;
}

div.Keypad button{
font-family: var(–strFontFace);
font-size: 120%;
background-color: #ffffff;
color: #000000;
width: 2em;
border-style: solid;
border-width: 1px;
border-radius: 0.5em;
color: var(–strTextColor);
box-shadow: 0.2em 0.3em 0.2em var(–strTextColor);
}

/* JQuiz styles */

div.QuestionNavigation{
text-align: center;
}

.QNum{
margin: 0em 1em 0.5em 1em;
font-weight: bold;
vertical-align: middle;
}

textarea{
font-family: var(–strFontFace);
}

.QuestionText{
text-align: left;
margin: 0px;
font-size: 1em;
}

.Answer{
font-size: 120%;
}

.PartialAnswer{
font-size: 120%;
letter-spacing: 0.1em;
color: var(–strTitleColor);
}

.Highlight{
color: #000000;
background-color: #ffff00;
font-weight: bold;
font-size: 120%;
}

ol.QuizQuestions{
text-align: left;
list-style-type: none;
}

li.QuizQuestion{
padding: 1em;
border-style: solid;
border-width: 0px 0px 1px 0px;
}

ol.MCAnswers{
text-align: left;
list-style-type: upper-alpha;
padding: 1em;
}

ol.MCAnswers li{
margin-bottom: 1em;
}

ol.MSelAnswers{
text-align: left;
list-style-type: lower-alpha;
padding: 1em;
}

div.ShortAnswer{
padding: 1em;
}

.FuncButton {
border-style: solid;
border-radius: 0.5em;
padding: 0.5em;
min-width: 3em;

border-left-color: var(–strFuncLightColor);
border-top-color: var(–strFuncLightColor);
border-right-color: var(–strFuncShadeColor);
border-bottom-color: var(–strFuncShadeColor);
color: var(–strTextColor);
background-color: var(–strExBGColor);

border-width: 1pt;
cursor: pointer;
box-shadow: 0.2em 0.3em 0.2em var(–strFuncShadeColor);
}

.FuncButton:active {
box-shadow: none;
}

.FuncButton:hover{
color: var(–strExBGColor);
background-color: var(–strTextColor);
}

/*BeginNavBarStyle*/

div.NavButtonBar{
background-color: var(–strNavBarColor);
text-align: center;
margin: 0.25rem 0;
clear: both;
font-size: 1em;
padding: 0.2em;
box-sizing: border-box;
}

.NavButton {
border-style: solid;
border-radius: 0.5em;
padding: 0.5em;
min-width: 3em;

border-left-color: var(–strNavLightColor);
border-top-color: var(–strNavLightColor);
border-right-color: var(–strNavShadeColor);
border-bottom-color: var(–strNavShadeColor);
background-color: var(–strNavBarColor);
color: var(–strNavTextColor);

border-width: 1pt;
cursor: pointer;
box-shadow: 0.2em 0.3em 0.2em var(–strNavShadeColor);
}

.NavButton:active {
box-shadow: none;
}

.NavButton:hover{
color: var(–strNavBarColor);
background-color: var(–strNavTextColor);
}

/*EndNavBarStyle*/

a{
color: var(–strLinkColor);
}

a:visited{
color: var(–strVLinkColor);
}

a:hover{
color: var(–strLinkColor);
}

div.CardStyle {
position: absolute;
font-family: var(–strFontFace);
font-size: 1em;
border-style: solid;
border-radius: 0.5em;
padding: 0.5em;
min-width: 2em;
border-width: 1pt;
color: var(–strTextColor);
box-shadow: 0.2em 0.3em 0.2em var(–strTextColor);
background-color: var(–strExBGColor);
left: -50px;
top: -50px;
overflow: visible;
touch-action: none;
user-select: none;
box-sizing: border-box;
}

div.CardStyleCentered{
text-align: center;
}

.rtl{
text-align: right;
font-size: 140%;
}

//<![CDATA[

<!–

//CODE FOR HANDLING NAV BUTTONS AND FUNCTION BUTTONS

function FocusAButton(){
if (document.getElementById('CheckButton1') != null){
document.getElementById('CheckButton1').focus();
}
else{
if (document.getElementById('CheckButton2') != null){
document.getElementById('CheckButton2').focus();
}
else{
document.getElementsByTagName('button')[0].focus();
}
}
}

//CODE FOR HANDLING DISPLAY OF POPUP FEEDBACK BOX

var topZ = 1000;

function ShowMessage(Feedback){
var Output = Feedback + '

‘;
document.getElementById(‘FeedbackContent’).innerHTML = Output;
var FDiv = document.getElementById(‘FeedbackDiv’);
topZ++;
FDiv.style.zIndex = topZ;
FDiv.style.top = TopSettingWithScrollOffset(30) + ‘px’;

FDiv.style.display = ‘block’;

ShowElements(false, ‘input’);
ShowElements(false, ‘select’);
ShowElements(false, ‘object’);
ShowElements(true, ‘object’, ‘FeedbackContent’);

//Focus the OK button
setTimeout(“document.getElementById(‘FeedbackOKButton’).focus()”, 50);

//
}

function ShowElements(Show, TagName, ContainerToReverse){
// added third argument to allow objects in the feedback box to appear
//IE bug — hide all the form elements that will show through the popup
//FF on Mac bug : doesn’t redisplay objects whose visibility is set to visible
//unless the object’s display property is changed

//get container object (by Id passed in, or use document otherwise)
TopNode = document.getElementById(ContainerToReverse);
var Els;
if (TopNode != null) {
Els = TopNode.getElementsByTagName(TagName);
} else {
Els = document.getElementsByTagName(TagName);
}

for (var i=0; i ReduceToSize){
ItemToDump = Math.floor(InArray.length*Math.random());
InArray.splice(ItemToDump, 1);
}
}

function Shuffle(InArray){
var Num;
var Temp = new Array();
var Len = InArray.length;

var j = Len;

for (var i=0; i<Len; i++){
Temp[i] = InArray[i];
}

for (i=0; i<Len; i++){
Num = Math.floor(j * Math.random());
InArray[i] = Temp[Num];

for (var k=Num; k < (j-1); k++) {
Temp[k] = Temp[k+1];
}
j–;
}
return InArray;
}

function WriteToInstructions(Feedback) {
document.getElementById('InstructionsDiv').innerHTML = Feedback;

}

function EscapeDoubleQuotes(InString){
return InString.replace(/"/g, '"')
}

function TrimString(InString){
var x = 0;

if (InString.length != 0) {
while ((InString.charAt(InString.length – 1) == 'u0020') || (InString.charAt(InString.length – 1) == 'u000A') || (InString.charAt(InString.length – 1) == 'u000D')){
InString = InString.substring(0, InString.length – 1)
}

while ((InString.charAt(0) == 'u0020') || (InString.charAt(0) == 'u000A') || (InString.charAt(0) == 'u000D')){
InString = InString.substring(1, InString.length)
}

while (InString.indexOf(' ') != -1) {
x = InString.indexOf(' ')
InString = InString.substring(0, x) + InString.substring(x+1, InString.length)
}

return InString;
}

else {
return '';
}
}

function FindLongest(InArray){
if (InArray.length < 1){return -1;}

var Longest = 0;
for (var i=1; i InArray[Longest].length){
Longest = i;
}
}
return Longest;
}

//SELECTION OBJECT FOR TYPING WITH KEYPAD
var selObj = null;

SelObj = function(box){
this.box = box;
this.selStart = this.box.selectionStart;
this.selEnd = this.box.selectionEnd;
this.selText = this.box.value.substring(this.selStart, this.selEnd);
return this;
}

function setSelText(newText){
var caretPos = this.selStart + newText.length;
var newValue = this.box.value.substring(0, this.selStart);
newValue += newText;
newValue += this.box.value.substring(this.selEnd, this.box.value.length);
this.box.value = newValue;
this.box.setSelectionRange(caretPos, caretPos);
this.box.focus();
}
SelObj.prototype.setSelText = setSelText;

function setSelSelectionRange(start, end){
this.box.setSelectionRange(start, end);
}
SelObj.prototype.setSelSelectionRange = setSelSelectionRange;

//UNICODE CHARACTER FUNCTIONS
function IsCombiningDiacritic(CharNum){
var Result = (((CharNum >= 0x0300)&&(CharNum = 0x20d0)&&(CharNum = 0x3099)&&(CharNum = 0xfe20)&&(CharNum = 0x3000)&&(CharNum < 0xd800));
}

//SETUP FUNCTIONS
//BROWSER WILL REFILL TEXT BOXES FROM CACHE IF NOT PREVENTED
function ClearTextBoxes(){
var NList = document.getElementsByTagName('input');
for (var i=0; i -1)||(NList[i].id.indexOf(‘Gap’) > -1)){
NList[i].value = ”;
}
if (NList[i].id.indexOf(‘Chk’) > -1){
NList[i].checked = ”;
}
}
}

//JQUIZ CORE JAVASCRIPT CODE

var CurrQNum = 0;
var CorrectIndicator = ‘✔’;
var IncorrectIndicator = ‘✘’;
var YourScoreIs = ‘Your score is ‘;

//New for 6.2.2.0
var CompletedSoFar = ‘Questions completed so far: ‘;
var ExerciseCompleted = ‘You have completed the exercise.’;
var ShowCompletedSoFar = true;

var ContinuousScoring = true;
var CorrectFirstTime = ‘Questions answered correctly first time: ‘;
var ShowCorrectFirstTime = true;
var ShuffleQs = false;
var ShuffleAs = false;
var DefaultRight = ‘Correct!’;
var DefaultWrong = ‘Sorry! Try again.’;
var QsToShow = 50;
var Score = 0;
var Finished = false;
var Qs = null;
var QArray = new Array();
var ShowingAllQuestions = false;
var ShowAllQuestionsCaption = ‘Show all questions’;
var ShowOneByOneCaption = ‘Show questions one by one’;
var State = new Array();
var Feedback = ”;
var TimeOver = false;
var strInstructions = ”;
var Locked = false;

//The following variable can be used to add a message explaining that
//the question is finished, so no further marking will take place.
var strQuestionFinished = ”;

function CompleteEmptyFeedback(){
var QNum, ANum;
for (QNum=0; QNum<I.length; QNum++){
//Only do this if not multi-select
if (I[QNum][2] != '3'){
for (ANum = 0; ANum<I[QNum][3].length; ANum++){
if (I[QNum][3][ANum][1].length 0){
I[QNum][3][ANum][1] = DefaultRight;
}
else{
I[QNum][3][ANum][1] = DefaultWrong;
}
}
}
}
}
}

function SetUpQuestions(){
var AList = new Array();
var QList = new Array();
var i, j;
Qs = document.getElementById(‘Questions’);
while (Qs.getElementsByTagName(‘li’).length > 0){
QList.push(Qs.removeChild(Qs.getElementsByTagName(‘li’)[0]));
}
var DumpItem = 0;
if (QsToShow > QList.length){
QsToShow = QList.length;
}
while (QsToShow < QList.length){
DumpItem = Math.floor(QList.length*Math.random());
for (j=DumpItem; j<(QList.length-1); j++){
QList[j] = QList[j+1];
}
QList.length = QList.length-1;
}
if (ShuffleQs == true){
QList = Shuffle(QList);
}
if (ShuffleAs == true){
var As;
for (var i=0; i 0){
AList.push(As.removeChild(As.getElementsByTagName(‘li’)[0]));
}
AList = Shuffle(AList);
for (j=0; j<AList.length; j++){
As.appendChild(AList[j]);
}
}
}
}

for (i=0; i<QList.length; i++){
Qs.appendChild(QList[i]);
QArray[QArray.length] = QList[i];
}

//Show the first item
QArray[0].style.display = '';

//Now hide all except the first item
for (i=1; i<QArray.length; i++){
QArray[i].style.display = 'none';
}
SetQNumReadout();

SetFocusToTextbox();
}

function SetFocusToTextbox(){
//if there's a textbox, set the focus in it
if (QArray[CurrQNum].getElementsByTagName('input')[0] != null){
QArray[CurrQNum].getElementsByTagName('input')[0].focus();
//and show a keypad if there is one
if (document.getElementById('CharacterKeypad') != null){
document.getElementById('CharacterKeypad').style.display = 'block';
}
}
else{
if (QArray[CurrQNum].getElementsByTagName('textarea')[0] != null){
QArray[CurrQNum].getElementsByTagName('textarea')[0].focus();
//and show a keypad if there is one
if (document.getElementById('CharacterKeypad') != null){
document.getElementById('CharacterKeypad').style.display = 'block';
}
}
//This added for 6.0.4.11: hide accented character buttons if no textbox
else{
if (document.getElementById('CharacterKeypad') != null){
document.getElementById('CharacterKeypad').style.display = 'none';
}
}
}
}

function ChangeQ(ChangeBy){
//The following line prevents moving to another question until the current
//question is answered correctly. Uncomment it to enable this behaviour.
// if (State[CurrQNum][0] == -1){return;}
if (((CurrQNum + ChangeBy) = QArray.length)){return;}
QArray[CurrQNum].style.display = ‘none’;
CurrQNum += ChangeBy;
QArray[CurrQNum].style.display = ”;
//Undocumented function added 10/12/2004
ShowSpecialReadingForQuestion();
SetQNumReadout();
SetFocusToTextbox();
}

var HiddenReadingShown = false;
function ShowSpecialReadingForQuestion(){
//Undocumented function for showing specific reading text elements which change with each question
//Added on 10/12/2004
if (document.getElementById(‘ReadingDiv’) != null){
if (HiddenReadingShown == true){
document.getElementById(‘ReadingDiv’).innerHTML = ”;
}
if (QArray[CurrQNum] != null){
//Fix for 6.0.4.25
var Children = QArray[CurrQNum].getElementsByTagName(‘div’);
for (var i=0; i= QArray.length){
if (document.getElementById(‘NextQButton’) != null){
document.getElementById(‘NextQButton’).style.visibility = ‘hidden’;
}
}
else{
if (document.getElementById(‘NextQButton’) != null){
document.getElementById(‘NextQButton’).style.visibility = ‘visible’;
}
}
if (CurrQNum <= 0){
if (document.getElementById('PrevQButton') != null){
document.getElementById('PrevQButton').style.visibility = 'hidden';
}
}
else{
if (document.getElementById('PrevQButton') != null){
document.getElementById('PrevQButton').style.visibility = 'visible';
}
}
}

var I=new Array();
I[0]=new Array();I[0][0]=100;
I[0][1]='';
I[0][2]='0';
I[0][3]=new Array();
I[0][3][0]=new Array('Supervisors','',0,0,1);
I[0][3][1]=new Array('Subordinates','',0,0,1);
I[0][3][2]=new Array('Managers','',1,100,1);
I[0][3][3]=new Array('Employees','',0,0,1);
I[1]=new Array();I[1][0]=100;
I[1][1]='';
I[1][2]='0';
I[1][3]=new Array();
I[1][3][0]=new Array('Activity','',0,0,1);
I[1][3][1]=new Array('Task','',0,0,1);
I[1][3][2]=new Array('Decision','',0,0,1);
I[1][3][3]=new Array('Actions','',1,100,1);
I[2]=new Array();I[2][0]=100;
I[2][1]='';
I[2][2]='0';
I[2][3]=new Array();
I[2][3][0]=new Array('Figurehead roles','',0,0,1);
I[2][3][1]=new Array('Interpersonal roles','',0,0,1);
I[2][3][2]=new Array('Information roles','',0,0,1);
I[2][3][3]=new Array('Decision roles','',1,100,1);
I[3]=new Array();I[3][0]=100;
I[3][1]='';
I[3][2]='0';
I[3][3]=new Array();
I[3][3][0]=new Array('Employee','',0,0,1);
I[3][3][1]=new Array('Ordinates','',0,0,1);
I[3][3][2]=new Array('Subordinates','',1,100,1);
I[3][3][3]=new Array('Supervisor','',0,0,1);
I[4]=new Array();I[4][0]=100;
I[4][1]='';
I[4][2]='0';
I[4][3]=new Array();
I[4][3][0]=new Array('Interpersonal','',0,0,1);
I[4][3][1]=new Array('Information','',1,100,1);
I[4][3][2]=new Array('Decisional','',0,0,1);
I[4][3][3]=new Array('Managerial','',0,0,1);
I[5]=new Array();I[5][0]=100;
I[5][1]='';
I[5][2]='0';
I[5][3]=new Array();
I[5][3][0]=new Array('Negotiator','',1,100,1);
I[5][3][1]=new Array('Monitor','',0,0,1);
I[5][3][2]=new Array('Disseminator','',0,0,1);
I[5][3][3]=new Array('Disseminator','',0,0,1);
I[6]=new Array();I[6][0]=100;
I[6][1]='';
I[6][2]='0';
I[6][3]=new Array();
I[6][3][0]=new Array('Controlling','',0,0,1);
I[6][3][1]=new Array('Management','',1,100,1);
I[6][3][2]=new Array('Directing','',0,0,1);
I[6][3][3]=new Array('Innovation','',0,0,1);
I[7]=new Array();I[7][0]=100;
I[7][1]='';
I[7][2]='0';
I[7][3]=new Array();
I[7][3][0]=new Array('Middle level management','',0,0,1);
I[7][3][1]=new Array('Low level management','',0,0,1);
I[7][3][2]=new Array('Top level management','',1,100,1);
I[7][3][3]=new Array('None of the above','',0,0,1);
I[8]=new Array();I[8][0]=100;
I[8][1]='';
I[8][2]='0';
I[8][3]=new Array();
I[8][3][0]=new Array('Top level management Managerial','',0,0,1);
I[8][3][1]=new Array('Low level management','',0,0,1);
I[8][3][2]=new Array('Middle level management','',1,100,1);
I[8][3][3]=new Array('None of the above','',0,0,1);
I[9]=new Array();I[9][0]=100;
I[9][1]='';
I[9][2]='0';
I[9][3]=new Array();
I[9][3][0]=new Array('Top level management','',0,0,1);
I[9][3][1]=new Array('Middle level management','',0,0,1);
I[9][3][2]=new Array('Low level management','',1,100,1);
I[9][3][3]=new Array('None of the above','',0,0,1);
I[10]=new Array();I[10][0]=100;
I[10][1]='';
I[10][2]='0';
I[10][3]=new Array();
I[10][3][0]=new Array('President','',1,100,1);
I[10][3][1]=new Array('Superintendents','',0,0,1);
I[10][3][2]=new Array('Branch managers','',0,0,1);
I[10][3][3]=new Array('General foreman','',0,0,1);
I[11]=new Array();I[11][0]=100;
I[11][1]='';
I[11][2]='0';
I[11][3]=new Array();
I[11][3][0]=new Array('President','',1,100,1);
I[11][3][1]=new Array('Superintendents','',0,0,1);
I[11][3][2]=new Array('Branch managers','',0,0,1);
I[11][3][3]=new Array('General foreman','',0,0,1);
I[12]=new Array();I[12][0]=100;
I[12][1]='';
I[12][2]='0';
I[12][3]=new Array();
I[12][3][0]=new Array('Lower management','',0,0,1);
I[12][3][1]=new Array('Top management','',1,100,1);
I[12][3][2]=new Array('Upper middle management','',0,0,1);
I[12][3][3]=new Array('None of the above','',0,0,1);
I[13]=new Array();I[13][0]=100;
I[13][1]='';
I[13][2]='0';
I[13][3]=new Array();
I[13][3][0]=new Array('Board of directors','',0,0,1);
I[13][3][1]=new Array('Managing directors','',0,0,1);
I[13][3][2]=new Array('Chief executives','',0,0,1);
I[13][3][3]=new Array('Branch managers','',1,100,1);
I[14]=new Array();I[14][0]=100;
I[14][1]='';
I[14][2]='0';
I[14][3]=new Array();
I[14][3][0]=new Array('President','',0,0,1);
I[14][3][1]=new Array('Managing directors','',0,0,1);
I[14][3][2]=new Array('Chief executives','',0,0,1);
I[14][3][3]=new Array('Foreman','',1,100,1);
I[15]=new Array();I[15][0]=100;
I[15][1]='';
I[15][2]='0';
I[15][3]=new Array();
I[15][3][0]=new Array('Workers','',0,0,1);
I[15][3][1]=new Array('Rank and file workman','',0,0,1);
I[15][3][2]=new Array('Skilled workers','',0,0,1);
I[15][3][3]=new Array('Employee','',1,100,1);
I[16]=new Array();I[16][0]=100;
I[16][1]='';
I[16][2]='0';
I[16][3]=new Array();
I[16][3][0]=new Array('Organizing','',1,100,1);
I[16][3][1]=new Array('Managing','',0,0,1);
I[16][3][2]=new Array('Execution','',0,0,1);
I[16][3][3]=new Array('None of the above','',0,0,1);
I[17]=new Array();I[17][0]=100;
I[17][1]='';
I[17][2]='0';
I[17][3]=new Array();
I[17][3][0]=new Array('Planning','',0,0,1);
I[17][3][1]=new Array('Organizing','',1,100,1);
I[17][3][2]=new Array('Directing','',0,0,1);
I[17][3][3]=new Array('Controlling','',0,0,1);
I[18]=new Array();I[18][0]=100;
I[18][1]='';
I[18][2]='0';
I[18][3]=new Array();
I[18][3][0]=new Array('Supervision','',0,0,1);
I[18][3][1]=new Array('Authority','',0,0,1);
I[18][3][2]=new Array('Motivation','',1,100,1);
I[18][3][3]=new Array('Leadership','',0,0,1);
I[19]=new Array();I[19][0]=100;
I[19][1]='';
I[19][2]='0';
I[19][3]=new Array();
I[19][3][0]=new Array('Technical skill','',1,100,1);
I[19][3][1]=new Array('Managing skill','',0,0,1);
I[19][3][2]=new Array('Communication skill','',0,0,1);
I[19][3][3]=new Array('None of the above','',0,0,1);
I[20]=new Array();I[20][0]=100;
I[20][1]='';
I[20][2]='0';
I[20][3]=new Array();
I[20][3][0]=new Array('Conceptual skill','',0,0,1);
I[20][3][1]=new Array('Human relation skill','',0,0,1);
I[20][3][2]=new Array('Technical skill','',0,0,1);
I[20][3][3]=new Array('Communication skill','',1,100,1);
I[21]=new Array();I[21][0]=100;
I[21][1]='';
I[21][2]='0';
I[21][3]=new Array();
I[21][3][0]=new Array('Material management','',0,0,1);
I[21][3][1]=new Array('Purchasing','',1,100,1);
I[21][3][2]=new Array('Taxation','',0,0,1);
I[21][3][3]=new Array('Costing','',0,0,1);
I[22]=new Array();I[22][0]=100;
I[22][1]='';
I[22][2]='0';
I[22][3]=new Array();
I[22][3][0]=new Array('Marketing','',0,0,1);
I[22][3][1]=new Array('Costing','',0,0,1);
I[22][3][2]=new Array('Advertising','',1,100,1);
I[22][3][3]=new Array('Financial accounting','',0,0,1);
I[23]=new Array();I[23][0]=100;
I[23][1]='';
I[23][2]='0';
I[23][3]=new Array();
I[23][3][0]=new Array('Process of managing','',0,0,1);
I[23][3][1]=new Array('Process of controlling','',0,0,1);
I[23][3][2]=new Array('Process of management','',1,100,1);
I[23][3][3]=new Array('None of the above','',0,0,1);
I[24]=new Array();I[24][0]=100;
I[24][1]='';
I[24][2]='0';
I[24][3]=new Array();
I[24][3][0]=new Array('Foreman','',0,0,1);
I[24][3][1]=new Array('Director','',0,0,1);
I[24][3][2]=new Array('Inspector','',0,0,1);
I[24][3][3]=new Array('Supervisor','',1,100,1);
I[25]=new Array();I[25][0]=100;
I[25][1]='';
I[25][2]='0';
I[25][3]=new Array();
I[25][3][0]=new Array('Middle level management','',1,100,1);
I[25][3][1]=new Array('Top level management','',0,0,1);
I[25][3][2]=new Array('Lower level management','',0,0,1);
I[25][3][3]=new Array('None of the above','',0,0,1);
I[26]=new Array();I[26][0]=100;
I[26][1]='';
I[26][2]='0';
I[26][3]=new Array();
I[26][3][0]=new Array('Planning','',0,0,1);
I[26][3][1]=new Array('Organizing','',0,0,1);
I[26][3][2]=new Array('Staffing','',0,0,1);
I[26][3][3]=new Array('Management','',1,100,1);
I[27]=new Array();I[27][0]=100;
I[27][1]='';
I[27][2]='0';
I[27][3]=new Array();
I[27][3][0]=new Array('Manager','',1,100,1);
I[27][3][1]=new Array('Employee','',0,0,1);
I[27][3][2]=new Array('Vender','',0,0,1);
I[27][3][3]=new Array('Contractor','',0,0,1);
I[28]=new Array();I[28][0]=100;
I[28][1]='';
I[28][2]='0';
I[28][3]=new Array();
I[28][3][0]=new Array('Planning','',1,100,1);
I[28][3][1]=new Array('Organizing','',0,0,1);
I[28][3][2]=new Array('Controlling','',0,0,1);
I[28][3][3]=new Array('Leading','',0,0,1);
I[29]=new Array();I[29][0]=100;
I[29][1]='';
I[29][2]='0';
I[29][3]=new Array();
I[29][3][0]=new Array('First level managers','',0,0,1);
I[29][3][1]=new Array('Middle managers','',0,0,1);
I[29][3][2]=new Array('Executive managers','',1,100,1);
I[29][3][3]=new Array('Second level managers','',0,0,1);
I[30]=new Array();I[30][0]=100;
I[30][1]='';
I[30][2]='0';
I[30][3]=new Array();
I[30][3][0]=new Array('Supervisory managers','',0,0,1);
I[30][3][1]=new Array('Middle managers','',1,100,1);
I[30][3][2]=new Array('First level managers','',0,0,1);
I[30][3][3]=new Array('Chief financial managers','',0,0,1);
I[31]=new Array();I[31][0]=100;
I[31][1]='';
I[31][2]='0';
I[31][3]=new Array();
I[31][3][0]=new Array('Division of command','',0,0,1);
I[31][3][1]=new Array('Chain of command','',0,0,1);
I[31][3][2]=new Array('Unity of direction','',0,0,1);
I[31][3][3]=new Array('Unity of command','',1,100,1);
I[32]=new Array();I[32][0]=100;
I[32][1]='';
I[32][2]='0';
I[32][3]=new Array();
I[32][3][0]=new Array('Chain of command','',1,100,1);
I[32][3][1]=new Array('Unity of direction','',0,0,1);
I[32][3][2]=new Array('Unity of command','',0,0,1);
I[32][3][3]=new Array('Division of work','',0,0,1);
I[33]=new Array();I[33][0]=100;
I[33][1]='';
I[33][2]='0';
I[33][3]=new Array();
I[33][3][0]=new Array('Technical','',1,100,1);
I[33][3][1]=new Array('Administrative','',0,0,1);
I[33][3][2]=new Array('Interpersonal','',0,0,1);
I[33][3][3]=new Array('Organizational','',0,0,1);
I[34]=new Array();I[34][0]=100;
I[34][1]='';
I[34][2]='0';
I[34][3]=new Array();
I[34][3][0]=new Array('Technical','',0,0,1);
I[34][3][1]=new Array('Administrative','',0,0,1);
I[34][3][2]=new Array('Interpersonel','',1,100,1);
I[34][3][3]=new Array('Organizational','',0,0,1);
I[35]=new Array();I[35][0]=100;
I[35][1]='';
I[35][2]='0';
I[35][3]=new Array();
I[35][3][0]=new Array('Quantity','',1,100,1);
I[35][3][1]=new Array('Quality and workmanship','',0,0,1);
I[35][3][2]=new Array('Cost and budget control','',0,0,1);
I[35][3][3]=new Array('Customer satisfaction','',0,0,1);
I[36]=new Array();I[36][0]=100;
I[36][1]='';
I[36][2]='0';
I[36][3]=new Array();
I[36][3][0]=new Array('The job task always takes priority over employees.','',0,0,1);
I[36][3][1]=new Array('Employees always take priority over the job task','',0,0,1);
I[36][3][2]=new Array('Neither, a manager should balance interest in task the job task with the needs of the employees performing the job.','',1,100,1);
I[36][3][3]=new Array('Neither, administration of the business takes priority over the job task and the employees.','',0,0,1);
I[37]=new Array();I[37][0]=100;
I[37][1]='';
I[37][2]='0';
I[37][3]=new Array();
I[37][3][0]=new Array('Intrapersonal factors','',0,0,1);
I[37][3][1]=new Array('Internal factors','',0,0,1);
I[37][3][2]=new Array('Interpersonal factors','',0,0,1);
I[37][3][3]=new Array('External factors','',1,100,1);
I[38]=new Array();I[38][0]=100;
I[38][1]='';
I[38][2]='0';
I[38][3]=new Array();
I[38][3][0]=new Array('Quantity','',1,100,1);
I[38][3][1]=new Array('Quality and workmanship','',0,0,1);
I[38][3][2]=new Array('Cost and budget control','',0,0,1);
I[38][3][3]=new Array('Customer satisfaction','',0,0,1);
I[39]=new Array();I[39][0]=100;
I[39][1]='';
I[39][2]='0';
I[39][3]=new Array();
I[39][3][0]=new Array('Planning','',0,0,1);
I[39][3][1]=new Array('Organizing','',0,0,1);
I[39][3][2]=new Array('Leading','',0,0,1);
I[39][3][3]=new Array('Controlling','',1,100,1);
I[40]=new Array();I[40][0]=100;
I[40][1]='';
I[40][2]='0';
I[40][3]=new Array();
I[40][3][0]=new Array('Long range issues','',0,0,1);
I[40][3][1]=new Array('Short range issues','',1,100,1);
I[40][3][2]=new Array('Strategic issue','',0,0,1);
I[40][3][3]=new Array('Shareholder issues','',0,0,1);
I[41]=new Array();I[41][0]=100;
I[41][1]='';
I[41][2]='0';
I[41][3]=new Array();
I[41][3][0]=new Array('They use a minimum amount of resources for the amount of outputs produced.','',0,0,1);
I[41][3][1]=new Array('They devoto a large amount of time to planning','',0,0,1);
I[41][3][2]=new Array('They achieve their goals.','',1,100,1);
I[41][3][3]=new Array('They interview, select, and train people who are most suitable to fill open jobs.','',0,0,1);
I[42]=new Array();I[42][0]=100;
I[42][1]='';
I[42][2]='0';
I[42][3]=new Array();
I[42][3][0]=new Array('They use a minimum amount of resources for the amount of outputs produced.','',0,0,1);
I[42][3][1]=new Array('They devoto a large amount of time to planning','',0,0,1);
I[42][3][2]=new Array('They achieve their goals.','',0,0,1);
I[42][3][3]=new Array('They interview, select, and train people who are most suitable to fill open jobs.','',1,100,1);
I[43]=new Array();I[43][0]=100;
I[43][1]='';
I[43][2]='0';
I[43][3]=new Array();
I[43][3][0]=new Array('Division of work','',1,100,1);
I[43][3][1]=new Array('Chain of command','',0,0,1);
I[43][3][2]=new Array('Unity of direction','',0,0,1);
I[43][3][3]=new Array('Unity of command','',0,0,1);
I[44]=new Array();I[44][0]=100;
I[44][1]='';
I[44][2]='0';
I[44][3]=new Array();
I[44][3][0]=new Array('A product or service','',1,100,1);
I[44][3][1]=new Array('Management and efficiency','',0,0,1);
I[44][3][2]=new Array('Energy and utilities','',0,0,1);
I[44][3][3]=new Array('Facilities and equipment','',0,0,1);
I[45]=new Array();I[45][0]=100;
I[45][1]='';
I[45][2]='0';
I[45][3]=new Array();
I[45][3][0]=new Array('Management process','',1,100,1);
I[45][3][1]=new Array('Executive process','',0,0,1);
I[45][3][2]=new Array('Business process','',0,0,1);
I[45][3][3]=new Array('Supervisory process','',0,0,1);
I[46]=new Array();I[46][0]=100;
I[46][1]='';
I[46][2]='0';
I[46][3]=new Array();
I[46][3][0]=new Array('Employees','',0,0,1);
I[46][3][1]=new Array('Managers','',1,100,1);
I[46][3][2]=new Array('Executive managers','',0,0,1);
I[46][3][3]=new Array('Second level managers','',0,0,1);
I[47]=new Array();I[47][0]=100;
I[47][1]='';
I[47][2]='0';
I[47][3]=new Array();
I[47][3][0]=new Array('Planning','',0,0,1);
I[47][3][1]=new Array('Organizing','',0,0,1);
I[47][3][2]=new Array('Leading','',0,0,1);
I[47][3][3]=new Array('Controlling','',1,100,1);
I[48]=new Array();I[48][0]=100;
I[48][1]='';
I[48][2]='0';
I[48][3]=new Array();
I[48][3][0]=new Array('Dale Camegie','',1,100,1);
I[48][3][1]=new Array('Frederick W. Taylor','',0,0,1);
I[48][3][2]=new Array('W. Edwards Deming','',0,0,1);
I[48][3][3]=new Array('Steven Covey','',0,0,1);
I[49]=new Array();I[49][0]=100;
I[49][1]='';
I[49][2]='0';
I[49][3]=new Array();
I[49][3][0]=new Array('Dale Camegie','',0,0,1);
I[49][3][1]=new Array('Frederick W. Taylor','',1,100,1);
I[49][3][2]=new Array('W. Edwards Deming','',0,0,1);
I[49][3][3]=new Array('Steven Covey','',0,0,1);

function StartUp(){

//If there's only one question, no need for question navigation controls
if (QsToShow 0){
if (ShuffleQs == false){
var JumpTo = parseInt(document.location.search.substring(1,document.location.search.length))-1;
if (JumpTo <= QsToShow){
ChangeQ(JumpTo);
}
}
}
//Undocumented function added 10/12/2004
ShowSpecialReadingForQuestion();
}

function ShowHideQuestions(){
document.getElementById('ShowMethodButton').style.display = 'none';
if (ShowingAllQuestions == false){
for (var i=0; i<QArray.length; i++){
QArray[i].style.display = '';
}
document.getElementById('Questions').style.listStyleType = 'decimal';
document.getElementById('OneByOneReadout').style.display = 'none';
document.getElementById('ShowMethodButton').innerHTML = ShowOneByOneCaption;
ShowingAllQuestions = true;
}
else{
for (var i=0; i<QArray.length; i++){
if (i != CurrQNum){
QArray[i].style.display = 'none';
}
}
document.getElementById('Questions').style.listStyleType = 'none';
document.getElementById('OneByOneReadout').style.display = '';
document.getElementById('ShowMethodButton').innerHTML = ShowAllQuestionsCaption;
ShowingAllQuestions = false;
}
document.getElementById('ShowMethodButton').style.display = 'inline';
}

function CreateStatusArray(){
var QNum, ANum;
//For each item in the item array
for (QNum=0; QNum<I.length; QNum++){
//Check if the question still exists (hasn't been nuked by showing a random selection)
if (document.getElementById('Q_' + QNum) != null){
State[QNum] = new Array();
State[QNum][0] = -1; //Score for this q; -1 shows question not done yet
State[QNum][1] = new Array(); //answers
for (ANum = 0; ANum<I[QNum][3].length; ANum++){
State[QNum][1][ANum] = 0; //answer not chosen yet; when chosen, will store its position in the series of choices
}
State[QNum][2] = 0; //tries at this q so far
State[QNum][3] = 0; //incrementing percent-correct values of selected answers
State[QNum][4] = 0; //penalties incurred for hints
State[QNum][5] = ''; //Sequence of answers chosen by number
}
else{
State[QNum] = null;
}
}
}

function CheckMCAnswer(QNum, ANum, Btn){
//if question doesn't exist, bail
if (State[QNum].length -1){
//Add an extra message explaining that the question
// is finished if defined by the user
if (strQuestionFinished.length > 0){Feedback += ‘
‘ + strQuestionFinished;}
//Show the feedback
ShowMessage(Feedback);
//New for 6.2.2.1: If you want to mark an answer as correct even when it’s the final choice, uncomment this line.
// if (I[QNum][3][ANum][2] >= 1){Btn.innerHTML = CorrectIndicator;}else{Btn.innerHTML = IncorrectIndicator;}
return;
}

//Hide the button while processing
Btn.style.display = ‘none’;

//Increment the number of tries
State[QNum][2]++;

//Add the percent-correct value of this answer
State[QNum][3] += I[QNum][3][ANum][3];

//Store the try number in the answer part of the State array, for tracking purposes
State[QNum][1][ANum] = State[QNum][2];
if (State[QNum][5].length > 0){State[QNum][5] += ‘ | ‘;}
State[QNum][5] += String.fromCharCode(65+ANum);

//Should this answer be accepted as correct?
if (I[QNum][3][ANum][2] -1){
//Behave as if the last answer had been selected, but give no credit for it
//Increment the number of tries
State[QNum][2]++;

//Calculate the score for this question
CalculateMCQuestionScore(QNum);

//Get the overall score and add it to the feedback
CalculateOverallScore();
//New for 6.2.2.1
var QsDone = CheckQuestionsCompleted();
if ((ContinuousScoring == true)||(Finished == true)){
Feedback += ‘
‘ + YourScoreIs + ‘ ‘ + Score + ‘%.’ + ‘
‘ + QsDone;
WriteToInstructions(YourScoreIs + ‘ ‘ + Score + ‘%.’ + ‘
‘ + QsDone);
}
else{
WriteToInstructions(QsDone);
}
}
}
else{
//It’s right
//Mark the answer
Btn.innerHTML = CorrectIndicator;

//Calculate the score for this question
CalculateMCQuestionScore(QNum);

//New for 6.2.2.0
var QsDone = CheckQuestionsCompleted();

//Get the overall score and add it to the feedback
if (ContinuousScoring == true){
CalculateOverallScore();
if ((ContinuousScoring == true)||(Finished == true)){
Feedback += ‘
‘ + YourScoreIs + ‘ ‘ + Score + ‘%.’ + ‘
‘ + QsDone;
WriteToInstructions(YourScoreIs + ‘ ‘ + Score + ‘%.’ + ‘
‘ + QsDone);
}
}
else{
WriteToInstructions(QsDone);
}
}

//Show the button again
Btn.style.display = ‘inline’;

//Finally, show the feedback
ShowMessage(Feedback);

//Check whether all questions are now done
CheckFinished();
}

function CalculateMCQuestionScore(QNum){
var Tries = State[QNum][2] + State[QNum][4]; //include tries and hint penalties
var PercentCorrect = State[QNum][3];
var TotAns = GetTotalMCAnswers(QNum);
var HintPenalties = State[QNum][4];

//Make sure it’s not already complete

if (State[QNum][0] = 1){
State[QNum][0] = 0;
}
else{
//This line calculates the score for this question
if (TotAns == 1){
State[QNum][0] = 1;
}
else{
State[QNum][0] = ((TotAns-((Tries*100)/State[QNum][3]))/(TotAns-1));
}
}
//Fix for Safari bug added for version 6.0.3.42 (negative infinity problem)
if ((State[QNum][0] < 0)||(State[QNum][0] == Number.NEGATIVE_INFINITY)){
State[QNum][0] = 0;
}
}
}

function GetTotalMCAnswers(QNum){
var Result = 0;
for (var ANum=0; ANum<I[QNum][3].length; ANum++){
if (I[QNum][3][ANum][4] == 1){ //This is an MC answer
Result++;
}
}
return Result;
}

function FinalAnswer(QNum){
var UnchosenAnswers = 0;
var FinalAnswer = -1;
for (var ANum=0; ANum<I[QNum][3].length; ANum++){
if (I[QNum][3][ANum][4] == 1){ //This is an MC answer
if (State[QNum][1][ANum] < 1){ //This answer hasn't been chosen yet
UnchosenAnswers++;
FinalAnswer = ANum;
}
}
}
if (UnchosenAnswers == 1){
return FinalAnswer;
}
else{
return -1;
}
}

function CalculateOverallScore(){
var TotalWeighting = 0;
var TotalScore = 0;

for (var QNum=0; QNum -1){
TotalWeighting += I[QNum][0];
TotalScore += (I[QNum][0] * State[QNum][0]);
}
}
}
if (TotalWeighting > 0){
Score = Math.floor((TotalScore/TotalWeighting)*100);
}
else{
//if TotalWeighting is 0, no questions so far have any value, so
//no penalty should be shown.
Score = 100;
}
}

//New for 6.2.2.0
function CheckQuestionsCompleted(){
if (ShowCompletedSoFar == false){return ”;}
var QsCompleted = 0;
for (var QNum=0; QNum= 0){
QsCompleted++;
}
}
}
//Fixes for 6.2.2.2
if (QsCompleted >= QArray.length){
return ExerciseCompleted;
}
else{
return CompletedSoFar + ‘ ‘ + QsCompleted + ‘/’ + QArray.length + ‘.’;
}
}

function CheckFinished(){
var FB = ”;
var AllDone = true;
for (var QNum=0; QNum<State.length; QNum++){
if (State[QNum] != null){
if (State[QNum][0] < 0){
AllDone = false;
}
}
}
if (AllDone == true){

//Report final score and submit if necessary
CalculateOverallScore();
FB = YourScoreIs + ' ' + Score + '%.';
if (ShowCorrectFirstTime == true){
var CFT = 0;
for (QNum=0; QNum= 1){
CFT++;
}
}
}
FB += ‘
‘ + CorrectFirstTime + ‘ ‘ + CFT + ‘/’ + QsToShow;
}

//New for 6.2.2.0
FB += ‘
‘ + ExerciseCompleted;

WriteToInstructions(FB);

Finished == true;

TimeOver = true;
Locked = true;

Finished = true;
Detail = ”;
for (QNum=0; QNum 0){
Detail += ‘Question #’ + (QNum+1) + ‘question-trackingQ ‘ + (QNum+1) + ‘QuestionTrackingField’ + State[QNum][5] + ”;
}
}
}
Detail += ”;
}

}

//–>

//]]>

Management (MAN) (22509) MCQ Unit 1

Quiz

 


  1. —————serve important roles in organizations.
    1.   Supervisors
    2.   Subordinates
    3.   Managers
    4.   Employees
  2. Managerial roles involve specific types of behavior, conduct and…… that a manager must demonstrate to be successful.
    1.   Activity
    2.   Task
    3.   Decision
    4.   Actions
  3. Which of the following is not included in the three general manager roles identified by Henry Mintzberg?
    1.   Figurehead roles
    2.   Interpersonal roles
    3.   Information roles
    4.   Decision roles
  4. Manager is responsible for activities of his/her————-
    1.   Employee
    2.   Ordinates
    3.   Subordinates
    4.   Supervisor
  5. ——————–role involves receiving collecting of information and distributing them as required.
    1.   Interpersonal
    2.   Information
    3.   Decisional
    4.   Managerial
  6. Decision roles include…..
    1.   Negotiator
    2.   Monitor
    3.   Disseminator
    4.   Disseminator
  7. According to Peter Drucker, ————is what the modern world is all about.
    1.   Controlling
    2.   Management
    3.   Directing
    4.   Innovation
  8. Administrative is also called as…..
    1.   Middle level management
    2.   Low level management
    3.   Top level management
    4.   None of the above
  9. Executive is also called as…..
    1.   Top level management
      Managerial
    2.   Low level management
    3.   Middle level management
    4.   None of the above
  10. Supervisory is also called as…..
    1.   Top level management
    2.   Middle level management
    3.   Low level management
    4.   None of the above
  11. Top managemant includes——————–
    1.   President
    2.   Superintendents
    3.   Branch managers
    4.   General foreman
  12. Which of the following does not belong to middle Management?
    1.   President
    2.   Superintendents
    3.   Branch managers
    4.   General foreman
  13. Middle management concerned with Implementation of policies and plans chalked out by the———————
    1.   Lower management
    2.   Top management
    3.   Upper middle management
    4.   None of the above
  14. Top management does not belong to ———————–
    1.   Board of directors
    2.   Managing directors
    3.   Chief executives
    4.   Branch managers
  15. Lower management includes————————
    1.   President
    2.   Managing directors
    3.   Chief executives
    4.   Foreman
  16. Operating force does not include ……
    1.   Workers
    2.   Rank and file workman
    3.   Skilled workers
    4.   Employee
  17. ———————Is the function of management.
    1.   Organizing
    2.   Managing
    3.   Execution
    4.   None of the above
  18. Identification of activities is the part of which management function?
    1.   Planning
    2.   Organizing
    3.   Directing
    4.   Controlling
  19. Which of the following is not the element of direction?
    1.   Supervision
    2.   Authority
    3.   Motivation
    4.   Leadership
  20. ———————is one of the managerial skills.
    1.   Technical skill
    2.   Managing skill
    3.   Communication skill
    4.   None of the above
  21. ———-is not the element of managerial skills.
    1.   Conceptual skill
    2.   Human relation skill
    3.   Technical skill
    4.   Communication skill
  22. —————is related with the purchase of various materials required by the organization
    1.   Material management
    2.   Purchasing
    3.   Taxation
    4.   Costing
  23. ———————involves giving information about products to buyers through different media.
    1.   Marketing
    2.   Costing
    3.   Advertising
    4.   Financial accounting
  24. The managerial function of organizing may be called as the——————–
    1.   Process of managing
    2.   Process of controlling
    3.   Process of management
    4.   None of the above
  25. Lower manager is also called as
    1.   Foreman
    2.   Director
    3.   Inspector
    4.   Supervisor
  26. Executory level is nothing but the…….
    1.   Middle level management
    2.   Top level management
    3.   Lower level management
    4.   None of the above
  27. Which term best describes the process of obtaining,deploying and utilizing a variety of essential resources to contribute to an organization’s success?
    1.   Planning
    2.   Organizing
    3.   Staffing
    4.   Management
  28. Which title is given to an individual who is in charg of and coordinates the activities of a group of employees engaged in related activities within a unit of an organization?
    1.   Manager
    2.   Employee
    3.   Vender
    4.   Contractor
  29. Which management function involves setting goals and objectives and creating specific plans for completing them?
    1.   Planning
    2.   Organizing
    3.   Controlling
    4.   Leading
  30. Which level of management is responsible for establishing a vision for the organization, developing broad plans and strategies and directing subordinate managers?
    1.   First level managers
    2.   Middle managers
    3.   Executive managers
    4.   Second level managers
  31. Which level of management is responsible for implementing programs that are intended to cany out the broader objectives of an organization set by executives?
    1.   Supervisory managers
    2.   Middle managers
    3.   First level managers
    4.   Chief financial managers
  32. Which management principle states that each Individual should report to only one boss in order to avoid conflict and/ or confusion?
    1.   Division of command
    2.   Chain of command
    3.   Unity of direction
    4.   Unity of command
  33. Which management principle states that orders and instructions should flow down from top to bottom or from a higher level manager to a lower one?
    1.   Chain of command
    2.   Unity of direction
    3.   Unity of command
    4.   Division of work
  34. A manager who possesses knowledge of the processes, equipment, and potential problems of an industry would possess what type of managerial skill?
    1.   Technical
    2.   Administrative
    3.   Interpersonal
    4.   Organizational
  35. The ability of a manager to interface and work effectively with individuals and groups is descriptive of what type of managerial skill?
    1.   Technical
    2.   Administrative
    3.   Interpersonel
    4.   Organizational
  36. By exceeding the monthly marketing budget set for a company, a manager would fail to meet which type of performance measure?
    1.   Quantity
    2.   Quality and workmanship
    3.   Cost and budget control
    4.   Customer satisfaction
  37. For a manager, which should take priority. the job task or the employees performing the job?
    1.   The job task always takes priority over employees.
    2.   Employees always take priority over the job task
    3.   Neither, a manager should balance interest in task the job task with the needs of the employees performing the job.
    4.   Neither, administration of the business takes priority over the job task and the employees.
  38. Economic uncertainty, regulatory requirements, and new competitors are examples of what type of factors that affect managers?
    1.   Intrapersonal factors
    2.   Internal factors
    3.   Interpersonal factors
    4.   External factors
  39. If a manager leads a team to exceed their monthly goal of new clients, which type of performance results have they attained?
    1.   Quantity
    2.   Quality and workmanship
    3.   Cost and budget control
    4.   Customer satisfaction
  40. Which management function involves measuring results, comparing results to expectations, and inking corrective action?
    1.   Planning
    2.   Organizing
    3.   Leading
    4.   Controlling
  41. Which type of issues are first level managers routinely influenced by?
    1.   Long range issues
    2.   Short range issues
    3.   Strategic issue
    4.   Shareholder issues
  42. Which of the following characterize a manager as being effective?
    1.   They use a minimum amount of resources for the amount of outputs produced.
    2.   They devoto a large amount of time to planning
    3.   They achieve their goals.
    4.   They interview, select, and train people who are most suitable to fill open jobs.
  43. Which of the following characterize a manager as being efficient?
    1.   They use a minimum amount of resources for the amount of outputs produced.
    2.   They devoto a large amount of time to planning
    3.   They achieve their goals.
    4.   They interview, select, and train people who are most suitable to fill open jobs.
  44. Which management principle states that work should be divided so that each person will perform a specialized portion?
    1.   Division of work
    2.   Chain of command
    3.   Unity of direction
    4.   Unity of command
  45. What two major end results are managers seeking on a daily basis?
    1.   A product or service
    2.   Management and efficiency
    3.   Energy and utilities
    4.   Facilities and equipment
  46. In management, the various roles that managers are called on to perform are defined in which process?
    1.   Management process
    2.   Executive process
    3.   Business process
    4.   Supervisory process
  47. Which types of managers are responsible for reporting to middle managers?
    1.   Employees
    2.   Managers
    3.   Executive managers
    4.   Second level managers
  48. Which part of the management process includes measuring results,comparing results to expectations, and taking corrective action to bring results in to line?
    1.   Planning
    2.   Organizing
    3.   Leading
    4.   Controlling
  49. Which influential thought leader is known for his common sense approach to self-improvement as demonstrated through the book he authored. How to Win Friends and Influence People?
    1.   Dale Camegie
    2.   Frederick W. Taylor
    3.   W. Edwards Deming
    4.   Steven Covey
  50. Which influential thought leader is known as the father of scientific management?
    1.   Dale Camegie
    2.   Frederick W. Taylor
    3.   W. Edwards Deming
    4.   Steven Covey


1. How is the flow of authority in line organization

a) superior to subordinate b) subordinate to superior  c) both A and B d) none

 

2. What is management ..?

a) It is a science b) It is an art  c) both (a) and (b) are wrong d) both (a)
and (b) are correct

 

 3. Getting
the things done from others is called as …..

 a)
management
b) adjustment  c)
organization d) direction

 

 4.
Management is there from …..

 a) after 1700   b)
after 1800   c) after 1900  d) historical period

 

 5.
Management is…….

 a) Methodology  b) Social science   c)
Team activity  d) All are correct

 

 6. Principle of
management is the contribution of …..

 a) Adam Smith  b) Henry Fayol  c) Mary Parker d) F.W. Taylor

 

 7. Henry Fayol
has given …..principles of management

 a) 14 b) 12  c) 16 d) 13

 

 8. Meaning
of…….is right to command

 a) Stability b)
Authority
 c) Scalar chain d)
Initiative

 

 9. Meaning
of ……is to give command

 a) stability b)authority
 c) scalar chain d) initiative

 

10. What is Espirit de corps

 a) it is
function of management b) it is principle of management

 c) it is
management concept in Russia d) it is name of company

 

11. Discipline starts from …….

 a) Top to
Bottom
b) Bottom to top  c) From
middle d) All are wrong

 

12. Deciding in advance what to do, when to do, how to
do……

 a) planning b)controlling  c) decision-making d)motivating

 

13. Employees get energized due to

 a) controlling
b)planning  c) motivation d)decision
making

 

14. Staffing is associate with

 a) marketing b)HR
 c) finance d)none

 

15.When many functions are controlled by a central authority,
it is called as…

 a) Authority b)
Management
c) Discipline d) Centralization

 

 

16. Which of the next function after planning?

 a) Scheduling b)
Organizing
c) Staffing d) Decision-Making

 

17. Out of following which is not the function of
management?

 a) Planning b)
Controlling  c) Discipline d)
Directing

 

18) Following are the physical resources

 a)Man c
)Machine c)Material d)All.

 

19)Cycle time is concerned with———

 a)Automobiles b)Operators
work
  c) Machine & Process d)Time
office

 

20)First step in planning is

a)Establish Goals b)Identify resources c)Establish Task d)define assignments.

 

21.
How is the flow of authority in line organization

a)
superior to subordinate
b) subordinate to superior  c)
both A and B d) none

 

22.
What is management ..?

a) It is
a science b) It is an art  c) both (a)
and (b) are wrong d) both (a) and (b) are correct

 

23.
Getting the things done from others is called as …..

 a) management b) adjustment  c) organization d) direction

 

24.
Principle of management is the contribution of …..

 a) Adam Smith 
b) Henry Fayol  c) Mary
Parker d) F.W. Taylor

 

25.
Henry Fayol has given …..principles of management

 a) 14 b) 12 
c) 16 d) 13

                  
 6. Meaning of…….is right to
command

 a) Stability b) Authority  c) Scalar chain d) Initiative

 

26.
What is Espirit de corps

 a) it is a function of management b) it is
principle of management

 c) it is a management concept in Russia d) it
is the name of the company

 

27.
Discipline starts from …….

 a) Top to Bottom b) Bottom to top c)
From middle d) All are wrong

 

28.
Deciding in advance what to do, when to do, how to do……

 a) planning b) controlling  c) decision-making d)motivating

 

29.
Employees get energized due to

 a) controlling b) planning  c) motivation d)decision making


30. Which of the next function after planning?

 a) Scheduling b)
Organizing
c) Staffing d) Decision-Making  


31. First step in planning is

a)Establish Goals b)Identify resources c)Establish Task d)define assignments.


32.Planning is deciding in advance what to do, how to
do it, when to do it and who is to do it

a) Adam Smith  b) Henry Fayol  c) Mary Parker d) Koontz and O’Donnel


33.Budget is an instrument of________

a) Planning only b)
Control only  c) Both planning and control
d)
None of these


34. Effective organization must promote

a) Interviews b)Creativity  c)Specialization  d) Responsibility


35. Scaler principle can also called as

a) Unity of command
b)Chain of Command  c)Delegation  d)
Unity of
direction


36. Scaler principle can also called as

a) Unity of command
b)Chain of Command  c)Delegation  d)
Unity of
direction


37. Which of the following is not the step of process
of organizing?

a) Grouping of
activities b)Granting authority  c)Employment
test
 d)
Establishing relationship


38. How many steps are included in the organizing
function?

a) 4         b)5       c)6           d)
3


39.Effective control depends on ______

a) Organization
structure        b)proper direction       c)Flow
of communication     d)
All

 

 

Management Multiple Choice Questions,MAN Mock Test,MAN MCQ for practice,Important MCQ

Leave a Reply

Your email address will not be published. Required fields are marked *