rise 360
10418 Topics.ASPX Files Now Download Instead of Launching from SharePoint
Hello all, My organization has recently discovered an issue with .aspx files hosted on SharePoint. We've been using them to launch Storyline and Rise files so they act like web pages (like this). However, we just recently found that after reuploading the file or folder to SharePoint, SharePoint no longer opens the page. If you navigate to the .aspx file, it force-downloads the file. If you use the direct URL, you get a File Not Found error. We suspect this is a SharePoint issue that has to do with the upload process. My IT department has asked me to check here to see if anyone else has experienced this problem, and if so, what the root cause was (e.g., Microsoft update, policy change, etc.)? We're looking at SharePoint because: It happens to multiple people in multiple offices (not a computer issue). It happens with Chrome and Edge. Modifying the URL to add ?web=1 has no effect. Clearing cache and cookies has no effect (not a browser issue). I tested the "old" file to confirm it worked, then downloaded the .zip package from SP. When I reuploaded the exact same package back to SP, the file now force-downloads/is not found (so it's not the files or the Storyline version). I copied a file that's still working and uploaded the copy. The original opens as a web page, the copy doesn't (again, not the files). Thanks in advance for your feedback!2.7KViews1like52CommentsArticulate AI Pricing/Packages
Hi, I recently attended your "Artificial Intelligence and the Future of Learning" webinar. Loved the demo - thanks! Do you have details on pricing and packages? It sounds like there will be some AI usage available for free and more available with a paid option. Wondering if you can share more on what that looks like. Just trying to figure out if/how much we may want to budget for this. Thanks, Jackie1.6KViews0likes26CommentsRISE - Publish to Sharepoint 365/Web
I have managed to publish as web course, however in IE and EDGE browsers clicking the index.html does nothing. I can get the course to open in Chrome however, so it is working just not on those browser. Is this normal? Secondly, the goal is to publish the web course on SharePoint, however this wants to treat the index.html as a .PDF. Has anyone successfully got a course launching in SharePoint 365?1.2KViews1like61CommentsUpload a published SCORM to Rise 360 to edit
I have got a published scorm file from a customer, they dont have access to the rise account it was made on and they need me to edit it for them. How can I upload the scorm file into my rise account so that I canedit it? I have seen some instructions online but I cant find the manage tab element? Import Your Training into Rise In Rise, select the Manage tab and then select Courses. In the upper right, click the Import Course link. On the window that displays, click Upload Course. Select the SCORM package you exported in the previous step and, once the package is finished uploading, click Done. Is this because I am still on my trial at the moment? Any help appreciated.1.2KViews0likes20CommentsHow to format your Rise 360 course for Arabic
UPDATE: EVEN EASIER. DOWNLOAD THE ATTACHED ZIP FILE AND PASTE THE 4 FILES ENCLOSED WITHIN INTO THE "LIB" FOLDER (OVERWRITE OLD FILES) Hey all. Iwork for a college here in Qatar and wanted to share my experience of how to overcome the limitation of right to left (RTL) languages (specifically Arabic) and show you my workaround in the hopes that someone may benefit from it. Unfortunately it does require you to be a bit tech savvy and will not work if your audience is viewing your course directly through Rise 360. In our case, we are using Blackboard Learn and if you export the course before making it available to your audience then this "hack" might work for you. The idea is to fix the problem through code. We can't modify the code directly within rise so this has to be done in between the authoring and publishing phase when we export the course. If you export to LMS, you will most likely get a zip file. Extract the zip file so you can see its contents and modify a file called index.html open up notepad on windows or TextEdit on Mac > File > Open Navigate to the extracted course and go into these folders Your Course Name > scormcontent > index.html Once you open it with the text editor, you will see some scary code. Dont worry, you dont need to understand it, but you do need to observe a few elements. Right at the top of the file (2nd line i guess), you will see: <html lang="en" class=""> Replace this whole line with <html lang="ar" dir="ltr" class=""> Not so hard right? Now just below that line is a code that is <head>, just below it, paste the following: <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script> You are doing well, now the last bit of code. Just below that, paste the following chunk of code. <script type = "text/javascript"> var arabicFix = function(){ $('p,h1,h2,h3,h4,h5,li,ol,ul,strong,a,span,.brand--ui,.lesson-header__top-wrap,.page-header-container,.overview-sidebar__title,.fr-view').attr('dir','rtl').attr('align','right'); $('blocks-tabs__container').children().attr('dir','rtl').attr('align','right'); $('.block-flashcards-slider__progress-text').attr('dir','ltr').attr('align','center'); } setInterval(arabicFix,500); </script> Save to overwrite the default index.html file. Test it out by launching index.html in your browser. To repack the file properly,navigate to the folder where "scormcontent" is, select all the files and zip them using your zip application (I use 7-Zip on windows and Archiver on Mac). Your course is now ready for Arabic including layout of bullets, accordions, tabs, carousels etc. Drop me a line if you need help, id be more than happy to walk you through any stage of the process. Have a lovely day!899Views0likes29CommentsImage Dimensions in Rise
Hello I've just started using Rise and I have some questions. Is there place that tells me the image dimensions (ie: Image and Text, Image size for the accordion, etc.). My client thinks the font is too small in the image description, so I was going to overlay it on the image, but it keeps cutting it off and I'll be here all day trying to figure out the image size.899Views1like91CommentsXLF Version 2.1.
I have subscribed to the Advance version of DeepL as a translating tool. DeepL requires an XLF 2.1. version for translation but Rise 360 only export in version 1.2. Has anyone been able to solve the problem when exporting for translation? Can Articulate update Rise export XLF files for translation to a 2.1. version? ThanksSolved851Views7likes79CommentsArticulate AI.....When?
So I have been reviewing numerous posts in relation to Articulate AI launching. No unless I missed something, I just can not seem to find any 'definite' launch date information. September seems to be the month now being talked about. Do we have any official word on this, any actual date? We have a couple of new projects we are keen to trial with the use of Articulate AI.Solved799Views5likes36CommentsHow to publish a course to SharePoint
Hello everybody, Part of my learning I create a Microlearning course and would like to publish it to SharePoint so our team can access and learn. I selected publish to Web and got a zip file. I extract the zip file and upload the extracted file to SharePoint and then click on Index.html and I got a blank screen. Please help. Thank you, Sonya699Views0likes9Comments