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

Add jQuery Terminal forms to the langauge #67

Open
jcubic opened this issue Jun 5, 2022 · 1 comment
Open

Add jQuery Terminal forms to the langauge #67

jcubic opened this issue Jun 5, 2022 · 1 comment
Labels
enhancement New feature or request language

Comments

@jcubic
Copy link
Owner

jcubic commented Jun 5, 2022

I was searching for a simple game for a tutorial and a quiz (Star Wars trivia) came into my mind. But to make it work you will need to have some kind of NLP for the answers. It would be much easier to have forms radio buttons and checkboxes for the quiz.

@jcubic jcubic added enhancement New feature or request language labels Jun 5, 2022
@jcubic
Copy link
Owner Author

jcubic commented Jun 5, 2022

Those can be commands:

let result = checkbox {"name 1" => 1, "name 2" => 2}
let result = radio {"name 1" => 1, "name 2" => 2}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language
Projects
None yet
Development

No branches or pull requests

1 participant