You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I access more information on Skyward? For example when I reach this page with the url ../sfacademichistory001.w, I can only access the names of the courses that I've taken through the skyward-rest program. However, when I actually go to skyward, I am able to click on the class names for more information. When I click on the classname, I am not redirected to a new page with a link. It is just a pop-up with no link. How can I get the information in the pop-up?
When I do the line scrapeReport, I get a 5-digit number with key value "course". The comments in the README say that it is the 5-digit course number for the class, but I don't know how this course number was created. I can't find this number anywhere in skyward.
Thanks!!
The text was updated successfully, but these errors were encountered:
I have looked at the code for a very long time, but I can't seem to be able to read the code. I believe that the program is able to access the dialog box because of the url in the parse.js file in the gradebook folder being ../httploader.p?file=sfgradebook001.w, while the other urls in the other parse.js files in other folders were sfgradebook001.w. However, I don't know how this relates to opening up the grade rather than the class dialog box. I also see that in the parse.js file in the gradebook folder, there is a line in the body function that says return 'action=viewGradeInfoDialog&fromHttp=yes&ishttp=true'. I believe that the action=viewGradeInfoDialog is important, but I don't know how you got the viewGradeInfoDialog value either.
Could you provide some insight on how this works, if you remember what you did? Is there something I can read that will help me be able to read this code and understand why this works?
How can I access more information on Skyward? For example when I reach this page with the url
../sfacademichistory001.w
, I can only access the names of the courses that I've taken through the skyward-rest program. However, when I actually go to skyward, I am able to click on the class names for more information. When I click on the classname, I am not redirected to a new page with a link. It is just a pop-up with no link. How can I get the information in the pop-up?When I do the line
scrapeReport
, I get a 5-digit number with key value "course". The comments in the README say that it is the 5-digit course number for the class, but I don't know how this course number was created. I can't find this number anywhere in skyward.Thanks!!
The text was updated successfully, but these errors were encountered: