How to get value from quiz\mod_form

How to get value from quiz\mod_form

by Sara ALkafri -
Number of replies: 2
Hi all......

I added to quiz\mod_edit.php a drop down list , I want to get drop down list
chosen value to add it to my DB.....

I noticed that they are getting the information from get_data()
but really i don't know how to get the value?????

can any body help me please???
Average of ratings: -
In reply to Sara ALkafri

Re: How to get value from quiz\mod_form

by Sara ALkafri -

Can someone help me please???????

I need it im my project.....

In reply to Sara ALkafri

Re: How to get value from quiz\mod_form

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
The answer to your question should be on Development:Modules or Development:NEWMODULE_Documentation.

Or, look at the existing code, to see how it works for all the other columns.

If you are trying to learn Moodle programming, you may also find the Introduction to Moodle programming course on http://dev.moodle.org/ helpful.

(By the way, this question is not really quiz-specific. You might have got a quicker answer posting in the General Developer forum.)