1. 21 Feb, 2014 2 commits
    • Merge pull request #2618 from edx/valera/fix_multiple_choice_video · 29857036
      Fix bug multiple choice with video. BLD-788.
      Valera Rozuvan committed
    • Fix bug multiple choice with video. BLD-788. · 1107aa2b
      The Video element contains an input with type file. When the
      Check button was clicked for the multiple choice problem, the
      code was acting in different ways when there as a Video on the
      page and when there wasn't. This is because in the check_fd()
      method there was a selector that was looking for inputs of type
      file on the whole page instead of just in the current problem.
      When there was a Video pn the page, the page-wide selector
      returned the Video's file input, and the check_fd() method
      went on believing that the multiple choice has a file input.
      
      The correct way is to look for file inputs only in the current
      element.
      
      Added a Jasmine JavaScript unit test.
      
      BLD-788.
      Valera Rozuvan committed
  2. 20 Feb, 2014 19 commits
  3. 19 Feb, 2014 19 commits