//Heading Displayed on the QUiz Page
pageHeading="International Trade"
//Questions

qa=new Array()

qa[0] = new Question("The net barter terms of trade is the ratio of an export price index to an import price index.",
"True",
"False",
0)

qa[1] = new Question("Inward oriented trade strategies tend to lead to an anti-export bias.",
"True",
"False",
0)

qa[2] = new Question("An ad valorem duty is levied as a fixed percentage of the value of the commodity exported or imported.",
"True",
"False",
0)

qa[3] = new Question("In general, the imposition of a tariff leads to an overall welfare gain for the country imposing the tariff.",
"True",
"False",
1)

qa[4] = new Question("The effective tariff rate is another expression for the nominal tariff rate.",
"True",
"False",
1)

qa[5] = new Question("Non-tariff barriers are best described as protectionism that does not work through prices.",
"True",
"False",
0)

qa[6] = new Question("Countertrade is best described as trade without cash.",
"True",
"False",
1)

qa[7] = new Question("A countervailing duty is usually imposed because of unfair trade practices resorted to by the partner country.",
"True",
"False",
0)

qa[8] = new Question("A devaluation is the same thing as a depreciation.",
"True",
"False",
1)

qa[9] = new Question("A dirty float is encountered under a fixed exchange rate mechanism.",
"True",
"False",
1)
