Advertisement
Guest User

Untitled

a guest
May 24th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.38 KB | None | 0 0
  1. <QuizBlock Id="QuizBlock_StartLab">
  2.     <Quiz Id="Quiz_GeneExpression1" NextQuizId="Quiz_GeneExpression2"
  3.     Sentence="What word fits in the gap?\n\nWhen a gene is expressed ... is produced."
  4.     CorrectMessage="That's right. The first step in gene expression is the synthesis of mRNA. Therefore the level of a specific mRNA molecules reflects the gene expression level of the (corresponding) gene."
  5.     WrongMessage="No. This is incorrect - please try again!"
  6.     ReadMoreUrl="gene-expression"      >
  7.       <Options>
  8.         <Option Sentence="mRNA" IsCorrectAnswer="true" />
  9.         <Option Sentence="a complementary DNA strand" />
  10.         <Option Sentence="a signal" />
  11.         <Option Sentence="siRNA" />
  12.       </Options>
  13.     </Quiz>
  14.     <Quiz Id="Quiz_GeneExpression2" NextQuizId="Quiz_mRNA1"
  15.     Sentence="All genes are expressed in all the cells.\n\nIs this statement true?"
  16.     CorrectMessage="Excellent! All cells/tissues have the same genes, but for instance only fat tissue relevant genes are expressed in fat tissue."
  17.     WrongMessage="No. This is incorrect - please try again!"
  18.     ReadMoreUrl="gene-expression">
  19.       <Options>
  20.         <Option Sentence="No, only genes that are relevant for that particular cell are expressed." IsCorrectAnswer="true" />
  21.         <Option Sentence="That's true." />
  22.         <Option Sentence="No, all genes are only expressed in the young cells and then the expression level decreases." />
  23.         <Option Sentence="No, only half of them are expressed in all the cells." />
  24.       </Options>
  25.     </Quiz>
  26.     <Quiz Id="Quiz_mRNA1"
  27.     Sentence="If mRNA from gene A is very abundant in fat tissue from obese and rare in fat tissue from lean it shows us that .... ?"
  28.     CorrectMessage="That's right.\n\nA high mRNA level reflects a high expression level. When the expression level differs between obese and lean, the gene might influence the obesity status.\n\nLet's get some samples for our experiment!"
  29.     WrongMessage="No. This is incorrect - please try again!"
  30.     ReadMoreUrl="gene-expression">
  31.       <Options>
  32.         <Option Sentence="Gene A is higher expressed in obese" IsCorrectAnswer="true" />
  33.         <Option Sentence="Gene A is lower expressed in obese" />
  34.         <Option Sentence="Gene expression is random" />
  35.         <Option Sentence="No conclusion can be drawn from this data" />
  36.       </Options>
  37.     </Quiz>
  38.   </QuizBlock>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement