We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.)
The text was updated successfully, but these errors were encountered:
You can create a "sticky" choice by using a +, instead of an *.
+
*
=== firstSection === + {conditionFor1st} 1stChoice -> 1stRoom + {conditionFor2st} 2stChoice -> 2stRoom
Sorry, something went wrong.
thank youuuuuuuu!
No branches or pull requests
The first section has 2 choices.
For example:
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.)
The text was updated successfully, but these errors were encountered: