Extra boolean set in database after submission

Extra boolean set in database after submission

by Bob West -
Number of replies: 0

Hi,

After my teachers have done a single submission, I want them to use a checkbox which stands for a boolean in the database.
My question is; how to edit the code behind the 'Save Changes' button which contains this code:

echo '<input type="submit" name="submit" value="'.get_string('savechanges').'" onclick = "document.submitform.menuindex.value = document.submitform.grade.selectedIndex" />';

I think this is in sql something like this: INSERT INTO (e.d.)
But I cannot find where.

Has someone got an idea?!

greetings,

Bob

(Running on 1.6)

Average of ratings: -