Advertisement
SenpaiZero

Untitled

Dec 5th, 2023
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. list.add(new QuestionModel("Arrange the following words in a meaningful order. 1. Death 2. Marriage 3. Education 4. Birth 5. Funeral",
  2. "5, 1, 2, 3, 4",
  3. "4, 2, 3, 1, 5",
  4. "4, 3, 2, 5, 1",
  5. "4, 3, 2, 1, 5 ",
  6. "4, 3, 2, 1, 5 ",
  7. "The meaningful order of the given words in the life cycle is: Birth Education Marriage Death Funeral Therefore, the correct arrangement is: 4, 3, 2, 1, 5"));
  8.  
  9. list.add(new QuestionModel("Arrange the following words in a meaningful order. 1. Word 2. Paragraph 3. Sentence 4. Letters 5. Phrase",
  10. "4, 1, 5, 3, 2 ",
  11. "4, 1, 3, 5, 2",
  12. "4, 2, 5, 1, 3",
  13. "4, 5, 1, 3, 2",
  14. "4, 1, 5, 3, 2 ",
  15. "The meaningful order of the given words in the structure of written language is: Letters Word Phrase Sentence Paragraph"));
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement