advice
5 TopicsCost Estimate
Hi everyone, My company recently developed a children's app using .NET MAUI. It was a slow and expensive process. Plans for an new app are in the works, and the goal is to build a hybrid app this time, leveraging the company's Articulate 360 subscription. As part of a proof of concept exercise, a developer recently used Articulate 360 and Java to recreate several games that were featured in the original, native app. They were exported in a SCORM format and the games actually functioned better than their native counterparts. They also took FAR less time and money to complete. I'm trying to estimate the cost of developing the new hybrid app, and I need someone who has both a developer background and Articulate 360 knowledge. I'm on the content creation end, and this is not my area of expertise. I realize I may be casting a line in the wrong place, but if anyone out there could offer advice, including a better place to search for answers, I'd really appreciate it. Thank you!13Views0likes0CommentsTranslating a course into Farsi
Hi Everyone. I am still pretty new to Articulate and brand new to the world of translating an e-learning. I apologise in advance if I am on the wrong forum as I am not subscribed to Articulate Localisation so my question is not about that service but translation in general. I have spent the whole day researching the best way to translate my small eLearning from English to Farsi, using copilot and ChatGPT as advisors. Various tools like Smartcat, Crowdin, Localise were recommended but the pricing plan felt high for me given I am just starting out and the NGO i am developing my first e-learning for also doesn't have a lot of money to pay out each month. In short, given I already had the content translated into Farsi in a word document, I decided to manually upload the Farsi version into Rise and then align/format the text. For those elements that I was unable to align within Rise (a handful of headings and MCQs), I decided to export a XLIFF copy and using Poedit make the necessary edits/format changes. I then successfully managed to import the updated version of the XLIFF file which I was happy about as I read it can be problematic. However for the headings I was struggling to align/format - instead of correcting them to a RTL alignment it changed the headings to the original heading with the tags as text instead of interpreting them. Regarding the RTL formatting of MCQs ChatGPT said this was not possible as the formatting was baked in within Rise. When I reported back to ChatGPT about my issue with the headings and asked if I used more powerful translation tools like Localazy would I have the same issue, ChatGPT implied yes. I appreciate ChatGPT doesn't know everything. My conclusion at the end of todays research is the best thing is to continue to manually enter my translated material and make the alignment changes I can do within Rise and just accept some things wont be aligned perfectly and thats ok. However before I make this compromise (as I know I might get frustrated with this compromise as the 'test' lesson happened to be relatively simply formatted whereas other lessons have bullets, timelines, image and text blocks, etc.. which might throw up more challenges) I thought I'd seek any advice from this forum of experts. If anyone has any advice, similar experience and solutions (hopefully) or just confirmation that I need to accept this compromise I'd much appreciate it. Many thanks in advance for time and expertise. Kind regards Katheirne33Views0likes0CommentsButton Listener to move a character
Hello everyone I've dealing with a problem, I started a project, it is supposed to be an Escape Room, and most of the things I need for it are already available on Storyline. But I've been stuck on the movement of the character, it is a simple 2D movement, right and left, inside the room. The problem is: I already got it to move on a click, but it is just on that click, I want it to move as long as I keep the button pressed. This is the last JavaScript I tried to make it move: const button = object('5yfHufFxicy'); function moveWhilePressed() { button[i].addEventListener("mousedown",() =>{ const player = GetPlayer(); player.GetVar("MousePressed"); const currentX = player.GetVar("MoveX"); player.SetVar("MoveX", currentX +1); setTimeout(moveWhilePressed, 100); const objects = [ object('6EPGwyDzEfX'), ]; const positions = objects.map(obj => ({ x: obj.x})); objects.forEach((obj, i) => { obj.x = positions[i].x+currentX; }); }); } moveWhilePressed(); Not sure if I'm wrong on the EventListener, before I added it, the character moved, but the moment I clicked, it kept moving without the button pressed. I tried using Variables, but the result was the same, the character kept moving.Solved201Views1like4CommentsLocalization - Videos, Assets, Audio+
To set the stage, I created a Storyline course in English and localized it into Spanish. In this course, I have 4 external video files and an external podcast audio. The first video file I remade in Vyond in Spanish and when I uploaded it the Spanish version of the SL course, it replaced it in the original source (EN) file. How can I prevent this from happening? I imagine I will have the same issues with the other 3 video files as well. Additionally, I added an icon and a text box to the Spanish only version of the course and it carried back to the original source (EN) file. How can I prevent this from happening? I have a podcast audio file (external .wav) with 2 voices as part of this same course. Are there any tools you can recommend to have this localized into Spanish? Last, and a little bit of a different topic... The options for Mexican and Spain (formal/informal) Spanish are not appropriate for most US cities across the country. Can we add a request for Latin American Spanish to be added to the roadmap, as a priority?104Views0likes1CommentAssistance Needed: Enabling Easy Copy & Paste for ChatGPT-Generated Vision Statements in Storyline
I created a slide using a ChatGPT-generated response where users input their name, role, goals, and future position. After clicking "Submit," ChatGPT generates a personalized Vision Statement for them. I want users to be able to copy this Vision Statement easily and paste it into a Word document. Is this possible? If so, can someone guide me on how to set this up using JavaScript?Solved104Views0likes2Comments