questions and answers modules

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
12/5/2006 3:15:07 PM
Gravatar
Total Posts 8

questions and answers modules

Hi,
Hello! Vocês can add a module of enquetes (questions and answers)

Sample in http://www.pop.com.br/  Search for ENQUETES in right painel
12/6/2006 4:17:37 AM
Gravatar
Total Posts 18439

Re: questions and answers modules

Yes, that would be a nice module to have. I would call that a SurveyModule. If you would like to build it that would be great. If not I will get to it when I have time.

Best Regards,

Joe
12/6/2006 4:35:51 AM
Gravatar
Total Posts 8

Re: questions and answers modules

I will try to make. You have some comment?
12/6/2006 4:42:24 AM
Gravatar
Total Posts 18439

Re: questions and answers modules

Excellent! Just let me know if you need any feedback or help.

One suggestion I have is that since this module will probably need to use postback and will live on the same page with other modules, it may cause problems with other modules not showing on the page because some modules use (if!Page.IsPostBack)PopulateControls();

However this problem can be easily solved by using a MagicAjax Panel inside the SurveyModule so it only does partial postback. Something like this inside SurveyModule.ascx:

<ajax:AjaxPanel id="pnlSurvey" runat="server">
...
</ajax:AjaxPanel>

[]s

Joe
12/6/2006 4:52:23 AM
Gravatar
Total Posts 8

Re: questions and answers modules

Thanks!
You possess msn? I will go to make the model of the data base and to send it you to analyze. Later I will go to make the control.
12/6/2006 5:04:07 AM
Gravatar
Total Posts 18439

Re: questions and answers modules

I use Google Chat or Yahoo Messenger occasionally, though I prefer email most of the time because it doesn't interrupt.
You have my yahoo email address and the new version of MSN Messenger can talk to Yahoo Messenger.

[]s,

Joe
You must sign in to post in the forums. This thread is closed to new posts.