Git Product home page Git Product logo

Comments (58)

iEatNoodlez avatar iEatNoodlez commented on September 17, 2024 2

@Diablito Feel free to use Discord or email
Email [email protected]

from scripts.

dashboardabc avatar dashboardabc commented on September 17, 2024 2

idk bout all that but after testing a bunch i found this code and this works for me instantly for lessons. and a lot simpler.
Just load up lesson as usual open console f12, just paste

SetLesson_Status("completed");

and exit. works instantly.
For the tests i just follow noodlez method

finished the whole thing in like 20 min

BTW before you exit the first popup(navigation page) after inputing the code, let the page refresh itself to let it work

from scripts.

Diablito avatar Diablito commented on September 17, 2024 1

iEatNoodlez code is saying "'sco' is undefined" and how exactly do you target the frameset?

from scripts.

Diablito avatar Diablito commented on September 17, 2024 1

@iEatNoodlez i found the select element but where is the frame set? its not showing up with CTRL+F, also it still say SCO is undefined

from scripts.

Diablito avatar Diablito commented on September 17, 2024 1

@iEatNoodlez ill give it another go, and what exactly do you do is the SCO is undefined? and is there anywhere else i can contact you?

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024 1

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024 1

dont worry about clicking over to jps just f12 it and paste-> play button

from scripts.

iEatNoodlez avatar iEatNoodlez commented on September 17, 2024

http://www.noodlez.org/paste/paste.php?id=3

Updated for you. Enjoy

from scripts.

iEatNoodlez avatar iEatNoodlez commented on September 17, 2024

@Diablito you need to look at the top left of the console.

from scripts.

iEatNoodlez avatar iEatNoodlez commented on September 17, 2024

@Diablito Sorry for the late reply. Below you will find out what I'm talking about.

example

from scripts.

Diablito avatar Diablito commented on September 17, 2024

@iEatNoodlez just sent the request on discord, i appreciate it.

from scripts.

rcbdakota avatar rcbdakota commented on September 17, 2024

Noodlez test method isn't working for me. it says 'SCORMAP' is unidentified

from scripts.

dashboardabc avatar dashboardabc commented on September 17, 2024

whats not working? for the test? his method for the test works but for everything else use the input i put up

from scripts.

rcbdakota avatar rcbdakota commented on September 17, 2024

from scripts.

klawls avatar klawls commented on September 17, 2024

Can somebody please tell me how to get to the navigation page and then open document 11 in console?

from scripts.

dashboardabc avatar dashboardabc commented on September 17, 2024

Can somebody please tell me how to get to the navigation page and then open document 11 in console?

The navigation page is the first window that pops up when you click to start a new lesson(the page you have to click on a second time for the actual lesson window to pop up). When i tried using that method i had no luck. try my way its a lot easier and faster imo.

from scripts.

GregAllen95 avatar GregAllen95 commented on September 17, 2024

Do these still work? I'm using IE11 and when I go to console there is no textbox to enject code.

from scripts.

lToris avatar lToris commented on September 17, 2024

Isnt working anymore in the test portion the system doesnt let you press F12 or do a right click

from scripts.

GregAllen95 avatar GregAllen95 commented on September 17, 2024

@itoris I just used the scripts two weeks ago and they worked. When the test window pops up you have to immediately right click it and hit "Inspect Element" and that will bring up the console. If you take too long you won't be able too.

from scripts.

lToris avatar lToris commented on September 17, 2024

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

To the people having the scorm issues, TAKE OFF COMPATIBILITY VIEW. then you can select the correct target and input noodlez. (also you may have to click from 7 to 11, top right of console) youll have to call the helpdesk for them to verify the passing score but its still faster than trial and error.-bard verified working 12-30-18

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

SetLesson_Status("completed");

add top.close(); to the end i.e------ SetLesson_Status("completed");top.close(); ------------extra step towards true laziness

from scripts.

therikoxide avatar therikoxide commented on September 17, 2024

I think they killed the Noodlez code. Returns "Expected ';' " when it is entered.

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

from scripts.

therikoxide avatar therikoxide commented on September 17, 2024

SSDI Mod3 Module 3 Introduction and SSDI Mod3 Casualty Assistance

I enabled compatability > loaded the module > waited until the content popup loaded, switched back to the check mark popup > opened the console > set it to 11 > then set it to the correct .js target > then ran the script (both line by line and as a whole). Same error every time.

Tried loading it without compatability mode and the module won't load. Also appended your top.close, but received the same error. :/

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

from scripts.

therikoxide avatar therikoxide commented on September 17, 2024

Thanks! Not sure what was causing it earlier, but good to go after following your last two instructions.

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

no problem, when you get to module 4 last one called map reading use the main script code not mine or noodlez, only one that works

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

for the module exams use noodlez test method to the T, it won't immediately display completed

from scripts.

Apocro avatar Apocro commented on September 17, 2024

going to post this here since it is still semi-active.

Trying to do the Exams in SSD3

I click Launch, wait for the navigation to load, i inspect element and get SCOSetValue is undefined
I try the code in the Navigation window and get Object doesn't support property or method

I can't target cp3engine as seen here http://www.noodlez.org/paste/paste.php?id=3

Please... any advice

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

from scripts.

Apocro avatar Apocro commented on September 17, 2024

Yes,

I've tried document mode emulation 7,8,9,10,11 (7 and 8 fail to load correctly)

from scripts.

Apocro avatar Apocro commented on September 17, 2024

I got it working using a mash of SSD2 code;

Just press F12 once the test page loads, go into console, paste this and submit.

score=0;
while(score < 80 || score > 100){
	score=Math.floor(Math.random()*1000)
}
cwsObj.getCourseCompleted=function(){return true};
cwsObj.user.courseScore=score;
cwsObj.session.finished();

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

from scripts.

Apocro avatar Apocro commented on September 17, 2024

Yup works great! I'll add it.

I didn't use any code for the actual lessons

from scripts.

arcticsoldier avatar arcticsoldier commented on September 17, 2024

So currently trying to complete SSD 1 when doing the lessons im pasting a mix of

sco.NewdoLMSSetValue('cmi.completion_status','completed');
sco.NewdoLMSSetValue('cmi.success_status','passed');
sco.NewdoLMSSetValue('cmi.score.raw', 90);
sco.doLMSCommit();

SetLesson_Status("completed");top.close();

in 7, 11 and neither are working

from scripts.

arcticsoldier avatar arcticsoldier commented on September 17, 2024

When you guys were doing the Exams was the f12 function disabled

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

also for the lessons use this code SetLesson_Status("completed");top.close();

from scripts.

arcticsoldier avatar arcticsoldier commented on September 17, 2024

Damn its fast as hell, I mean the second it pops up I try and rick click and it grants me with a prompt " Use of right click function is prohibited during this exam"

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

yeah it is, best to use shitty wifi for it, also when you try the codes for lessons do you have compatibility view off or on?

from scripts.

arcticsoldier avatar arcticsoldier commented on September 17, 2024

With the lessons i had to tinker with turning compatibility mode on and off and then switch to console version 5 using SetLesson_Status("completed");top.close() this string of text. Worked for the lessons just trying to break the exam

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

noodlez method (top section for link) works great for exams just gotta follow it to the letter, keep trying on timing the click, try using a free vpn to slow down your speed some

from scripts.

arcticsoldier avatar arcticsoldier commented on September 17, 2024

Any specific VPN you recommend for me to use to try and slow it down a little?

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

from scripts.

WaffleBottoms avatar WaffleBottoms commented on September 17, 2024

So I might just be stupid, but I keep getting SCO undefined. Also do i have to target frameset, and if so how do I do that.

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

from scripts.

seang1121 avatar seang1121 commented on September 17, 2024

so noodlez.org isnt working i click it and get directed to hostwinds does anyone have the script/code from there for the tests????

from scripts.

wulfiebard avatar wulfiebard commented on September 17, 2024

from scripts.

jamicushouse avatar jamicushouse commented on September 17, 2024

Scormapi undifined

from scripts.

jamicushouse avatar jamicushouse commented on September 17, 2024

Even with changing it to 7 it doesn't work any ideas?

from scripts.

iEatNoodlez avatar iEatNoodlez commented on September 17, 2024

Since this is still an active thread and all, I haven't been able to look for other work arounds mainly because there isn't a way to repopulate SSD1 in ALMS. I would usually wait til a new private came in, but being a specific series where at AIT it's required to do it as a phase up and being in a remote location where privates dont come everyday it was kind of hard, then I would have to go through the hastle of sitting in IE's Dev tools for about 20 minutes. But I brought the news of I just PCS'd to Fort Hood if anyone want's to give it a go that's local. But as always I couldn't guarantee that there wouldn't be a flag on your account after it.

from scripts.

iEatNoodlez avatar iEatNoodlez commented on September 17, 2024

Also, just a forwarning, there has been people that there whole lesson would be bricked because of the fact that the course content want's to mark the TOC as complete but the TOC already says complete. Just letting you know. For this you will have to call ALMS helpdesk and have them completely disenroll you from the course and reenroll you.

from scripts.

lToris avatar lToris commented on September 17, 2024

from scripts.

Juicy5 avatar Juicy5 commented on September 17, 2024

I have got through all the lessons with this code, SetLesson_Status("completed");top.close(); .
It doesn't work on the last lesson, SSDI Mod4 Map Reading. I also tried noodlez code as well as different document modes and switching compatibility mode. Does anyone have a solution for this.

from scripts.

IBANDITOI avatar IBANDITOI commented on September 17, 2024

STILL WORKING AS OF LATE AUGUST 2019 CODE WILL NOT WORK FOR SSD1 Mod4 MAP READING WILL WORK FOR EVERYTHING ELSE INCLUDING TESTS JUST REOPEN THE QUIZ AND CLICK THROUGH THE TESTS AFTER FOLLOWING THE STEPS

from scripts.

Clutch152 avatar Clutch152 commented on September 17, 2024

Please submit a pull request with a complete fix and I will merge it so it can be updated :)

from scripts.

Hectoronian avatar Hectoronian commented on September 17, 2024

I guess we can close this or modify the name for the newer DLC's?

Best regards!!

from scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.