Sets whether to fallback on non-hidden question if the response cannot be hidden.
$this
public function setHiddenFallback(bool $fallback) : static { $this->hiddenFallback = $fallback; return $this; }