새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
The official community for Adobe Learning Manager (ALM).
최근 활동
I have completed my course m?odule on coursera and uploaded the certificate.How to get my final project
i need help my iphone se 3 g is being hacked
Hello everyone I did all my learning lesson "incident investigation" but there is not a complete statut. What should I do ? Best Regards
Hi, group! I am new here, and am active over in the Captivate group as I navigate the All New Captivate. I am building a course that I plan to sell in the autumn (if Cp 12 will function well enough... 😉 ) I want to know about hosting on Adobe's LMS, but I filled in a request-for-demo form many weeks ago and have not heard back. Is this typical of the customer service? Does anyone have an email address where I can reach a human? I am selling my course to large organizations so I need something reliable, with good customer service, and also secure. If anyone can help, I woudl be very appreciative. Thank you so much! Lisa
I have a website. I check it on GT Matrix and performance of my website is very low. I want to increase my website performance and website health. I think it is WordPress issue. Can anyone guide me how to optimize my website. Appliances repair in Dubai
Dear Sir, can you give me one information please. Is company Easy Magnetix under your cover? Did Adobe buy this company? I ask this because they just started new business in Bosnia and they say that they are under Adobe since 2020 year. That is cloud marketing company, and I am affraid that this is fake MLM company... thank you so much for answer kind regards,E.
Does anybody have a good mechanism how to create a course (or other setup) whereby the learner can choose between joining the (V)ILT training OR the recorded session of this Training?If then the learner choose the (V)ILT, then the recorded video doesn't need to be watched.If the learner didn't join the (V)ILT, then the recording must be watched.We've looked at using the Testout mechanism: As Testout shows up in a different Tab for the Learner, the learner won't see the content. The Tab is really not obvious in the GUI. It should show it in the main course module list as "Optional".We also looked at the "Mandatoty Modules" option, but because this only select the total amount of modules you have to do, not the specific modules, when uploading more than 2 modules in this course, its not for sure that the (V)ILT OR Recording is chosen. The only option we can find is to make the recording of the (V)ILT training available as Activity Module URL, linking to an external video platfo
What is the purpose of integrating Third Party application to Adobe learning manager. What is achieved by doing so?Can we integrate another learning platform into Adobe Learning Manager?
Hi, I've created a training in CPT Classic (2019) with a structured TOC. The slides are distributed over different folders. That is exactly what I want: The folders give a structure, and the slide entries allow for easy navigation.However, when transferring this to the ALMS, the TOC structure seems to get lost: It is reduced to just one level. - When keeping the folders in the CPT, the folders are displayed in the ALMS, but can neither be opened nor can the users navigate with them. The slide TOC entries are not shown at all. - When deleting the folders from the CPT, the slide TOC entries are shown in the ALMS and allow for navigation. However, they are not structured and thus look somewhat chaotic. => What do I have to do for presenting my clients professional TOCs in trainings via ALMS?Thanks!
Hello,I'm creating a proof of concept for a customer in adobe learning manager. As a learner I enrolled myself in a bunch of courses and now I need to clean up the My Learning List. I only want to display the courses from my customer's product. How do I do this? I don't see a way for the Learner to unenroll, neither from the Administrator perspective. If it helps, the learner self enrolled in courses from the catalog. Thanks!
Hi Team,We want to implement some logic like below scenerio.Suppose X-Company is our patners and A-learner( from x-company) is learner who joiner from registration link of X-company. The expiry date of X-company is set for 45 days .Now we want the A-learner can only access the ALM for 15 days after that A-learner will auto inactive and not able to use the ALM where X-Company can use this for 45 days.Please help me for the above .Thanks in Advance!
I have contacted two agents & they both told me that the captivate prime team would be in touch. Unfortunately, I still haven't received any call from anyone.The slow response is really damaging the business & I need to know who I can contact to get some of the issues resolved.Thanks!
eBook-Reader verlangt nach Adobe-ID zur Freischaltung von (z.B.) Büchern. Wie erzeugen?
on quiz question time out , the slide goes to content & with no playbar access the learner would need to relisten the enire course
Quiero ver el video de la unidad 6 del módulo 1 y me dice que la fecha o la hora no se han configurado correctamente
Hello Support team,My Adobe Certified Expert-Adobe Commerce Developer is going to be expired on June 30, 2023. So I went to "Renew your certification" page and cleared the 3 required courses on 7th March 2023 itself, got the confirmation email as well.But today, it's already 14th March and I still don't see the expiry date got extended. I can see the required 3 courses completed in history too. I even tried sending email to certif@adobe.com last week itself, but still haven't got any reply.Can anyone please help me if I am missing any steps or being mistaken?Thanks in advance.Regards,Priyank Modi
I am looking for a live person to teach/tutor me Creative Cloud in Houston or online. I have some experience, but need help. Thank you.
For many other Adobe products we can go to Feature Request/Bug Report Form and add to the wish list. However, I don't see Captivate Prime listed on that site. So where do we submit a suggestion for an new feature?
I purchased a third-party subscription to Captivate Prime several years ago. I continiue to pay my monthly fee. However, when I sign in and attempt to access the program through adobe.com, I am asked to start a free trial and register as a new user.Where can I log in to Captivate Prime and integrate the rest of my Adobe Suite and Creative Cloud?Thanks!Jeffjsb@plannedbrokerage.com
Hello,I'm having trouble getting the expected output from a piece of code I'm working with. I'm trying to solve a question from an online resource for manual testing interview questions for jobs.The code I'm using is:def manual_test(a,b):return a + bprint(manual_test(1,2))The output I'm getting is 3, however, I'm expecting it to be 5. I'm not sure why the output isn't what I'm expecting it to be. Any help would be greatly appreciated.Thanks
I'm having trouble with a code I'm writing to find the longest increasing subsequence in an array. I've been following a tutorial from this resource, but my code won't run. I'm getting an error message saying "IndexError: list index out of range", and I'm not sure why. Here's the code I'm trying to use:def LIS(arr): n = len(arr) # Declare the list (array) for LIS and initialize LIS # values for all indexes lis = [1]*n # Compute optimized LIS values in bottom up manner for i in range (1 , n): for j in range(0 , i): if arr[i] > arr[j] and lis[i]< lis[j] + 1 : lis[i] = lis[j]+1 # Initialize maximum to 0 to get the maximum of all # LIS maximum = 0 # Pick maximum of all LIS values for i in range(n): maximum = max(maximum , lis[i]) return maximum # Driver program to test above function arr = [10, 22, 9, 33, 21, 50, 41, 60] print("Length of lis is", LIS(arr))Any help to figure out what's causing this error would be greatly appreciated. Thanks!
Hello,I'm having an issue with the code from the blog post online about finding the longest common substring. I'm trying to get this code to work, but I'm running into an error.Here's the code I'm using:def longestCommonSubstring(str1, str2): n1 = len(str1) n2 = len(str2) table = [[0 for _ in range(n2+1)] for _ in range(n1+1)] ans = 0 for i in range(1, n1 + 1): for j in range(1, n2 + 1): if (str1[i-1] == str2[j-1]): table[i][j] = table[i-1][j-1] + 1 if (table[i][j] > ans): ans = table[i][j] else: table[i][j] = 0 return ans str1 = "ABCDGH" str2 = "ACDGHR" print(longestCommonSubstring(str1, str2))When I run the code, I get the following error:IndexError: string index out of rangeAny help would be appreciated. Thank you!
How to delete instances? Multiple instances were created for a course by mistake, and we only see the option to "Retire" but not "Delete" them. Any advice or workaround is appreciated.
Not able to edit or delete Training data access connector
Hello Team, we are personalizing email templates for some training in Adobe Learning Manager. I don't see any way to changing the font size, bold, underline etc. How can I do this. Right now, somehow, one of my notifications has a mix of font sizes and it looks awful to the end user. Thank you!
이미 계정이 있으신가요? 로그인
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
죄송합니다, 다운로드하려는 파일의 안전성을 확인하고 있습니다. 몇 분 뒤에 다시 시도해 주세요.
죄송합니다, 바이러스 스캐너가 이 파일이 안전하지 않다고 감지했습니다.