def set_active(self):
        """ Activating a tag implies activating all the Question objects
        having this tag.
        """
        if self.active is True: