Podcast
Questions and Answers
Which of the following is a correct comparison between conditionals with 'otherwise' and conditionals with 'unless'?
Which of the following is a correct comparison between conditionals with 'otherwise' and conditionals with 'unless'?
- Conditionals with 'otherwise' are used to express a negative condition, while conditionals with 'unless' are used to express a positive condition.
- Conditionals with 'otherwise' are used to express a positive condition, while conditionals with 'unless' are used to express a negative condition. (correct)
- Both conditionals are used to express a negative condition.
- Both conditionals are used to express a positive condition.
When should you use a conditional with 'otherwise'?
When should you use a conditional with 'otherwise'?
- To express a condition that is always false.
- To express a positive condition. (correct)
- To express a negative condition.
- To express a condition that is always true.
When should you use a conditional with 'unless'?
When should you use a conditional with 'unless'?
- To express a positive condition.
- To express a condition that is always false.
- To express a negative condition. (correct)
- To express a condition that is always true.