-
-
Notifications
You must be signed in to change notification settings - Fork 168
Update some of the help. #2896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update some of the help. #2896
Conversation
|
These are just some things we observed during the developer meeting yesterday. |
|
Only loosely related to this. But are there any jobs beyond the jobs to send grades to an LMS? I was wondering if this is the case, if the Jobs Manager should not appear when there is no LMS grade passback. |
|
Yes, there are other jobs. There are also instructor emails and achievement notification emails. |
The instructor links help is updated to order the links in the help in the same order that they are in the site navigation. Also add help for the "Job Manager" which was missing. Also fix the links the PG problem editor help. The links above the CodeMirror editor window in the PG problem editor have changed in two ways that the links in the help were not updated to match. First, the "Problem Techniques" button was replaced with the "Sample Problems" button. So that Wiki link is now also removed from the help, and it is now the local server sample problems link. The PGML lab was updated so that it does not need the PGML-lab.pg file in the templates directory of the course. It now directly uses that problem from the assets/pg directory. The link in the help file now does the same thing. I removed the `reference-link` class from the links above the CodeMirror window because that class does not do anything. I also removed the old webwork.maa.org links in the comments because those don't need to be there even if they are updated to the new locations.
|
@drgrice1 there are still some old webwork.maa.org in the main help at the start. |
|
I also update all |
somiaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
The instructor links help is updated to order the links in the help in the same order that they are in the site navigation. Also add help for the "Job Manager" which was missing.
Also fix the links the PG problem editor help. The links above the CodeMirror editor window in the PG problem editor have changed in two ways that the links in the help were not updated to match.
First, the "Problem Techniques" button was replaced with the "Sample Problems" button. So that Wiki link is now also removed from the help, and it is now the local server sample problems link.
The PGML lab was updated so that it does not need the PGML-lab.pg file in the templates directory of the course. It now directly uses that problem from the assets/pg directory. The link in the help file now does the same thing.
I removed the
reference-linkclass from the links above the CodeMirror window because that class does not do anything. I also removed the old webwork.maa.org links in the comments because those don't need to be there even if they are updated to the new locations.