watchTheWholeSessionNow()
  .then(tryAgainYourself)
  .then(discussWithYourTeam)
  .then(() => {
    if (conceptsStillNotClear === true) {
      askInDoubtClearingSessions()
    }
  })