Forum Discussion

EshikaChatto899's avatar
EshikaChatto899
Community Member
2 months ago

Adding your Own asset to an AI generated code

Hi, I am struggling to add my own assets to AI generated code blocks. Has anyone had success with this and could they describe how they achieved this?

2 Replies

  • Hi EshikaChatto899, 

    Can you explain a little bit more about what you're trying to accomplish? For example, are you trying to add your own images to a particular block that you've created?

    Mike

  • destery1kenobi's avatar
    destery1kenobi
    Community Member

    I have found some success in uploading content as an image grid, then grabbing the image location link, and adding it to the URL in the code. Since Articulate has not allowed us to hide lessons in rise yet, 

    , I set up another course and host my images there. Now, I am putting everything (HTML, CSS, Javascript) into one HTML of code in the code block, I am not uploading a zipped file. So far this has worked for the testing I am doing. This process is in a few discussions, so I am not inventing anything, but my steps are below. 

    1. Set up an image block

     

     

    2. Upload the image, then right click and copy the URL location.

     

     

    3. Paste the link into your code.

     

     

     

     

    Test, repeat, and vibe away 😀.

    D