1. 15 Jul, 2015 2 commits
    • Address review comments. · 2bde5538
      Matjaz Gregoric committed
    • Implement tooltips/clarifications. · 6189ac38
      The idea is based on capa <clarification> nodes: https://github.com/edx/edx-platform/pull/6679
      
      I decided to go with <span class="pb-clarification> instead of a custom <clarification>
      node because supporting clarifications inside the html child block was a requirement,
      but the html block is defined inside edx-platform and we aren't able to preprocess the contents
      of the html block from within problem-builder.
      Even if we were able to get a patch for html block to support <clarification> elements upstream,
      I wouldn't feel very comfortable with that idea since the html block is supposed to contain
      plain html and making it recognize and preprocess custom elements wouldn't feel right.
      
      The best way to implement this would probably be custom DOM elements (document.registerElement),
      but browser support is not there yet and there are no reliable polyfills.
      Matjaz Gregoric committed
  2. 13 Jul, 2015 1 commit
  3. 07 Jul, 2015 2 commits
  4. 23 Jun, 2015 2 commits
  5. 22 Jun, 2015 1 commit
  6. 19 Jun, 2015 13 commits
  7. 18 Jun, 2015 2 commits
  8. 12 Jun, 2015 1 commit
  9. 22 May, 2015 5 commits
  10. 21 May, 2015 2 commits
  11. 20 May, 2015 2 commits
  12. 19 May, 2015 2 commits
  13. 18 May, 2015 1 commit
  14. 13 May, 2015 1 commit
  15. 12 May, 2015 2 commits
  16. 11 May, 2015 1 commit