Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
--------------020908040003060901090104
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

<html>
<head>
<meta content="text/html; charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi Rystram,<br>
<br>
please have a look at
<a class="moz-txt-link-freetext" href="http://manual.limesurvey.org/How_to_contribute_new_features">http://manual.limesurvey.org/How_to_contribute_new_features</a><br>
<br>
You can find my <font color="#3333ff">answers below...</font><br>
<br>
Best regards,<br>
Marcel<br>
<div class="moz-signature">--<br>
Dr. Marcel Minke<br>
<br>
Head Consultant at <a href="http://www.limesurvey-consulting.com">Limesurvey-Consulting.com</a><br>
Owner of the <a href="http://www.limesurvey-templates.com">Limesurvey
Template Shop</a><br>
Head of Support at <a href="http://www.limesurvey.org">Limesurvey</a><br>
<br>
Feel free to add me at <a
href="http://de.linkedin.com/in/marcelminke">LinkedIn</a> | <a
href="https://www.xing.com/profile/DrMarcel_Minke">Xing</a> | <a
href="https://plus.google.com/u/0/102812116525985282322/about">Google+</a><br>
<br>
</div>
<div class="moz-cite-prefix">Am 03.03.2014 20:31, schrieb Rystraum
Gamonez:<br>
</div>
<blockquote
cite="mid:CAPKmin73R2YT2zpBH=K0Kc2zP+***@mail.gmail.com"
type="cite">
<div dir="ltr">Hello,
<div><br>
</div>
<div>
<div>First off, here's where I am right now: I'm fairly
familiar with the admin code (as I'm also working on porting
the old limesurvey renderWrappedTemplate with Yii's built in
renderer). I'm familiar with PHP but still learning about
Yii. I've only touched controllers, and yii's rendering so
far. I'm using LimeSurvey Version 2.05+.</div>
</div>
<div><br>
</div>
<div>Here are my questions.</div>
<div><br>
</div>
<div>1) How do you embed a survey in a site while preventing
creation of a response every single time the survey is loaded?
(as opposed to creating the response only after the survey has
been submitted).</div>
</div>
</blockquote>
<font color="#3333ff">I don't think that there is any option for
this, but maybe others have some ideas?</font><br>
<blockquote
cite="mid:CAPKmin73R2YT2zpBH=K0Kc2zP+***@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><br>
</div>
<div>2) If I want to customise the admin users information (add
more fields), is there a way to do that without touching the
DB? Or is that the only way?</div>
</div>
</blockquote>
<font color="#3333ff">Since this information is stored at the DB you
have to touch the core tables to extend this.</font><br>
<blockquote
cite="mid:CAPKmin73R2YT2zpBH=K0Kc2zP+***@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><br>
</div>
<div>3) I'd like to implement a sort of department admin and
survey administrators under a department admin. Survey
administrators can only manage their own surveys. Surveys
created by survey administrators are automatically tied to
their department. The department admin can only manage surveys
created under their department. I imagine this will be an
addition of a department model, changes to the survey model
and the admin user model. Is there a mechanism for such right
now? Or do I have to write it myself for now?</div>
</div>
</blockquote>
<font color="#3333ff">

Loading...