Forum Discussion

AmberRegoli's avatar
AmberRegoli
Community Member
4 years ago

Background Music in Rise

Hello, 

I see there is a way to add an audio file in Rise but I was wondering if there was a way to have background music play for the entirety of the lesson. Any help would be appreciated. 

11 Replies

  • Hi Amber.  Don't know if this is still an issue for you, but in case it is, the solution you're looking for here involves exporting the Rise course and then adding some key elements to the content folder:

    Step 1

    Paste a copy of the audio file you want to play in the background into the content folder.  Note the name and file type (in this case, mp3)

    Step 2

    Once the audio file is in, open the index.html file with Notepad (or another code editor).

    Step 3

    Once you're in, locate the opening body tag <body>.  It should precede the opening style tag <style>.  Insert the following lines of code into the space between these two tags, replacing the bracketed pieces with the appropriate information (in my example, it would be "bgmusic.mp3"):

    <audio autoplay="true" src="[name of your audio file].[file type]”>

    </audio>

     

    Hope that helps!

    P.S. There is a way to provide audio controls (i.e., play/pause button) if you would prefer that:

    <audio controls autoplay>

    <source src="[name of your audio file].[file type]" type="audio/mpeg">

    </audio>

    • NickySidhu-4600's avatar
      NickySidhu-4600
      Community Member

      Hi daniel, do you mind starting from the beginning, what do I pushlish to (video, web?) and then guide me through the process?

      I've tried both javascript and this method and neither work for me, if I try and follow the steps above to the web published files, my end product ends up playing a blank screen. In future is it easier to add the music to the powerpoint and then import?

      • SafuwanM's avatar
        SafuwanM
        Community Member

        Hi, Did you get any resolution for this issue?

    • TeresaRoberts's avatar
      TeresaRoberts
      Community Member

      Getting ready to try this soon, Does this code loop the music?

  • KarlMuller's avatar
    KarlMuller
    Community Member

    Some learners are distracted by background music, so please ensure there is a way for learners to turn the music off for the entire course. 

  • PhilFoss's avatar
    PhilFoss
    Community Member

    Agree with Karl. But I'm curious if anyone can suggest how background music helps the learning experience.

    • JulieWestcott-b's avatar
      JulieWestcott-b
      Community Member

      Yes. Google Focus music with alpha binaural beats for working memory. There are lots of studies out there that discuss the benefits.

      • KarlMuller's avatar
        KarlMuller
        Community Member

        Then I'm an outlier, as I cannot tolerate music while taking online courses. I find it extremely distracting. 

  • KarlMuller's avatar
    KarlMuller
    Community Member

    One of the recognized learner styles is auditory learners. However, auditory learners benefit when learning content is presented so that they can listen rather than reading (or a combination of listening and reading). 

    As background music does not fall into the learning content category, I would venture that it is purely a personal preference. Some like it, others don't, and for some it creates a sensory overload that actually impedes learning. 

    • JosephValenti's avatar
      JosephValenti
      Community Member

      And? Comments like this do not help anyone. The question was a technical one, not a philosophical one.

      • KarlMuller's avatar
        KarlMuller
        Community Member

        The technical answer is: no, there is currently no functionality provided within Rise itself to have background music play for the entirety of a Lesson.