Jump to content

vivekganesh

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by vivekganesh

  1. Hi, I need to know which are the correct answers in the following MCQ type XML code. 1. Example 1 - Only one answer is correct out of the following. <?xml version="1.0" encoding="UTF-8" ?> - <pages sgxmlv="1.2"> - <page> <template>q1.swf</template> <title /> - <pics> <pic /> <pic /> <pic /> <pic /> <pic /> </pics> - <sounds> <snd /> <snd /> <snd /> <snd /> <snd /> </sounds> - <texts> <txt a="X" c="X" e="-3" pt="1" s="2">How do Club Associations secure their economic position?</txt> <txt crct="83" c="X" s="2">From a system of mutual support.</txt> <txt crct="91" c="X" s="2">From levying high premiums on owners.</txt> <txt crct="48" c="X" s="2">By pursuing strong counter claims through the courts.</txt> <txt crct="99" c="X" s="2">By minimizing insurance settlements through clever interpretation of insurance rules.</txt> </texts> - <soundTexts> <sndTxt /> <sndTxt /> <sndTxt /> <sndTxt /> <sndTxt /> </soundTexts> </page> <subpages /> </pages> 2. Example 2 - More than one answer is correct out of the following. <?xml version="1.0" encoding="UTF-8" ?> - <pages sgxmlv="1.2"> - <page> <template>q1.swf</template> <title /> - <pics> <pic /> <pic /> <pic /> <pic /> <pic /> <pic /> <pic /> </pics> - <sounds> <snd /> <snd /> <snd /> <snd /> <snd /> <snd /> <snd /> </sounds> - <texts> <txt a="X" c="X" e="-3" pt="1" s="2">In respect of goods which are intended to be, or being, or which have been carried in the transport, which of the following claims are covered by Club insurance? (Select all appropriate answers)</txt> <txt crct="83" c="X" s="2">Loss.</txt> <txt crct="84" c="X" s="2">Short delivery.</txt> <txt crct="5" c="X" s="2">Theft.</txt> <txt crct="66" c="X" s="2">Damage.</txt> <txt crct="80" c="X" s="2">Loss of commercial value during transit.</txt> <txt crct="101" c="X" s="2">Damage whilst in independent storage.</txt> </texts> - <soundTexts> <sndTxt /> <sndTxt /> <sndTxt /> <sndTxt /> <sndTxt /> <sndTxt /> <sndTxt /> </soundTexts> </page> <subpages /> </pages> These are computer based training modules. The assessment is coded in XML and i need to know the correct answers in order to pass. How do i interpret the above to finding the right answers. XML Experts you help is highly appreciated.
×
×
  • Create New...