Is it possible to have VC ask a question without eventghost?
What do you mean by "without eventghost"? How would you do it with eventGhost?
VC is really more designed for you to specify exactly what you want, and then have VC act appropriately. It is not really designed for back and forth interaction, or menus etc.
That said, it is still possible to do what you want in a couple of different ways. One way to do it is to enable a group that is normally off. That group could contain the two commands.
Group named "Open Netflix", normally OFF:
commands:
- "yes please", or "top gear" >>> opens the top gear page, >>> then disables the Netflix group
- "no thanks" or "just netflix" >>> opens the regular url, >>> then disables the Netflix group
A regular command:
- "open netflix" >>> use TTS.Speak to say "would you like to watch Top Gear?" >>> enables the group "Open Netflix"
but as Kalle says, I think it would be easier to set up (and simple and faster for the user) if you just create commands
- "open netflix"
- "watch topgear on netflix" etc.