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

Things you have to deal with #9

Open
triglian opened this issue Mar 21, 2016 · 0 comments
Open

Things you have to deal with #9

triglian opened this issue Mar 21, 2016 · 0 comments

Comments

@triglian
Copy link
Member

triglian commented Mar 21, 2016

  1. 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>
  2. There are question type elements and simple ASQ elements

  3. STYLING

  4. copy and paste an existing question to modify

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

1 participant