<?xml version="1.0"?>
<Data xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Questions>
    <Question>
      <Info>Choose the representing proposition, which serves as the conclusion of the argument.</Info>
      <link />
      <Answers>
        <Answer>
          <Info>All Sociologists are scientists </Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
        <Answer>
          <Info>All graduates of Sociology are Sociologists</Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
        <Answer>
          <Info>Therefore, graduates of Sociology are Scientists. </Info>
          <IsCorrect>true</IsCorrect>
        </Answer>
      </Answers>
      <Type>Single</Type>
    </Question>
    <Question>
      <Info>Choose the representing proposition, which serves as the conclusion of the argument.</Info>
      <link />
      <Answers>
        <Answer>
          <Info>If there are buns, then it is a burger</Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
        <Answer>
          <Info>We may infer that it is a burger.</Info>
          <IsCorrect>true</IsCorrect>
        </Answer>
        <Answer>
          <Info>This is because it has buns. </Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
      </Answers>
      <Type>Single</Type>
    </Question>
    <Question>
      <Info>Choose the representing proposition, which serves as the conclusion of the argument.</Info>
      <link />
      <Answers>
        <Answer>
          <Info>Either you will kill the virus or the virus will kill you</Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
        <Answer>
          <Info>You cannot kill the virus. </Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
        <Answer>
          <Info>So, the virus will kill you. </Info>
          <IsCorrect>true</IsCorrect>
        </Answer>
      </Answers>
      <Type>Single</Type>
    </Question>
    <Question>
      <Info>Choose the representing proposition, which serves as the conclusion of the argument.</Info>
      <link />
      <Answers>
        <Answer>
          <Info>Jennie is sick.</Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
        <Answer>
          <Info>Mackoy is also sick. </Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
        <Answer>
          <Info>It implies that both Jennie and Mackoy are sick.  </Info>
          <IsCorrect>true</IsCorrect>
        </Answer>
      </Answers>
      <Type>Single</Type>
    </Question>
    <Question>
      <Info>Choose the representing proposition, which serves as the conclusion of the argument.</Info>
      <link />
      <Answers>
        <Answer>
          <Info>If there are stars, then it is not going to rain. </Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
        <Answer>
          <Info>It follows that it is not going to rain. </Info>
          <IsCorrect>true</IsCorrect>
        </Answer>
        <Answer>
          <Info>That is because there are stars. </Info>
          <IsCorrect>false</IsCorrect>
        </Answer>
      </Answers>
      <Type>Single</Type>
    </Question>
  </Questions>
</Data>