Create a section Question/Answer

6 posts by 2 authors in: Forums > CMS Builder
Last Post: November 27, 2008   (RSS)

Re: [Djulia] Create a section Question/Answer

By Djulia - November 18, 2008 - edited: November 18, 2008

I tested differently.

I created a table with two columns : Question and Answer.
And for Question, I used the option Admin Only… (Field Type : text field).

But my problem is that the option "Admin Only..." (or Access == Manager) hides the field for the editor with Access == Writer.

In the ideal, it is possible (in Advanced Options) to have an option like :
Field can only be modified by admin (m[font "Verdana"]anager) and view by section writer ?

Thanks for your ideas ?

Djulia

Re: [Djulia] Create a section Question/Answer

By Dave - November 18, 2008

Hi Djulia,

Hmm, how long are the questions? Would it be possible to have a section called answers with a pulldown field for "question" that loaded the list of questions from the question section?

Are you trying to build a quiz or testing application?
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Create a section Question/Answer

By Djulia - November 19, 2008

Hi Dave,

I would like to create a interviews section.

An example :
How did using the Internet change your professional life ?
How do you see the future on Internet ?
etc..

>> a section called answers with a pulldown
[/#804000]
The idea is interesting ! That could also avoid seizing the same questions.
You think that there is a solution ?

Thanks for your assistance.

Djulia[font "Verdana"][/#804000]

Re: [Djulia] Create a section Question/Answer

By Dave - November 19, 2008

What if you created a section called "interviews" and had Separator field for each question (entering the question in the html part) and then a textbox for each answer (answer1, answer2). Then give each user writer access and limit their max records to 1.

Then they will be able to answer the questions but not change them and only see or modify their own answers.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Create a section Question/Answer

By Djulia - November 27, 2008

Hi Dave,

Your suggestion was the best. [:)]

I as discovered as it was possible to use code PHP with : Separator Type == HTML (...)

Thanks,

Djulia