Skip to content

Commit 558704e

Browse files
committed
Update the PG problem editor help.
1 parent c1b551e commit 558704e

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

templates/HelpFiles/InstructorPGProblemEditor.html.ep

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@
183183
<p>
184184
<%= maketext(q{Makes a new copy of the file you are editing at the location relative to the course's }
185185
. 'templates (~[TMPL~]) directory. You may choose to replace the current problem in the current set, '
186-
. 'append to the end to then end of the current set as a new problem, or create a problem that is not '
187-
. 'attached to a problem set.') =%>
186+
. 'append to the end of an existing set as a new problem, or create a problem that is not attached '
187+
. 'to a problem set.') =%>
188188
</p>
189189
<p>
190190
<%= maketext('When saving the problem in a new location (directory), by default all auxiliary files, such '
@@ -196,16 +196,12 @@
196196
. 'for a new problem. You can add the new file to a homework set from the Library Browser or via the '
197197
. 'set detail page of the "Sets Manager".') =%>
198198
</p>
199-
<p>
199+
<p class="mb-0">
200200
<%= maketext('If the original problem cannot be edited than the path name must be changed in order to be '
201201
. 'allowed to save the problem. Adding "local/" to the beginning of the original path is the default '
202202
. 'solution. All locally created and edited files will then appear in a subdirectory named '
203203
. '"local".') =%>
204204
</p>
205-
<p class="mb-0">
206-
<%= maketext('A new problem whose path ends in newProblem.pg should be given a new name, for example, '
207-
. '"myNewProblem.pg".') =%>
208-
</p>
209205
</dd>
210206

211207
<dt><%= maketext('Append') %></dt>

0 commit comments

Comments
 (0)