ASQ-USI / question-editor-asq

Question editor for ASQ
1 stars 0 forks source link

Things you have to deal with #9

Open triglian opened 8 years ago

triglian commented 8 years ago
  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