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
injecting asq-exercise if the user forgets. This makes things harder because the HTML of your stage will look like this:
<paper-material> <wrapper-el> <asq-exercise> <wrapper-el> <asq-text-input-q> </asq-text-input-q> </wrapper-el> <wrapper-el> <asq-multi-choice-q> </asq-multi-choice-q> </wrapper-el> </asq-exercise> </wrapper-el> </paper-material>
There are question type elements and simple ASQ elements
STYLING
copy and paste an existing question to modify
The text was updated successfully, but these errors were encountered:
No branches or pull requests
injecting asq-exercise if the user forgets. This makes things harder because the HTML of your stage will look like this:
There are question type elements and simple ASQ elements
STYLING
copy and paste an existing question to modify
The text was updated successfully, but these errors were encountered: