I'm trying to create a very simple SCORM course, but if I exit before the last page it still say that I have completed the course. Why is that?
Source files for the simple course I'm building
The
SCORM ENGINE Debug Log
I'm grateful for any help I get.
Ah, I needed to use set a cmi.core.lesson_status.
Now it works just fine!
Related
I am trying to build and compile an ASP.Net solution. The solution is new. Here is how I create it:
For this demonstration I avoid creating anything post-creating the project,
And here are the errors that I am getting:
All errors above, lead to the following place:
Any direction would be greatly appreciated!
Thanks!
Ok, assuming you looking to create a asp.net webforms app?
Your screen caps look ok, and it not clear why your resulting application has errors, or build issues.
I would try to create another project, different name. See if that works.
Better, try tapping windows key, type in 2022, and then right click and try run as administrator, and see if that helps. (the default source folder might for some reason require elevated rights to work).
And if above does not work?
then I would try a repair, or even re-install of VS. Perhaps the templates are messed up.
Following your exact steps, my vs2022 created asp.net web applcation without issues.
best guess:
Your VS install is messed up, re-install, or repair.
tools->get tools and features.
Then: close the modifying window, and you should see this:
Try a repair.
Thanks Albert and everyone attempting to help!
What I did that solved the issue is to click the errors, and I was redirected to the following document:
Here, I deleted every tag that was highlighted in any of the errors, more specifically, things related to Video Builder Cloud Services (VBCS), and off I go :)
I am using a module called TimeIsTime (https://www.azerothcore.org/catalogue-details.html?id=342405971) to accelerate the day/night cycle in game.
So far, I made some changes on it for my own usage, but each time I had to recompile my worldserver to get the changes recorded, is there a faster way ?
I saw someone use the reload [modulename] command in the worldserver prompt to refresh it at runtime, but I didn't managed to get the same result.
I had no luck trying to find the information on the Wiki page.
Any solution ?
Thanks
Any changes to the source code of a C++ module require a full re-run of cmake and a clean build. There is no way to bypass this that i am aware of.
As an alternative the Eluna engine allows the execution of Lua code which can be changed and loaded at runtime.
Hi Everyone,
Currently i'm having trouble to solve an issue which caused Crystal Reports hang when loading process. Below are the scenario:
1. Basically, i've built an windows service to export Crystal report to PDF simultaneously
2. But some times when the service export the reports until certain limit, the service will suddenly Hang, meaning Crystal Report suddenly stuck in the middle of ReportDocument.Load() function, which caused i need to restart the service in order to let the service be able to load the report again.
I believed that i've put all the necessary codes to release/free memory resources which attached to the report object when the report is exported, such as:
1. reportDocument.Close();
reportDocument.Dispose();
GC.Collect();
But still, the issue has not been solved yet. I've did a lot of research and found that actually this problem is somehow related to the PrintJobLimit configuration, but before i change the configuration, i would like to know:
Is there any way except than increasing the print job limit can solve this issue ?
If increasing the print job limit is the only option, can anyone explain to me how does the print job limit works ? Is one page of report considered as 1 print job ? If that's the case, then why i can still be able to export a report that contains 100 more pages without any issue while my print job limit is 75?
Any advice from you will be very appreciated. Thanks.
If anyone faced the issue i mentioned above, can refer to below links, i've asked the SAP people, and i think they have a good answer about this.
https://answers.sap.com/questions/702435/crystal-report-hang-when-load-report.html
I have to extract web data every day,to automate it I am using selenium recording script if i run recording script it will automatically download data based on my recording.Now i want alternative to do this task which has to do changes the dates and a few other changes in the website, then clicks the download button.
Thanks in advance.
#raju your question is very generic.Please make it more precise next time.
As per my understanding search for parameterization in selenium ide should help you. These are very basic case. Try with this at least something. Still you face some issue post the query with complete error log. We will be more than happy to help you.
i am working in Selennium Webdriver2 with IE specific application. i know we can take the screenshots of the execution. similarly, Is there any option to record selenium execution as a video?
There is nothing in WebDriver.
Sauce uses http://www.ffmpeg.org/ to record video's. There are other options like https://code.google.com/p/java-remote-control/.
Generally the answer is that if you want to do it, you are going to have to implement it yourself.
This API helped me in solving the above problem, this is for your reference guys,
Selenium provides us with the feature to run the automation code/suite and record the output as a video and save it on your system. This video can then be shared with anyone who can see what the automation is doing. First of all, to enable video recording, we need to download some important jars. They are freely available to download from Google. Below are the jars to be downloaded. These are the latest version available, any other version can also be downloaded:
ATUReporter_Selenium_testNG_5.1.1 and ATUTestRecorder_2.1
Complete code can be found here:
https://mytechdevice.com/how-to-record-video-of-automation-output-in-selenium/