Welcome, Ian. You may modify this database.
UPDATE words
SET emotion_id = #form.emotion_id#
WHERE word_id = #form.word_id#
UPDATE words
SET word, valence = #form.word#, #form.valence#
WHERE word_id = #form.word_id#
UPDATE words
SET arousal = #form.arousal#
WHERE word_id = #form.word_id#
You have successfully updated the information for record no. #form.word_id#.
You must log in to access this page.