The official community for Adobe Learning Manager (ALM).
Recently active
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!
I am just starting to learn on the PowerUp platform and I keep getting the prompt "Adobe Learning Manager is undergoing a scheduled maintenance. We will be back soon" It is my first time using the platform so, I want to be sure it is no fault from my end. Any help will be greatly appreciated,
I would like to market your software on my website if you have an affiliate program
Hola. Adobe no actualiza mi pago domiciliado y me ha cancelado la cuenta.Lo he actualizado varias veces correctamente y no me ha funcionado.Alguie sabe como solucionarlo porfavor?
Greetings! What is your experience with using Kahoot in ALM? Once we connect the API, how do the reports and obtaining of quiz scores fare? We already have Adobe Connect, but we want to use Kahoot for the quizzes and hopefully get more analysis from the tests/quizzes that we send out. Any and every opinion/insight is valued on my end. Thank you in advance!
Dear members,I'm writing here because don't know where else I can find help & solutionTo get Adobe's Certification, Adobe forwards us to Certiport where we should purchase an exam voucher and try to pass the exam.I have a problem Certiport's system has a bug and I didn’t have the apportunity to see my tasks and complete them (I mean the 2d practice part). And as a result of a technical bug my exam status is "Fail"I’d also like to inform you that this experience is awful - Certiport's support doesn’t work, proctors think that Armenia and Romania it’s the same country, and the FAQ section is unhelpful!I don’t want to spend a lot of money every time to try to pass the exam because of team and system work awfulThe regional partner doesn't work, number & email tooI have sent a text to all emails that I found - no answer and some of them don't work (error from email, but it was on the official web page)Your message to Certiport@pwctraining.com couldn't be delivered. Certipo
Is it possible to expose the assets(eg. Pdf/Assets) to some external application(Non Adobe) in a secured manner using Dynamic Media, the Dynamic Media URLs are available publicly on cloud. Is there any option/configuration available with DM to secure the assets to not make it publicly available and only share the assets for an authenticated flow or for a dedicated client.Also has someone used the below feature and confirm if this could be helpful in any way:https://experienceleague.adobe.com/docs/experience-manager-learn/assets/dynamic-media/tutorials/adding-test-image-server-details-in-dynamic-media-for-secure-preview.html?lang=en
I was directed here by Adobe Support as the agent said they do not support Learning Manager anymore. One of our admins left and his successor is unable to log in. I still have an account on adobe to pay the invoices but can anyone point me in the right direction to reset ownership responsibilities and admin rights?I am grateful for any assistancePaul
ERROR* [qtp1296634608-4758] org.apache.felix.metatype Missing element AD in element OCD : bundle://1381e915-2900-42c5-9295-191d294b99a5_424.0:0/OSGI-INF/metatype/com.adobe.social.integrations.livefyre.config.impl.LivefyreConfigProviderImpl.xml 02.03.2023 23:04:21.001 *ERROR* [qtp1296634608-4758] org.apache.felix.metatype Missing element AD in element OCD : bundle://1381e915-2900-42c5-9295-191d294b99a5_448.0:0/OSGI-INF/metatype/com.adobe.cq.social.sync.impl.SyncManagerImpl.xml
Customers interested in purchasing and integrating enterprise training provided by Adobe from within the content Marketplace can follow the steps below: Administrator The Administrator purchases the license and activates the key for the learner’s access to enterprise training. Steps to be taken: The user selects their content based on the offerings, unlimited access and curated playlist. There are 70,000+ courses available under the unlimited access offering. The curated playlist contains 33 playlists. Each playlist has 20 courses. A user must purchase at least one playlist i.e., 20 courses and the minimum number of users must be 100. Irrespective of the type of purchase customer is opting for, the account admin should download the “Purchase Request Form” from Admin portal>Content Marketplace>Enterprise training>by hitting “purchase” as in the screenshot below: Enter the num
Adobe Learning Manager native portal will support Non logged in way of accessing the training site. This feature as an ability to allow ALM Admins to create a learning portal that can be browsed by general public without requiring to login. Prerequisite for the non-logged in homepage is Training Data access connector to be enabled: Training Data access connector Use the Training Data Access connector to export training metadata to Adobe Learning Manager based non-logged-in interface and regularly synchronize training information. This enables the interface to render correct information to learners and realize a seamless training search. Training Data access connector must be enabled in your Adobe Learning Manager account. This specific functionality is available only if Adobe Learning Manager is sold as an Add on to Adobe Experience Manager. In case you only wish to use this feature within the Native portal, you can contact the Adobe Learning Manager support team(learningmanagersupp
I am currently enrolled in the Adobe Captivate certificaiton course and cannot find the exercise files anywhere on the site. There is a short video under one module that attempts to explain where they are but the course shown is an earlier version and all I can do is view videos on the site. There are no tabs or links for exercises on the main site or under modules. How can I access these exercise files to complete the certificaiton course?
Dear Adobe Learning Manager Sorry to post here, it's seem your LMS is not what we expect and would like to explore how you serve customer need e,g allow purchasing the extra features (now understanding we have to use current features what LMS provided us even some features is really require and need improvement) From our use for 1 year : we have many unexpected issues noted (some of Issues have received great support from Adobe LMS customer person , some of issues we have never received accurate investigation) Please advise LMS policy Thank you
Happy Tuesday! A few authors and admins on my team have noticed that there is no way for a learner to return and provide L1 feedback on the course after closing the initial pop-up. Is this the intended practice?We have experienced an issue in which a learner might close the pop-up for feedback and attempt to return later via the email notification. However, that simply takes them to the course and there is no option to provide feedback. We are also seeing issues in which the learner received notification to provide feedback, but the course or learning program does not give the the option to or the pop-up fails to appear. We confirmed that everything is setup properly with L1 enabled, email templates enabled, and set to remind on course completion. The only consistant way to capture L1 feedback so far has been to prompt at completion with no email notification and hope they complete it and not close it. Any insight would be appreciated!
Olá, desde ontem meus aplicativos Adobe só são acessados na versão avaliação de 7 dias.O que aconteceu?Meu plano vai expirar? Tenho que renová-lo? O plano parece ativo no Creative Cloud.Aguardo um retorno, por favor.
Hi adobe community, I am looking for a way to connect to people that would like personalised Photoshop and/or Lightroom tuition. Apologies if this is the incorrect place to reachout. AS with most freelancers Im great at what I do and get fantastic feedback however I'm terrible in doing any self promotion! www.photoshoptutor.com.au
Hi, i need to un-enroll learners permanently from a course and re-enroll them to another instance on the same course.
I noticed a new column when pulling a recent transcript, Completion Source. What triggers this to be added to some lines and not others? Is this also a sign of impersonation?
Dear All,Is there a resource person from Adobe India who can help us with workfront orienation at organizational level? We are working from India in a US based organization. We need a quick resolve to our queries as going through tutorials takes a lot of back & forth. It would be helpful if you could connect us with the right person or share customer care contact details for India. Thanks much!
[ERROR] Unresolveable build extension: Plugin org.apache.jackrabbit:filevault-package-maven-plugin:1.1.6 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.jackrabbit:filevault-package-maven-plugin:jar:1.1.6 -> org.apache.maven:maven-core:jar:3.3.9 -> org.apache.maven:maven-model:jar:3.3.9 -> org.codehaus.plexus:plexus-utils:jar:3.0.22 @[ERROR] Unknown packaging: content-package @ line 34, column 16
Everytime I try to do level 2 management videos it tells me I have no internet connection but allows me on other videos so I'm not sure why it keeps doing this or how to fix it
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.