Rise 360
10087 TopicsArticulate 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.3KViews0likes26Comments.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!1.3KViews0likes47CommentsArticulate 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.Solved777Views5likes36CommentsRISE - 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?599Views1like59CommentsXLF 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? ThanksSolved506Views5likes67CommentsUpload 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.499Views0likes20CommentsLearning Journal In Rise
UPDATE JUNE 2020: Firstly, Articulate recently implemented a small update to Rise. As a result, all new exports from Rise will need to include the most recent version of LearningJournal.js which is found at the usual link. Secondly, at any time Articulate could update their code and bring a breaking change to the Learning Journal. Over a year ago, I shared this functionality freely with the community and the code comes with no warranty or support either implied or expressed. If at any time youwant orneed to remove the Learning Journal from your modules, simple remove any STATEMENT-NOTE entries that refer to the Learning Journal. * * * * I built a cool Learning Journal feature for Rise that has been very well-received. I thought I'd share it in case anyone wanted to a. use it or b. improve on it. The Learning Journal allows the learner to enter text responses to journal prompts throughout a Rise course. At the end of the course, the learner can print their learning journal of all their responses. The responses are saved to the browser so that they persist on future visits to the Rise course. EDIT May 2019: At the request of a member of the forum, I created a HOW-TO video below that shows each step of the HOW-TO document in action. Example Rise Course http://amelangrise.s3.amazonaws.com/learningjournal/index.html HOW-TO Document https://github.com/mikeamelang/learning-journal/raw/master/Learning%20Journal%20HOW-TO.docx HOW-TO Video https://360.articulate.com/review/content/33873893-2ea1-46d9-9415-3efca951d74c/review Learningjournal.js file (right-click and save) http://raw.githubusercontent.com/mikeamelang/learning-journal/master/Learningjournal.js Learningjournal.css file (right-click and save) http://raw.githubusercontent.com/mikeamelang/learning-journal/master/Learningjournal.css Project github site https://github.com/mikeamelang/learning-journal I would love any feedback and help to improve the functionality and code. Mike Amelang418Views2likes301CommentsImage 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.400Views1like91CommentsHow 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!399Views0likes29Comments