RunestoneInteractive / RunestoneComponents

Packaging of the Runestone tools for publishing educational materials using github pages
http://runestoneinteractive.org
Other
101 stars 225 forks source link

cannot create audio tour #1043

Closed lseiter closed 4 years ago

lseiter commented 4 years ago

Audio files do not play when creating an audio tour. The component code in https://github.com/RunestoneInteractive/RunestoneComponents/blob/master/runestone/activecode/js/audiotour.js expects audio files to be stored in media.interactivepython.org rather than the directory static/audio (commented out code). I do not have access to store files on media.interactivepython.org

My sample code:

.. activecode:: testaudio :language: java :tour_1: "Overall Tour"; 1: test_1a; 2: test_1b;

Testing audio tour


   public class TestAudio
   {
      public static void main(String[] args)
      {
         System.out.println("Hello");
         System.out.println("Welcome to Java");
      }
   }

   ====
bnmnetp commented 4 years ago

Fixed in #1035

bnmnetp commented 4 years ago

Fixed in release 5.0.13