Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't I choose the same option twice? #925

Open
G01K opened this issue Dec 30, 2024 · 2 comments
Open

Can't I choose the same option twice? #925

G01K opened this issue Dec 30, 2024 · 2 comments

Comments

@G01K
Copy link

G01K commented Dec 30, 2024

The first section has 2 choices.

For example:

=== firstSection ===
* {conditionFor1st} 1stChoice
    -> 1stRoom
* {conditionFor2nd} 2ndChoice
    -> 2ndRoom
1.	Choose the 1st choice.
2.	Go back to the first section.

Problem: I couldn’t see the same choice (1stChoice) again!

But I want to see all the choices every time I visit the section.
What can I do?

(Note: The condition conditionFor1st is still true.)

@stevencowles
Copy link

You can create a "sticky" choice by using a +, instead of an *.

For example:

=== firstSection ===
+ {conditionFor1st} 1stChoice
-> 1stRoom
+ {conditionFor2st} 2stChoice
-> 2stRoom

@G01K
Copy link
Author

G01K commented Jan 2, 2025

thank youuuuuuuu!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants