Skip to content

Commit

Permalink
Merged help button fix from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Aug 29, 2004
1 parent 27286ae commit 8650718
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mod/quiz/questiontypes/datasetdependent/datasetitems.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?PHP // $Id$

// Allows a teacher to create, edit and delete categories
// Allows a teacher to create, edit and delete datasets

/// Print headings

Expand Down Expand Up @@ -37,10 +37,7 @@

/// Print heading

echo "<P ALIGN=CENTER><FONT SIZE=3>";
echo $streditdatasets;
helpbutton("categories", $streditdatasets, "quiz");
echo "</FONT></P>";
print_heading_with_help($streditdatasets, 'questiondatasets', "quiz");

/// If data submitted, then process and store.
if ($form = data_submitted()) {
Expand Down

0 comments on commit 8650718

Please sign in to comment.