<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gautamgupta</id>
	<title>LimeSurvey Manual - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gautamgupta"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Gautamgupta"/>
	<updated>2026-08-10T14:45:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Project_Ideas_for_Google_Code-in_2012&amp;diff=2060</id>
		<title>LimeSurvey Project Ideas for Google Code-in 2012</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=LimeSurvey_Project_Ideas_for_Google_Code-in_2012&amp;diff=2060"/>
		<updated>2012-11-05T16:13:17Z</updated>

		<summary type="html">&lt;p&gt;Gautamgupta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Welcome Google Code-in Student aspirants!=&lt;br /&gt;
&lt;br /&gt;
Please check first if you are an [http://www.google-melange.com/gci/document/show/gci_program/google/gci2012/terms_and_conditions eligible candidate] for the GCI program. This page lists task ideas developed by core developers and the LimeSurvey community. This way we get a great mix of &#039;most-wanted&#039; solutions from the users and the developers.&lt;br /&gt;
&lt;br /&gt;
We wish good luck to you and we hope that this contest will be alot of fun for all of us(:biggrin:) !&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; &amp;lt;span style=&#039;color:#C00&#039;&amp;gt;Important:&amp;lt;/span&amp;gt; All tasks will have to be implemented based on [https://github.com/LimeSurvey/LimeSurvey/tree/2.1 the development version 2.1 available on github] . &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=How to claim a task=&lt;br /&gt;
&lt;br /&gt;
All tasks below will be entered in the [http://www.google-melange.com/gci/homepage/google/gci2012 Google Code-in task tracker] (which will be available once the contest has officially started). You have to be a registered Google Code-in participant to claim a task.&lt;br /&gt;
&lt;br /&gt;
=Task ideas=&lt;br /&gt;
&lt;br /&gt;
==Task category: Code==&lt;br /&gt;
&lt;br /&gt;
===Code: Remove &amp;lt;center&amp;gt; tags from LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
In LimeSurvey there are still a couple places where the obsolete  &amp;lt;center&amp;gt; tag is used. These need to be replaced with proper HTML &amp;amp; CSS.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Checkout and install the 2.10 branch of LimeSurvey&lt;br /&gt;
*Create a small 1-question survey.&lt;br /&gt;
*Use a proper tool to search for &amp;lt;center&amp;gt; tags in the source code.&lt;br /&gt;
*Remove each of these tags and replace them with proper HTML and CSS (CSS preferred)&lt;br /&gt;
*Important: Test if the appearance of your replacement matches the old behaviour&lt;br /&gt;
*Create a gitHub pull request and submit the pull request link for review.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, HTML, CSS|| Moderate||c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Add styled error message to pre-installer failure===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea by: mdekker&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After uploading LimeSurvey to a web server, normally the installer will run when the public url is requested. In the case that a specific directory (tmp/runtime) on the server is not writable the installer can not start. Currently just a single line describing the error is shown, this should be replace by an HTML page in the design of the installer.&lt;br /&gt;
&lt;br /&gt;
Task steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Analyze the problem (if you have problems reproducing please contact your mentor)&lt;br /&gt;
*Discuss the issue and your proposed solution with your mentor&lt;br /&gt;
*Code/document/translate/... and submit your work&lt;br /&gt;
*Discuss the work with your mentor&lt;br /&gt;
*Issue a git pull request&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP,HTML||mdekker&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Implement ajax popup dialog at token overview table when adding a survey participant===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Limesurvey admin backend already supports jqgrid features for the token overview screen. But when adding a new token entry, a new page is used which is old fashioned and could be far more user friendly when switching to a jQuery popup dialogue. That&#039;s what we need your help with!&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Install LimeSurvey - create a small survey with a token table and add a few dummy people there.&lt;br /&gt;
*Have a look at the jqgrid docs at http://www.trirand.com/jqgridwiki/doku.php&lt;br /&gt;
*Look at the current dialog when adding a token. This one should appear in a jQuery popup dialog instead. After the record was added, the new record should be shown first in the grid (grid needs to re-sorted by ID descending) so that the user automatically sees the new entry on top.&lt;br /&gt;
*When editing a record current inline editing is used - this has to be changed to using the popup dialog, too.&lt;br /&gt;
*Discuss the patch with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|Javascript/jQuery, PHP, HTML, some CSS|| c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Add unique CSS IDs to main Limesurvey admin menu elements===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For having more options to fully customize the Limesurvey admin interface and to hide certain elements at a customized layout, all Limesurvey admin menu elements (buttons, drop downs, text elements and so on) should be assigned their own, unique CSS ID.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - Have a look at the HTML of the Limesurvey admin interface.&lt;br /&gt;
*Create a list of elements on the &#039;&#039;&#039;main admin page&#039;&#039;&#039;, sorted by &amp;quot;buttons&amp;quot;, &amp;quot;texts&amp;quot;, &amp;quot;...anything else...&amp;quot; that need to be changed.&lt;br /&gt;
*Discuss the list with your mentor to check if all admin interface elements are listed&lt;br /&gt;
*Edit the related view for this screen and assign each element it&#039;s unique ID&lt;br /&gt;
*Discuss the patches with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|HTML and CSS|| c_schmitz, Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Add unique CSS IDs to Limesurvey token administration elements===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For having more options to fully customize the Limesurvey admin interface and to hide certain elements at a customized layout, all Limesurvey admin menu elements (buttons, drop downs, text elements and so on) should be assigned their own, unique CSS ID.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - Have a look at the HTML of the Limesurvey admin interface.&lt;br /&gt;
*Create a list of elements on the &#039;&#039;&#039;token administration page&#039;&#039;&#039; and all pages linked there, sorted by &amp;quot;buttons&amp;quot;, &amp;quot;texts&amp;quot;, &amp;quot;...anything else...&amp;quot; that need to be changed.&lt;br /&gt;
*Discuss the list with your mentor to check if all admin interface elements are listed&lt;br /&gt;
*Edit the related views for these screens and assign each element it&#039;s unique ID&lt;br /&gt;
*Discuss the patches with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|HTML and CSS|| c_schmitz, Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Add unique CSS IDs for all elements at Limesurvey&#039;s &amp;quot;Browse responses&amp;quot; screen===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For having more options to fully customize the Limesurvey admin interface and to hide certain elements at a customized layout, all Limesurvey admin menu elements (buttons, drop downs, text elements and so on) should be assigned their own, unique CSS ID.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - Have a look at the HTML of the Limesurvey admin interface.&lt;br /&gt;
*Create a list of elements on the &#039;&#039;&#039;browse response page&#039;&#039;&#039; and all pages linked there, sorted by &amp;quot;buttons&amp;quot;, &amp;quot;texts&amp;quot;, &amp;quot;...anything else...&amp;quot; that need to be changed.&lt;br /&gt;
*Discuss the list with your mentor to check if all admin interface elements are listed&lt;br /&gt;
*Edit the related view for these screens and assign each element it&#039;s unique ID&lt;br /&gt;
*Discuss the patches with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|HTML and CSS|| c_schmitz, Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Improve work flow of the &amp;quot;send invitation/reminder&amp;quot; feature===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Currently, when sending email invitations or reminders, you don&#039;t see the scope of concerned data sets (some have already received an invitation/reminder, some might have opted out, some might have a missing token/email address). The user sees the list of email receivers AFTER having sent the emails which is not that good. Your task is to present these details up front.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - Create a simple test survey and create a token table which is filled with 2-3 test data sets.&lt;br /&gt;
*Have a look at the &amp;quot;send email invitation/reminder&amp;quot; feature and note the single work flow steps when sending these emails.&lt;br /&gt;
*The work-flow should be changed so that when clicking &amp;quot;send email invitations/reminders&amp;quot;, a list of people who will receive the email is created up front so the user can look into the details.&lt;br /&gt;
*By default a checked checkbox is shown in front of each listed user who will receive an email .&lt;br /&gt;
*A button &amp;quot;send emails to selected users&amp;quot; is placed on top.&lt;br /&gt;
*Furthermore, you should add a &amp;quot;list people who will NOT receive the email&amp;quot; link below which shows this different list when being clicked (default = hidden). That second list of users who will NOT receive an email contains users sorted by status like&lt;br /&gt;
**&amp;quot;invitation already received&amp;quot; (invitations) / &amp;quot;max number of reminders already sent&amp;quot; (reminders)&lt;br /&gt;
**&amp;quot;missing token&amp;quot;&lt;br /&gt;
**&amp;quot;missing email&amp;quot;&lt;br /&gt;
**&amp;quot;opted out&amp;quot;&lt;br /&gt;
** anythingh else you can think of&lt;br /&gt;
*Discuss the patches with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|PHP, MySQL, HTML, jQuery, CSS|| c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Add a &amp;quot;Check for duplicates&amp;quot; function at the token admin screen===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A check for duplicate token data already exists for the CSV import feature. This is not sufficient because user A might import data from a CSV file and user B might add token data later manually, which might lead to duplicate entries. That&#039;s why we need a new function which is called by clicking a certain icon on the admin screen. Here is what this new function should do:&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - Create a simple test survey and create a token table which is filled with 2-3 test data sets.&lt;br /&gt;
*Have a look at the ducplicate check function which is used when importing token data from a CSV file.&lt;br /&gt;
*Talk to your mentor where at the admin interface a new icon for the duplicate token check can be added and how it might look like. Afterwards, add the icon and link to the new feature.&lt;br /&gt;
*Create a new view which is shown after the button was clicked. This view should contain columns the user wants to check for duplicates. We need at least:&lt;br /&gt;
**First name&lt;br /&gt;
**Last name&lt;br /&gt;
**Email&lt;br /&gt;
**Token&lt;br /&gt;
*For each column ticked at this screen, the script should check the whole token data for duplicates.&lt;br /&gt;
*Extend the current view to show the duplicates below the filter options described above. It should include a tabular overview similar to the standard token list which lists only duplicate entries. If only &amp;quot;email&amp;quot; was selected previously, the overview should be sorted by email, if only &amp;quot;last name&amp;quot; was checked, it should be sorted by last name and so on. If several filters were clicked, the data should be sorted by last name&lt;br /&gt;
*For each data set, mark the according cell where duplicate data was found with a red border.&lt;br /&gt;
*Add buttons and a function to delete and edit a certain data set at the table of duplicate entries. These features already exist at the standard token overview, so no need to re-invent the wheel.&lt;br /&gt;
*Discuss the patches with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|PHP, MySQL, HTML, jQuery, CSS|| c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Add sorting and edit/delete token functionality to &amp;quot;Check for duplicates&amp;quot; function at the token admin screen===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Important: This task can only be executed if task &amp;quot;Add a &#039;Check for duplicates&#039; function at the token admin screen&amp;quot; is completed. Don&#039;t start to work on this before that or your work will be most likely futile.&lt;br /&gt;
&lt;br /&gt;
Once the &amp;quot;Add a &#039;Check for duplicates&#039; function at the token admin screen&amp;quot; task was completed, a next step is to add some additional functionality to the screen which lists the duplicates. Here are the details:&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - Create a simple test survey and create a token table which is filled with 2-3 test data sets.&lt;br /&gt;
*Have a look at the ducplicate check function it supports checking for duplicates based on:&lt;br /&gt;
**First name&lt;br /&gt;
**Last name&lt;br /&gt;
**Email&lt;br /&gt;
**Token&lt;br /&gt;
*For each column ticked at this screen, the script checks the whole token data for duplicates.&lt;br /&gt;
*Your task is to extend the current view which lists the duplicates: If only &amp;quot;email&amp;quot; was selected previously, the overview should be sorted by email, if only &amp;quot;last name&amp;quot; was checked, it should be sorted by last name and so on. If several filters were clicked, the data should be sorted by last name.&lt;br /&gt;
*Add buttons and a function to delete and edit a certain data set at the table of duplicate entries. These features already exist at the standard token overview, so no need to re-invent the wheel.&lt;br /&gt;
*Discuss the patches with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|PHP, MySQL, HTML, jQuery, CSS|| c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Check for valid question code when adding/editing a question===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since Limesurvey 1.92 we have a great new feature called [[Expression Manager|Expression Manager]] which requires unique question codes and disallows certain chars to be used. Currently, there is no check at question code input if the entered question code is valid. So this is your task.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - create a small survey of 3-4 questions and assign them valid and non-valid question codes.&lt;br /&gt;
*Valid question codes may NOT&lt;br /&gt;
**start with a number&lt;br /&gt;
**contain dots&lt;br /&gt;
**use spaces&lt;br /&gt;
**ADD MORE RESTRICTIONS HERE&lt;br /&gt;
*Assign a JavaScript/jquery function to the question code fields which takes care of different validations:&lt;br /&gt;
**When adding or editing a question code, the validation function should check the code syntax for issues listed above and show a message like &amp;quot;Invalid question code&amp;quot; right to the field.&lt;br /&gt;
**Another check should check the input against a list of existing question codes (this has to be generated on page load) and show an error like &amp;quot;Question code already used at question #123 (&#039;How old are you?&#039;)&amp;quot;&lt;br /&gt;
*Input should be validated at runtime when the user inputs the characters&lt;br /&gt;
*The question code input field should use a red border as long as it is invalid input. When the input is valid, a green border and a message like &amp;quot;Valid question code&amp;quot; should be used.&lt;br /&gt;
*Discuss the patch with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|Javascript/jQuery, HTML, some PHP and MySQL|| c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Create unit tests===&lt;br /&gt;
&lt;br /&gt;
Now that we are using a PHP framework, it is possible to write unit tests for the different classes (domain classes, controllers, helpers, libraries, ...) The goal of this task is to write a unit test for an untested class or method.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Find an untested class which could use some testing&lt;br /&gt;
*Discuss the badly tested class/method with the mentor and make a proposal on how to test the code&lt;br /&gt;
*Write tests for class/method and create a patch&lt;br /&gt;
*Discuss your patch with the mentor&lt;br /&gt;
*Check-in your changes into the limesurvey svn trunk.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||mrp001&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Design a new LimeSurvey Template (Part 1, 2, 3)===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: gautamgupta&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Design a new good-looking template for LimeSurvey front-end in HTML5/CSS3. Go creative!&lt;br /&gt;
&lt;br /&gt;
One template counts for 3 tasks. This is part &#039;&#039;N&#039;&#039;/3 of the task. Please claim the tasks in order.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - Have a look at the template system.&lt;br /&gt;
*Start with the designing process, discuss the design with a mentor&lt;br /&gt;
*Finalize the design&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|HTML and CSS|| TBD&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;update() calls to use the model instead - Task ARU1===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the update() commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;update&amp;quot; in updatedb_helper.php (There are about be about 87 of them, you need to do only 10 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;update() calls to use the model instead - Task ARU2===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the INSERT commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;update&amp;quot; in tokens_dynamic.php, Questions.php, ParticipantAttributeNames.php, Groups.php , update_helper.php and Answers.php. (There are about be about 6 of themin these files). Also do 4 more from updatedb_helper.php (so in total you have to do 10)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;update() calls to use the model instead - Task ARU3===&lt;br /&gt;
&lt;br /&gt;
NOTE: This task can only be executed if tasks ARI1 and ARI2 are completed. Do NOT start to work on this before that or your work will most likely be futile.LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the update() commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;update&amp;quot; in updatedb_helper.php (There are about be about 73 of them, you need to do only 10 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;update() calls to use the model instead - Task ARU4===&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE: This task can only be executed if task ARU3 is completed. Do NOT start to work on this before that or your work will most likely be futile.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the update() commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;update&amp;quot; in updatedb_helper.php (There are about be about 63 of them, you need to do only 11 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;update() calls to use the model instead - Task ARU5===&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE: This task can only be executed if task ARU4 is completed. Do NOT start to work on this before that or your work will most likely be futile.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the update() commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;update&amp;quot; in updatedb_helper.php (There are about be about 52 of them, you need to do only 11 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;update() calls to use the model instead - Task ARU6===&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE: This task can only be executed if task ARU5 is completed. Do NOT start to work on this before that or your work will most likely be futile.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the update() commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;update&amp;quot; in updatedb_helper.php (There are about be about 41 of them, you need to do only 11 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;update() calls to use the model instead - Task ARU7===&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE: This task can only be executed if task ARU6 is completed. Do NOT start to work on this before that or your work will most likely be futile.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the update() commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;update&amp;quot; in updatedb_helper.php (There are about be about 30 of them, you need to do only 10 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;update() calls to use the model instead - Task ARU8===&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE: This task can only be executed if task ARU7 is completed. Do NOT start to work on this before that or your work will most likely be futile.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the update() commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;update&amp;quot; in updatedb_helper.php (There are about be about 20 of them, you need to do only 10 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;update() calls to use the model instead - Task ARU9===&lt;br /&gt;
&lt;br /&gt;
IMPORTANT NOTE: This task can only be executed if task ARU8 is completed. Do NOT start to work on this before that or your work will most likely be futile.&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the update() commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;update&amp;quot; in updatedb_helper.php (There are about be about 10 of them)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;insert() calls to use the model instead - Task ARI1===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the INSERT commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurences of &amp;quot;createCommand()-&amp;gt;insert&amp;quot; in InstallerController.php and common_helper.php (should be about 10 of them)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;insert() calls to use the model instead - Task ARI2===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from Adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the INSERT commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;insert&amp;quot; in import_helper.php (There are about be about 17 of them, you need to do only 10 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;insert() calls to use the model instead - Task ARI3===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the INSERT commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;insert&amp;quot; in updatedb_helper.php (There are about be about 14 of them, you need to do only 10 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;insert() calls to use the model instead - Task ARI4===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the INSERT commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;insert&amp;quot; in ParticipantAttributeNames.php, Participants.php, ParticipantShares.php and Survey_url_paramenters.php (In total there should be 10 of these)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;insert() calls to use the model instead - Task ARI5===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). As a first step the INSERT commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
NOTE: This task can only be claimed if task ARI1 to ARI4 are completed. Do NOT start to work on this before that or your work will most likely be futile.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;insert&amp;quot; in importhelper.php (about 7 occurences) and update_db_helper (about 4 occurences)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;select() calls to use the model instead - Task ARS1===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand).These SELECT query commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;select&amp;quot; in InstallerController.php, tokens.php, exportresults_helper.php, Answers.php, Groups.php, Label.php, Labelsets.php and ParticipantAttributeNames.php (about 11 occurences in total)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;select() calls to use the model instead - Task ARS2===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand).These SELECT query commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;select&amp;quot; in Participants.php (about 14 occurences in total, you need to do only 10)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand()-&amp;gt;select() calls to use the model instead - Task ARS3===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand).These SELECT query commands have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand()-&amp;gt;select&amp;quot; in ParticipantShares.php, Participant_attribute.php, Questions.php, Surveys_languagesettings.php, User.php (about 9 occurences in total)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO1===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in RegisterController.php, Statistics_userController.php, checkintegrity.php, conditionsaction.php (about 11 occurences in total)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO2===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in database.php, export.php and surveyadmin.php (about 11 occurences in total)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO3===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in surveypermission.php, tokens.php, index.php (about 11 occurences in total)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO4===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in common_helper.php (about 25 occurences in total, you need to do only 10)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO5===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in export_helper.php (10 occurences in total)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO6===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in Survey_Common_Action.php, frontend_helper.php, activate_helper.php (10 occurrences in total)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO7===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in database_helper.php, exportresults_helper.php, em_manager_helper.php (about 10 occurrences in total)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO8===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in import_helper.php (about 45 occurrences in total, you need to do only 10)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO9===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in statistics_helper.php (about 25 occurrences in total, you need to do only 10)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO10===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in updatedb_helper.php (about 21 occurrences in total, you need to do only 10)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO11===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in Save.php, Conditions.php, Questions.php, Survey_links.php, Survey_permissions.php, Tokens_dynamic.php (about 10 occurrences )&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO12===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in CommentCheckQuestion.php, CommentListQuestion.php, ListQuestion.php, RadioArrayQuestion.php, RankingQuestion.php, SelectQuestion.php, TextArrayQuestion.php (about 10 occurrences )&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO13===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in label_helper.php, User.php, User_groups.php, CheckQuestion.php (about 11 occurrences )&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO14===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT NOTE: This task can only be executed if task ARO8 is completed. Do NOT start to work on this before that or your work will most likely be futile because you duplicate someone elses work. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in import_helper.php (about 35 occurrences in total, you need to do only 11)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO15===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT NOTE: This task can only be executed if task ARO14 is completed. Do NOT start to work on this before that or your work will most likely be futile because you duplicate someone elses work. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in import_helper.php (about 24 occurrences in total, you need to do only 11)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO16===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT NOTE: This task can only be executed if task ARO15 is completed. Do NOT start to work on this before that or your work will most likely be futile because you duplicate someone elses work. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in import_helper.php (about 13 occurrences in total, you need to do only 11)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO17===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT NOTE: This task can only be executed if task ARO14 is completed. Do NOT start to work on this before that or your work will most likely be futile because you duplicate someone elses work. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in statistics_helper.php (about 15 occurrences in total, you need to do only 11)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code: Convert createCommand($query) calls to use the model instead - Task ARO18===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT NOTE: This task can only be executed if task ARO10 is completed. Do NOT start to work on this before that or your work will most likely be futile because you duplicate someone elses work. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
LimeSurvey has been plainly ported from adodb to CodeIgniter to Yii and so many of our database queries are still direct SQL commands (CDBCommand). These queries (which are written in plain SQL) have to be changed to use the model (CActiveRecord) instead (to ensure data integrity)&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Search for occurrences of &amp;quot;createCommand($&amp;quot; in updatedb_helper.php (about 15 occurrences in total, you need to do only 11)&lt;br /&gt;
*Replaces these with calls to the related ActiveRecord models instead - and don&#039;t forget test each by running the related application parts.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, Yii, SQL||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Documentation &amp;amp; Training==&lt;br /&gt;
&lt;br /&gt;
===Training: Create a video tutorial for creating a &amp;quot;Maps&amp;quot; question===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Limesurvey offers an extension to the &amp;quot;short text&amp;quot; question type so it can be used as a &amp;quot;Maps&amp;quot; question type. If this feature is activated at the advanced question settings, the user will be displayed a map at the survey and he/she can place a mark on that map indicating a certain location. The results are then stored as a text string with lat./long. data.&lt;br /&gt;
&lt;br /&gt;
Unfortunately [http://docs.limesurvey.org/Question+type+-+Short+free+text&amp;amp;structure;=English+Instructions+for+LimeSurvey#Use_mapping_service no real documentation exists] for this type of questions so your task would be to play around with the different settings, find out what each setting is used for and then extend the according section at the manual and create a short video tutorial explaining how this question type works.&lt;br /&gt;
&lt;br /&gt;
The Video should include:&lt;br /&gt;
*Explaining what the question can be used for&lt;br /&gt;
*A summary of the most important settings&lt;br /&gt;
*Two sample setups for this question type&lt;br /&gt;
*Showing how the question looks like at the survey&lt;br /&gt;
*Showing how the recorded results will look like&lt;br /&gt;
&lt;br /&gt;
It might be best to record each video section separately and then join the video at the end.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at the [http://docs.limesurvey.org/Question+type+-+Short+free+text&amp;amp;structure;=English+Instructions+for+LimeSurvey#Use_mapping_service available &amp;quot;Maps&amp;quot; question type settings]&lt;br /&gt;
*Play around with them to find out what each setting does&lt;br /&gt;
*Extend/complete the documentation at our wiki&lt;br /&gt;
*Create a short video tutorial on how to use that question type&lt;br /&gt;
*Submit the documentation and video to your mentor for review.&lt;br /&gt;
*Discuss the results with your mentor and eventually overwork some parts&lt;br /&gt;
*Submit your video to your mentor and complete the codumentation at our wiki.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Screen Recording, Video and Sound Editing|| [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&lt;br /&gt;
&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
===Training: Create a video tutorial on how to use the new Limesurvey Expression Manager - Conditions===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since version 1.92 Limesurvey offers a powerful [[Expression Manager|Expression Manager]] which can be used for conditions, assessments, piping and many more. Since this feature is a little complex, it would be nice to have a video tutorial on how to set up the correct expressions when using &#039;&#039;&#039;conditions&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at the Expression manager documentation here: http://docs.limesurvey.org/Expression+Manager and here: http://docs.limesurvey.org/Expression+Manager+HowTos and focus on documentation about conditions.&lt;br /&gt;
*Create a simple sample survey with 4-5 questions which use the Expression Manager to define conditions.&lt;br /&gt;
*Make a list of what to watch out for (syntax, variable naming, ...) when using the Expression Manager for conditions at Limesurvey.&lt;br /&gt;
*Create a video tutorial about using the Expression Manager for conditions at Limesurvey. The users should learn how the Expression manager works and how to set up expressions for different conditions.&lt;br /&gt;
*Show the video to your mentor and discuss necessary changes.&lt;br /&gt;
*When you are done, upload the video at Limesurvey&#039;s youtube channel and also add it at the online documentation.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Screen Recording, Video and Sound Editing|| [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&lt;br /&gt;
&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
===Training: Create a video tutorial on how to use the new Limesurvey Expression Manager - Assessments===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since version 1.92 Limesurvey offers a powerful [[Expression Manager|Expression Manager]] which can be used for conditions, assessments, piping and many more. Since this feature is a little complex, it would be nice to have a video tutorial on how to set up the correct expressions when using &#039;&#039;&#039;assessments&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at the Expression manager documentation here: http://docs.limesurvey.org/Expression+Manager and here: http://docs.limesurvey.org/Expression+Manager+HowTos and focus on documentation about assessments and learn how to store assessment data at equation questions.&lt;br /&gt;
*Create a simple sample survey with 4-5 questions and assessment values which uses the Expression Manager to store assessment results and sum up assessment scores.&lt;br /&gt;
*Make a list of what to watch out for (syntax, variable naming, sum() function, ...) when using the Expression Manager for assessment results at Limesurvey.&lt;br /&gt;
*Create a video tutorial about using the Expression Manager for assessments at Limesurvey. The users should learn how the Expression manager works and how to set up expressions for different questions and assessments.&lt;br /&gt;
*Show the video to your mentor and discuss necessary changes.&lt;br /&gt;
*When you are done, upload the video at Limesurvey&#039;s youtube channel and also add it at the online documentation.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Screen Recording, Video and Sound Editing|| [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&lt;br /&gt;
&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
===Training: Create a video tutorial on how to use the new Limesurvey Expression Manager - Piping===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since version 1.92 Limesurvey offers a powerful [[Expression Manager|Expression Manager]] which can be used for conditions, assessments, piping and many more. Since this feature is a little complex, it would be nice to have a video tutorial on how to set up the correct expressions when using &#039;&#039;&#039;piping&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at the Expression manager documentation here: http://docs.limesurvey.org/Expression+Manager and here: http://docs.limesurvey.org/Expression+Manager+HowTos and focus on documentation about piping.&lt;br /&gt;
*Create a simple sample survey with 4-5 questions if which the first question answers can be used for piping at later questions.&lt;br /&gt;
*Make a list of what to watch out for (syntax, variable naming, ...) when using the Expression Manager for dynamic texts at Limesurvey.&lt;br /&gt;
*Create a video tutorial about using the Expression Manager for dynamic texts at Limesurvey. The users should learn how the Expression manager works and how to set up expressions for different dynamic texts.&lt;br /&gt;
*Show the video to your mentor and discuss necessary changes.&lt;br /&gt;
*When you are done, upload the video at Limesurvey&#039;s youtube channel and also add it at the online documentation.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Screen Recording, Video and Sound Editing|| [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&lt;br /&gt;
&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
===Training: Create a video tutorial on how to use the new Central Participant Database Feature - Participant Import Export and attribute map===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since Version 2 Limesurvey offers a new feature Central Participant Database which is a central database of participants which can be shared between surveys and hence helps in easy management of participants.Your task is to create video tutorials showing how to use this new feature.&lt;br /&gt;
&lt;br /&gt;
The Video should include:&lt;br /&gt;
*How to use Central panel by showing the user how to import/export the participants from central database to token table and vice versa&lt;br /&gt;
*The attribute map feature of CPDB&lt;br /&gt;
&lt;br /&gt;
It might be best to record each video section separately and then join the video at the end.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at http://docs.limesurvey.org/Central+Participants+Database&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Checkout and install the 2.10 branch of LimeSurvey&lt;br /&gt;
*Create a video tutorial about using the Central Participant Database and it&#039;s various features mentioned in what the video should include&lt;br /&gt;
*Show the video to your mentor and discuss necessary changes.&lt;br /&gt;
*When you are done, upload the video at Limesurvey&#039;s youtube channel and also add it at the online documentation.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Screen Recording, Video and Sound Editing|| [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Training: Create a video tutorial on how to use the new Central Participant Database Feature - CSV Import/Export===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since Version 2 Limesurvey offers a new feature Central Participant Database which is a central database of participants which can be shared between surveys and hence helps in easy management of participants.Your task is to create video tutorials showing how to use this new feature.&lt;br /&gt;
&lt;br /&gt;
The Video should include:&lt;br /&gt;
*Different ways in which the user can import/export participants using the CSV&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at http://docs.limesurvey.org/Central+Participants+Database&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Checkout and install the 2.10 branch of LimeSurvey&lt;br /&gt;
*Create a video tutorial about using the Central Participant Database and it&#039;s various features mentioned in what the video should include&lt;br /&gt;
*Show the video to your mentor and discuss necessary changes.&lt;br /&gt;
*When you are done, upload the video at Limesurvey&#039;s youtube channel and also add it at the online documentation.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Screen Recording, Video and Sound Editing|| [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Training: Create a video tutorial on how to use the new Central Participant Database Feature - Other Features===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since Version 2 Limesurvey offers a new feature Central Participant Database which is a central database of participants which can be shared between surveys and hence helps in easy management of participants.Your task is to create video tutorials showing how to use this new feature.&lt;br /&gt;
&lt;br /&gt;
The Video should include:&lt;br /&gt;
*Different type of attributes that can be created by CPDB with multilingual support&lt;br /&gt;
*Share Feature with user edit rights of CPDB&lt;br /&gt;
*The Blacklist feature of CPDB&lt;br /&gt;
*User id editable feature of CPDB&lt;br /&gt;
&lt;br /&gt;
It might be best to record each video section separately and then join the video at the end.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at http://docs.limesurvey.org/Central+Participants+Database&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Checkout and install the 2.10 branch of LimeSurvey&lt;br /&gt;
*Create a video tutorial about using the Central Participant Database and it&#039;s various features mentioned in what the video should include&lt;br /&gt;
*Show the video to your mentor and discuss necessary changes.&lt;br /&gt;
*When you are done, upload the video at Limesurvey&#039;s youtube channel and also add it at the online documentation.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Screen Recording, Video and Sound Editing|| [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Documentation : Change the screenshots of documentation and improve it to depict changed icons and new features===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since Version 2 Limesurvey offers a new feature Central Participant Database which is a central database of participants which can be shared between surveys and hence helps in easy management of participants. However , since the documentation was first written there has been many UI changes and this task requires you to add new screenshots depicting the changes, also there has been new features added such as overwriting attribute values even if participant is already present in token table of that particular survey, you need to update that too.&lt;br /&gt;
*Have a look at http://docs.limesurvey.org/Central+Participants+Database&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Checkout and install the 2.10 branch of LimeSurvey&lt;br /&gt;
*Take new screenshots and update http://docs.limesurvey.org/Central+participants+database&lt;br /&gt;
*Show the documentation to your mentor and discuss necessary changes.&lt;br /&gt;
*Make the changes and complete the task&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Screenshot Editing|| [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Documentation &amp;amp; Training: Create an article on how to use LimeSurvey to create and distribute a customer satisfaction survey===&lt;br /&gt;
&lt;br /&gt;
Show current and potential LimeSurvey users how they can use LimeSurvey to do customer satisfaction surveys.&lt;br /&gt;
&lt;br /&gt;
The article should include:&lt;br /&gt;
#An Introduction.&lt;br /&gt;
#Setting up an customer satisfaction survey with LimeSurvey.&lt;br /&gt;
#Importing the tokens into the customer satisfaction survey.&lt;br /&gt;
#Sending out invitations and reminders.&lt;br /&gt;
#Viewing statistics and exporting results.&lt;br /&gt;
#Provide a link to the example customer satisfaction survey.&lt;br /&gt;
#Article conclusion.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Create the customer satisfaction survey and test it.&lt;br /&gt;
*Discuss the customer satisfaction metrics measured with your mentor.&lt;br /&gt;
*Write the article.&lt;br /&gt;
*Submit the article to your mentor for review.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Survey Creation, Technical Writing, Source Code Patching|| Machaven&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Documentation &amp;amp; Training: Update the Limesurvey glossary===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sometimes you stumble upon a Limesurvey feature and don&#039;t know about any details. Since Limesurvey offers have quite a wide range of features, we have created an alphabetical list of keywords like &#039;&#039;assessments, conditions, label sets, quotas, ...&#039;&#039; with 2-3 sentences to describe each feature will help a lot. With the new Limesurvey 2 release, some new features are available which are not listed at the [[LimeSurvey Glossary|Limesurvey glossary]] yet.&lt;br /&gt;
&lt;br /&gt;
Task steps:&lt;br /&gt;
*Do some research about new features at Limesurvey 1.92 and 2.0. Google is your friends and you should find some forum topics about this as well.&lt;br /&gt;
*Also have a look at the english manual and check which features exist there: http://docs.limesurvey.org/English+Instructions+for+LimeSurvey but are not listed at the glossary&lt;br /&gt;
*Make a list of 8-10 new glossary keywords and show it to your mentor.&lt;br /&gt;
*Create a user accout at www.limesurvey.org. Once done, click on the &amp;quot;documentation&amp;quot; link at the menu to be redirected to the wiki. You should already be logged in there and can edit pages now.&lt;br /&gt;
*Add the new keywords together with a feature description of 2-3 sentences and if possible link to the according english manual pages.&lt;br /&gt;
*Ask others at our forum (or other places) to add missing features.&lt;br /&gt;
*Discuss the updated glossary entries with your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Wiki editing, LimeSurvey|| [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&lt;br /&gt;
&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
===Documentation &amp;amp; Training: Rewrite the survey settings page===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At Limesurvey 2 the survey settings are split up into multilingual &amp;quot;text elements&amp;quot; and &amp;quot;general settings&amp;quot;. There are some new settings available, too, so the documentation needs an update.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Read the existing [[Creating a new survey|outdated documentation]].&lt;br /&gt;
*Check how the settings are structured at Limesurvey 2 (we can provide you with login data to our test system).&lt;br /&gt;
*Compare the current structure to the existing documentation.&lt;br /&gt;
*Rewrite the documentation including inserting cropped screenshots where needed.&lt;br /&gt;
*Submit your documentation for review by your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Wiki editing, LimeSurvey|| [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&lt;br /&gt;
&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
===Documentation &amp;amp; Training: Update the Limesurvey 2.0 database layout===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The documentation of the Limesurvey database layout is oudated (see http://docs.limesurvey.org/LimeSurvey+1.8+database+layout+documentation&amp;amp;structure;=LimeSurvey+development). Your task is to have a look at the current layout, update the documentation and the table description.&lt;br /&gt;
&lt;br /&gt;
Task steps:&lt;br /&gt;
*Have a look at http://docs.limesurvey.org/LimeSurvey+1.8+database+layout+documentation&amp;amp;structure;=LimeSurvey+development&lt;br /&gt;
*Download and install Limesurvey 2&lt;br /&gt;
*Install phpmyadmin: http://www.phpmyadmin.net/home_page/downloads.php&lt;br /&gt;
*Have a look at the current database layout and compare it to the outdated docs.&lt;br /&gt;
*Update the old document, list missing tables and columns, mark dependencies and keys, write a short description on what each table is used for.&lt;br /&gt;
*If you have problems to find it please get in touch with us on IRC. #limesurvey@freenode.org (http://www.limesurvey.org/en/community-services/live-chat)&lt;br /&gt;
*Discuss the work with your mentor&lt;br /&gt;
*Add your file at our wiki (Create a user account at www.limesurvey.org. This can be used to log in at the wiki as well. After having registered, click the &amp;quot;documentation&amp;quot; link on the Limesurvey main page and navigate to the page you want to update).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Documentation, Excel, database design||Mazi, c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Documentation &amp;amp; Training: Create a video tutorial on how to use filters at the Limesurvey statistics===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Limesurvey offers detailed statistics at the admin backend. Unfortunately, lots of users don&#039;t know that they can [http://docs.limesurvey.org/tiki-index.php?page=Statistics&amp;amp;structure;=English+Instructions+for+LimeSurvey#Filtering_data filter data] and limit statistics to certain questions only.&lt;br /&gt;
&lt;br /&gt;
To make the filtering more clear to the user, a video showing how to set filters and demonstrating other statistic features should be added.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Create a simple 5-6 question survey.&lt;br /&gt;
*Fill out the survey ~20-30 times (ask your friends for some help) to create some data to be used by the statistics.&lt;br /&gt;
*Explore the statistics and play around with the filter options.&lt;br /&gt;
*Create a short video showing how to set different filters for a survey and how to do cross tabulation.&lt;br /&gt;
*Show the video to your mentor&lt;br /&gt;
*Embed the video at the [http://docs.limesurvey.org/tiki-index.php?page=Statistics&amp;amp;structure;=English+Instructions+for+LimeSurvey#Filtering_data statistics wiki page].&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Wiki editing, LimeSurvey, video capture [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&lt;br /&gt;
&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
===Documentation &amp;amp; Training: Document Limesurvey 2 installation procedure===&lt;br /&gt;
&lt;br /&gt;
LimeSurvey 2.0 has a new automatic installer which makes installation process a cake-walk. Hence, installation procedure needs to be updated explaining each and every step of the installation procedure and possible errors/warnings that a user might see during installation of LimeSurvey and there solutions.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Download Limesurvey 2&lt;br /&gt;
*Read [[Installation|existing installation procedure]].&lt;br /&gt;
*Run the automatic installer in English and create a nice screenshot of every single step.&lt;br /&gt;
*Make a list of required user inouts for each step.&lt;br /&gt;
*Add the single steps [http://docs.limesurvey.org/Installation&amp;amp;structure;=English+Instructions+for+LimeSurvey#Run_the_installation_script to the wiki]. Add a screenshot for each step and describe each user input so the user will know exactly what to put in there.&lt;br /&gt;
*Write down any error/warning you see during installation or while playing around with it.&lt;br /&gt;
*Fill the [http://docs.limesurvey.org/tiki-index.php?page=Installation+FAQ&amp;amp;no;_bl=y#During_Installation_Limesurvey_2.0_and_above_ troubleshooting section] on the installation FAQ wikipage with all possible warnings a user might see and the solution(s).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Wiki editing, creating screen shots, writing documentation|| Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Documentation &amp;amp; Training: Create a new wiki page for setting default answers===&lt;br /&gt;
&lt;br /&gt;
At Limesurvey 1.92 we extended the feature for setting default answers to questions. This isn&#039;t documented well, there needs some work to be done:&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Create an account at www.limesurvey.org which can also be used to edit [http://docs.limesurvey.org our wiki].&lt;br /&gt;
*Add a note to [http://docs.limesurvey.org/Adding+answers+or+subquestions&amp;amp;structure;=English+Instructions+for+LimeSurvey the old documentation] that the feature was extended at Limesurvey 1.92 and later and link to the new wiki page&lt;br /&gt;
*Create a new wiki page (or ask your mentor to do it) called &amp;quot;Setting default answers&amp;quot;.&lt;br /&gt;
*We will provide you with a login to a Limesurvey system which contains a survey with all available question types. Check each question type if it supports the default answers feature. Note all supported question types and add the list to the wiki page.&lt;br /&gt;
*Write some introductory text what default answers can be used for.&lt;br /&gt;
*Have a look at the [http://www.limesurvey-consulting.com/pre-filling-a-text-field-at-limesurvey-1-92-using-default-answers-and-expression-manager-2/ Pre-filling a text field at Limesurvey 1.92 using default answers] blog post and port the example to the wiki.&lt;br /&gt;
*Search the forum for examples how to set default answers to a hidden question and what it can be used for. Add this to the wiki page as well.&lt;br /&gt;
*Referring to the above, also search for how default answers for hidden questions can be used for [[Quotas|quotas]].&lt;br /&gt;
*Show the new wiki page to your mentor for discussion.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Wiki editing, creating screen shots, writing documentation|| Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Outreach &amp;amp; Research==&lt;br /&gt;
&lt;br /&gt;
===Research: Usability testing===&lt;br /&gt;
&lt;br /&gt;
Usability testing and user input is a great source of ideas for improving your application. The goal of this assignment is to identify usability problems in LimeSurvey and discussing possible solutions for them.&lt;br /&gt;
&lt;br /&gt;
We will provide you with username/password for a Limesurvey 2.0 system. We advice to google for common usability problems before starting this assignment as a source of inspiration.&lt;br /&gt;
&lt;br /&gt;
The general steps for this assignment would be:&lt;br /&gt;
#Work with LimeSurvey like a regular user would:&lt;br /&gt;
##Set up a new survey&lt;br /&gt;
##Answer the survey at least once&lt;br /&gt;
##Make changes to the survey&lt;br /&gt;
##Use and export the results&lt;br /&gt;
##&amp;amp;hellip; (be creative!)&lt;br /&gt;
#Identify usability problems in LimeSurvey and create a list:&lt;br /&gt;
##What was good/lacking in LimeSurvey?&lt;br /&gt;
##What was easy/hard to do?&lt;br /&gt;
#For each issue on your list, think how we could improve Limesurvey to make it more user friendly.&lt;br /&gt;
#Create a summary (0.5 - 1 page) of your findings.&lt;br /&gt;
#Discuss possible solutions to these usability problems with your mentor&lt;br /&gt;
#For each issue identified as a usability problem create a feature request at our [http://ideas.limesurvey.org/ idea tracker].&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|None, skills in web development are a plus|| Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Research: Ask Limesurvey users which information is missing or hard to find at the Limesurvey website===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Limesurvey website needs a refurbishing and we also think that the site structure should change. In order to find out which information is too hidden or generally missing, we need you to do some investigation:&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirement is that you have not worked with Limesurvey before. Think you want to do a survey to register people for an event and want to use Limesurvey. Go to www.limesurvey.org as a start and from there search for the information you need.&lt;br /&gt;
*Download and install the software and create a simple survey asking for &amp;quot;Name&amp;quot;, &amp;quot;Email&amp;quot;, &amp;quot;Gender&amp;quot;, &amp;quot;Age&amp;quot; and two more useful questions of your choice.&lt;br /&gt;
*Make notes which information you were looking for (like &amp;quot;Where can I download the software?&amp;quot;, &amp;quot;Where are the installation instructions?&amp;quot;, &amp;quot;Where do I find tutorials?&amp;quot;,...) and if it was difficult to find them.&lt;br /&gt;
*Your list should include 6-10 different kind of informations you were looking for and related problems about finding them.&lt;br /&gt;
*Looking at the list and thinking of your requirements, make suggestions on how to improve our website and manual&lt;br /&gt;
*Discuss the list and your proposed solutions with your mentor&lt;br /&gt;
*Write a short summary which includes the problems you noticed and possible solutions.&lt;br /&gt;
*Post your finding at the forums at www.limesurvey.org to start a discussion with others. Provide your mentor with the link.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|writing reports, a little computer knowledge to set up Limesurvey|| Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Research: Sum up forum discussion about which information is missing or hard to find at the Limesurvey website===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This task can only be executed if task &amp;quot;Ask Limesurvey users which information is missing or hard to find at the Limesurvey website&amp;quot; is completed. Do NOT start to work on this before that or your work will most likely be futile.&lt;br /&gt;
&lt;br /&gt;
At task &amp;quot;Ask Limesurvey users which information is missing or hard to find at the Limesurvey website&amp;quot; we present a summary of information that might be hard to find on our website. This is to be discussed at the forums (the forum topic should already exist if previous task is done). We hope to have a lengthy discussion with our users and then need a summary of the most mentioned problems.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Think you want to do a survey to register people for an event and want to use Limesurvey. Go to www.limesurvey.org as a start and from there search for the information you need.&lt;br /&gt;
*You don&#039;t need to download and install the software and create a survey, just think of each step needed until you have successfully set up a survey asking for &amp;quot;Name&amp;quot;, &amp;quot;Email&amp;quot;, &amp;quot;Gender&amp;quot;, &amp;quot;Age&amp;quot; and two more useful questions of your choice.&lt;br /&gt;
*While searching the website/manual for the required information, make notes which information you were looking for (like &amp;quot;Where can I download the software?&amp;quot;, &amp;quot;Where are the installation instructions?&amp;quot;, &amp;quot;Where do I find tutorials?&amp;quot;,...) and if it was difficult to find them.&lt;br /&gt;
*Hand the notes to your mentor.&lt;br /&gt;
*Go to the forum topic which discusses the hard to find information. Join the discussion with your findings.&lt;br /&gt;
*Once this topic has received more than 20 replies, start scanning the details&lt;br /&gt;
*Write a short summary which includes the problems you noticed and possible solutions.&lt;br /&gt;
*Provide your mentor with the link.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|writing reports, community interaction|| Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Research: Analyse Limesurvey usage - Create a short survey about most used features===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From time to time Limesurvey runs some surveys itself, we simply use those surveys to find out more about our users. The resulting data tells us a lot about the areas where we have to improve the program and makes it easier to prioritize tasks.&lt;br /&gt;
&lt;br /&gt;
There are several survey related features like [http://docs.limesurvey.org/Setting+conditions&amp;amp;structure;=English+Instructions+for+LimeSurvey conditions], [http://docs.limesurvey.org/Assessments&amp;amp;structure;=English+Instructions+for+LimeSurvey assessments] or [http://docs.limesurvey.org/Quotas&amp;amp;structure;=English+Instructions+for+LimeSurvey quotas] and we want to know to what extend they are used. So let&#039;s create a survey and ask for these details.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at [http://docs.limesurvey.org/English+Instructions+for+LimeSurvey&amp;amp;structure;=English+Instructions+for+LimeSurvey the Limesurvey documentation] and make a list of survey related features&lt;br /&gt;
*Think about which information might be important and which questions could be asked&lt;br /&gt;
*Think how one can best ask for some free text feedback for certain features.&lt;br /&gt;
*Discuss the questions and your proposed survey design with your mentor&lt;br /&gt;
*After we have agreed on the questions we want to ask, set up the survey at our online system and test it carefully.&lt;br /&gt;
*Start the survey and write a short description so we can annunce it at the forums, on twitter at on the Limesurvey homepage.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Limesurvey|| Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Research: Analyse Limesurvey usage - Write a summary about the &amp;quot;most used Limesurvey features&amp;quot; survey===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note: This task can only be started after the &amp;quot;Create a short survey about most used features&amp;quot; task was completed!&lt;br /&gt;
&lt;br /&gt;
Once the &amp;quot;Create a short survey about most used features&amp;quot; task was completed and there are at least 50 answers to the survey, we need a clever person to analyse the details and write a summary&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at the &amp;quot;Create a short survey about most used features&amp;quot; at our online system (we will provide you with username/password)&lt;br /&gt;
*Export the survey data to an application of your choice or use the existing analysis features&lt;br /&gt;
*For each Limesurvey feature, write a short text about the usage and positive/negative comments.&lt;br /&gt;
*After you have done the analysis of each feature, write a summary which points to the features which have received most negative comments&lt;br /&gt;
*Write a short description about what you did related to this task so we can use it when presenting the results to our community.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Limesurvey|| Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Blog about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
Write an independant article about LimeSurvey on your blog. Explain what are advantages, what are disadavantages of the software - show how to create a first survey and also write about problems are on the way getting there. Motivate people to participate to help use make LimeSurvey better. The article should be in-depth and correct. It should help other to get hooked up without false promises.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Use LimeSurvey to setup your own survey (you can use our demo version for that)&lt;br /&gt;
*Blog about your experience after discussing your article with us.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Writing skills || c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Update the &#039;&#039;&#039;German&#039;&#039;&#039; Wikipedia article about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
We have recently updated the English Wikipedia article about Limesurvey. Unfortunately, other language versions are quite outdated, so time to get this updated as well.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirements: You should speak English well to understand the content of the English Wikipedia article AND you need to be a native German speaker.&lt;br /&gt;
*Open the [http://en.wikipedia.org/wiki/LimeSurvey English Wikipedia article about Limesurvey].&lt;br /&gt;
*Open the [http://de.wikipedia.org/wiki/LimeSurvey German Wikipedia article about Limesurvey] and compare both. Probably most of the article needs an update.&lt;br /&gt;
*Update the German Wikipedia article.&lt;br /&gt;
*Show the updated Wikipedia article to your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|English language, native German speaker, Wikipedia editing || Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Update the &#039;&#039;&#039;Spanish&#039;&#039;&#039; Wikipedia article about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
We have recently updated the English Wikipedia article about Limesurvey. Unfortunately, other language versions are quite outdated, so time to get this updated as well.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirements: You should speak English well to understand the content of the English Wikipedia article AND you need to be a native Spanish speaker.&lt;br /&gt;
*Open the [http://en.wikipedia.org/wiki/LimeSurvey English Wikipedia article about Limesurvey].&lt;br /&gt;
*Open the [http://es.wikipedia.org/wiki/LimeSurvey Spanish Wikipedia article about Limesurvey] and compare both. Probably most of the article needs an update.&lt;br /&gt;
*Update the Spanish Wikipedia article.&lt;br /&gt;
*Show the updated Wikipedia article to your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|English language, native Spanish speaker, Wikipedia editing || Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Update the &#039;&#039;&#039;French&#039;&#039;&#039; Wikipedia article about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
We have recently updated the English Wikipedia article about Limesurvey. Unfortunately, other language versions are quite outdated, so time to get this updated as well.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirements: You should speak English well to understand the content of the English Wikipedia article AND you need to be a native French speaker.&lt;br /&gt;
*Open the [http://en.wikipedia.org/wiki/LimeSurvey English Wikipedia article about Limesurvey].&lt;br /&gt;
*Open the [http://fr.wikipedia.org/wiki/LimeSurvey French Wikipedia article about Limesurvey] and compare both. Probably most of the article needs an update.&lt;br /&gt;
*Update the French Wikipedia article.&lt;br /&gt;
*Show the updated Wikipedia article to your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|English language, native French speaker, Wikipedia editing || Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Update the &#039;&#039;&#039;Italian&#039;&#039;&#039; Wikipedia article about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
We have recently updated the English Wikipedia article about Limesurvey. Unfortunately, other language versions are quite outdated, so time to get this updated as well.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirements: You should speak English well to understand the content of the English Wikipedia article AND you need to be a native Italian speaker.&lt;br /&gt;
*Open the [http://en.wikipedia.org/wiki/LimeSurvey English Wikipedia article about Limesurvey].&lt;br /&gt;
*Open the [http://it.wikipedia.org/wiki/LimeSurvey Italian Wikipedia article about Limesurvey] and compare both. Probably most of the article needs an update.&lt;br /&gt;
*Update the Italian Wikipedia article.&lt;br /&gt;
*Show the updated Wikipedia article to your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|English language, native Italian speaker, Wikipedia editing || Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Update the &#039;&#039;&#039;Polish&#039;&#039;&#039; Wikipedia article about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
We have recently updated the English Wikipedia article about Limesurvey. Unfortunately, other language versions are quite outdated, so time to get this updated as well.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirements: You should speak English well to understand the content of the English Wikipedia article AND you need to be a native Polish speaker.&lt;br /&gt;
*Open the [http://en.wikipedia.org/wiki/LimeSurvey English Wikipedia article about Limesurvey].&lt;br /&gt;
*Open the [http://pl.wikipedia.org/wiki/LimeSurvey Polish Wikipedia article about Limesurvey] and compare both. Probably most of the article needs an update.&lt;br /&gt;
*Update the Polish Wikipedia article.&lt;br /&gt;
*Show the updated Wikipedia article to your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|English language, native Polish speaker, Wikipedia editing || Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Update the &#039;&#039;&#039;Portuguese&#039;&#039;&#039; Wikipedia article about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
We have recently updated the English Wikipedia article about Limesurvey. Unfortunately, other language versions are quite outdated, so time to get this updated as well.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirements: You should speak English well to understand the content of the English Wikipedia article AND you need to be a native Portuguese speaker.&lt;br /&gt;
*Open the [http://en.wikipedia.org/wiki/LimeSurvey English Wikipedia article about Limesurvey].&lt;br /&gt;
*Open the [http://pt.wikipedia.org/wiki/LimeSurvey Portuguese Wikipedia article about Limesurvey] and compare both. Probably most of the article needs an update.&lt;br /&gt;
*Update the Portuguese Wikipedia article.&lt;br /&gt;
*Show the updated Wikipedia article to your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|English language, native Portuguese speaker, Wikipedia editing || Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Update the &#039;&#039;&#039;Romanian&#039;&#039;&#039; Wikipedia article about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
We have recently updated the English Wikipedia article about Limesurvey. Unfortunately, other language versions are quite outdated, so time to get this updated as well.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirements: You should speak English well to understand the content of the English Wikipedia article AND you need to be a native Romanian speaker.&lt;br /&gt;
*Open the [http://en.wikipedia.org/wiki/LimeSurvey English Wikipedia article about Limesurvey].&lt;br /&gt;
*Open the [http://ro.wikipedia.org/wiki/LimeSurvey Romanian Wikipedia article about Limesurvey] and compare both. Probably most of the article needs an update.&lt;br /&gt;
*Update the Romanian Wikipedia article.&lt;br /&gt;
*Show the updated Wikipedia article to your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|English language, native Romanian speaker, Wikipedia editing || Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Update the &#039;&#039;&#039;Russian&#039;&#039;&#039; Wikipedia article about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
We have recently updated the English Wikipedia article about Limesurvey. Unfortunately, other language versions are quite outdated, so time to get this updated as well.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirements: You should speak English well to understand the content of the English Wikipedia article AND you need to be a native Russian speaker.&lt;br /&gt;
*Open the [http://en.wikipedia.org/wiki/LimeSurvey English Wikipedia article about Limesurvey].&lt;br /&gt;
*Open the [http://ru.wikipedia.org/wiki/LimeSurvey Russian Wikipedia article about Limesurvey] and compare both. Probably most of the article needs an update.&lt;br /&gt;
*Update the Russian Wikipedia article.&lt;br /&gt;
*Show the updated Wikipedia article to your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|English language, native Russian speaker, Wikipedia editing || Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outreach: Update the &#039;&#039;&#039;Chinese&#039;&#039;&#039; Wikipedia article about LimeSurvey===&lt;br /&gt;
&lt;br /&gt;
We have recently updated the English Wikipedia article about Limesurvey. Unfortunately, other language versions are quite outdated, so time to get this updated as well.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Requirements: You should speak English well to understand the content of the English Wikipedia article AND you need to be a native Chinese speaker.&lt;br /&gt;
*Open the [http://en.wikipedia.org/wiki/LimeSurvey English Wikipedia article about Limesurvey].&lt;br /&gt;
*Open the [http://zh.wikipedia.org/wiki/LimeSurvey Chinese Wikipedia article about Limesurvey] and compare both. Probably most of the article needs an update.&lt;br /&gt;
*Update the Chinese Wikipedia article.&lt;br /&gt;
*Show the updated Wikipedia article to your mentor.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|English language, native Chinese speaker, Wikipedia editing || Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Quality Assurance==&lt;br /&gt;
&lt;br /&gt;
===Quality assurance: Unify wording in the application===&lt;br /&gt;
&lt;br /&gt;
By today LimeSurvey has over 3000 text strings that need to be translated for every language we support. However we know that some of these strings are very similar and could be unified so it is less work for our translators.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Create an account on http://www.limesurvey.org, log in once and then login at http://translate.limesurvey.org&lt;br /&gt;
*Choose any translation, sort by original strings and find strings that seem to be very similar and can be unified.&lt;br /&gt;
*Change the source code and unify these strings there. (should be at least 20 strings)&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Quality assurance: Correct English texts in the application.===&lt;br /&gt;
&lt;br /&gt;
There are still several English texts in the application which are spelled wrong or have wrong casing. Most of this can be found in the English to English translation&lt;br /&gt;
&lt;br /&gt;
They need to be corrected in the source.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Open the English to English translation at http://translate.limesurvey.org/projects/limesurvey2/en/default&lt;br /&gt;
*Find each string in the LimeSurvey source and correct it using the &#039;translation&#039; - please also obey our [http://docs.limesurvey.org/Coding+guidelines&amp;amp;structure;=LimeSurvey+development#Localization localization guidelines] for this.&lt;br /&gt;
*Submit a gitHub pull request.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP||Carsten Schmitz (c_schmitz)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Quality Assurance: Analyse user feedback and port suggestions to our idea tracker===&lt;br /&gt;
&lt;br /&gt;
From time to time Limesurvey [http://survey.limesurvey.org/ conducts user feedback surveys] to find out how our users use the software and which features they are missing. We received quite a lot feedback during the last months and a lot of valuable information can be found at the textual feedback. It&#039;s a mixture of praise, suggestions for new features and other useful comments. This needs to be summed up. Also useful suggestions for new features should be ported to [http://ideas.limesurvey.org/ our idea tracker] so we have this on our list for future development.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*We will give you access to our survey system so you can export the survey data of the last month into MS Word, Excel or what else you like.&lt;br /&gt;
*Go through all the textual user feedback and create a list summing up common complaints, suggested features and the like.&lt;br /&gt;
*Once you are done, order the lists by frequency and present it to your mentor.&lt;br /&gt;
*Your mentor will go through your list and mark those ideas worth porting to the idea tracker.&lt;br /&gt;
*Add ideas to the idea tracker&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Data analysis, Report Writing, Using idea tracker|| [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&lt;br /&gt;
&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
===Quality Assurance: Find and report 3 bugs or GUI design issues at the new Central Participant Database feature (1/2)===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
During last years Google Summer of Code a cool new feature called &amp;quot;Central Participant Database&amp;quot; was coded. It is available since Limesurvey 2.0. Though this feature was carefully tested there might still be some bugs in there and we want you to have a detailed look at this feature to check if you can find any weird behavior, misleading user interface or bugs.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at the [http://docs.limesurvey.org/Central+Participants+Database CPDB documentation].&lt;br /&gt;
*We will provide you with access to a Limesurvey 2 test system. Upload a simple survey (we can provide samples) and add token data to the survey.&lt;br /&gt;
*Also add data to the CPDB feature.&lt;br /&gt;
*Test this feature by checking features like&lt;br /&gt;
**creating users&lt;br /&gt;
**importing/exporting participants&lt;br /&gt;
**adding attributes&lt;br /&gt;
**moving people and attributes to surveys&lt;br /&gt;
**moving people and attributes from the token screen to CPDB&lt;br /&gt;
*On your list note any weird behavior, error messages or anything else you think is worth being improved.&lt;br /&gt;
*Your mentor will go through your list and will discuss the details with you.&lt;br /&gt;
*Add all issues to the bugtracker.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Using bugtracker, Limesurvey|| [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Quality Assurance: Find and report 3 bugs or GUI design issues at the new Central Participant Database feature (2/2)===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
During last years Google Summer of Code a cool new feature called &amp;quot;Central Participant Database&amp;quot; was coded. It is available since Limesurvey 2.0. Though this feature was carefully tested there might still be some bugs in there and we want you to have a detailed look at this feature to check if you can find any weird behavior, misleading user interface or bugs.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at the [http://docs.limesurvey.org/Central+Participants+Database CPDB documentation].&lt;br /&gt;
*We will provide you with access to a Limesurvey 2 test system. Upload a simple survey (we can provide samples) and add token data to the survey.&lt;br /&gt;
*Also add data to the CPDB feature.&lt;br /&gt;
*Test this feature by checking features like&lt;br /&gt;
**creating users&lt;br /&gt;
**importing/exporting participants&lt;br /&gt;
**adding attributes&lt;br /&gt;
**moving people and attributes to surveys&lt;br /&gt;
**moving people and attributes from the token screen to CPDB&lt;br /&gt;
*On your list note any weird behavior, error messages or anything else you think is worth being improved.&lt;br /&gt;
*Your mentor will go through your list and will discuss the details with you.&lt;br /&gt;
*Add all issues to the bugtracker.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Using bugtracker, Limesurvey|| [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==User interface==&lt;br /&gt;
&lt;br /&gt;
===User interface: Token section workflow improvements===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/tiki-index.php?page=UserPage+Mazi Mazi]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are some sections at the Limesurvey admin backend like the token part at which workflow improvements can be added, e. g. when switching to the token admin screen you don&#039;t see a list of available tokens. You have to click on the &amp;quot;Display Tokens&amp;quot; icon first.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install Limesurvey 2, create a import a simple survey and add 2-3 token entries.&lt;br /&gt;
*Search the code for the snippet which is called when a user calles the token admin screen.&lt;br /&gt;
*Change the code so that a user is automatically directed to the list of tokens.&lt;br /&gt;
*Discuss the patch with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP|| c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===User interface: Improve &amp;quot;Add answer options&amp;quot; GUI===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea added by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are some sections at the Limesurvey admin backend like the survey designer at which workflow improvements can be added, e. g. when adding new answer options and clicking into the answer text field, you have to manually delete the &amp;quot;Some example subquestion&amp;quot; text (For further answer options the text is deleted automatically when clicking into the input field.).&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install Limesurvey 2, create a simple survey and add a &amp;quot;list radio&amp;quot; question. You are then asked to add answer options.&lt;br /&gt;
*Search the code for the snippet which is called when a user adds answer options.&lt;br /&gt;
*Add some Javascript to automatically delete the text once a user clicks into the input field.&lt;br /&gt;
*Discuss the patch with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|PHP, maybe a little HTML and Javascript|| c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===User interface: User management workflow improvement (1/2)===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea added by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are some sections at the Limesurvey admin backend like when adding users at which workflow improvements can be added, e. g. after having added a new user there is a summary screen showing the username and email address. You can then click the &amp;quot;set user permissions&amp;quot; button which leads you to the next logical step of setting the permissions for this user (a user without any permissions set doesn&#039;t make much sense). This work flow can be improved by removing the step in between.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - Add a new user to check the work flow details.&lt;br /&gt;
*Search the code for the snippet which is responsible of showing the summary screen with username and email address.&lt;br /&gt;
*Change the code so that the summary is shown as a pop up (see pop up when renaming a survey for example) and lead the user directly to the admin screen where permissions for the newly added user can be set.&lt;br /&gt;
*Discuss the new work flow and patch with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|PHP, HTML and maybe Javascript and CSS|| c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===User interface: User rights management workflow improvement (2/2)===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea added by: Mazi&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
NOTE: This task can only be executed if task &amp;quot;User rights management workflow improvement (1/2)&amp;quot; is completed. Do NOT start to work on this before that or your work will most likely be futile.&lt;br /&gt;
&lt;br /&gt;
There are some sections at the Limesurvey admin backend like when setting user rights at which workflow improvements can be added, e. g. after having added user rights there is a summary screen showing &amp;quot;User permissions were updated successfully.&amp;quot;. Only following option is to click the &amp;quot;continue&amp;quot; button which leads him to the user overview. This work flow can be improved by showing the feedback as a pop up and redirecting the user to the next step of setting template rights&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Install LimeSurvey - Add a new user and add user rights to check the work flow details.&lt;br /&gt;
*Search the code for the snippet which is responsible of showing the &amp;quot;User permissions were updated successfully.&amp;quot; summary.&lt;br /&gt;
*Change the code so that the summary is shown as a pop up (see pop up when renaming a survey for example) and lead the user directly to the admin screen where template permissions for the newly added user can be set.&lt;br /&gt;
*Discuss the new work flow and patch with your mentor and ask for feedback.&lt;br /&gt;
*Submit a github pull request.&lt;br /&gt;
*Done!&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Skills||Mentor&lt;br /&gt;
|-&lt;br /&gt;
|PHP, HTML and maybe Javascript and CSS|| c_schmitz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===User interface: Create mockups for Central Participants Database attribute mapping screens===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea posted by: [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since Version 2 Limesurvey offers a new feature Central Participant Database which is a central database of participants which can be shared between surveys and hence helps in easy management of participants.Your task is to suggest some new designs with the help of mockups to improve the attribute map screen. We are looking for some out of the box thinking as to how best this UI can be made to handle 100&#039;s of attribute mappings which is quite difficult with the current UI.&lt;br /&gt;
&lt;br /&gt;
Task Steps:&lt;br /&gt;
*Have a look at http://docs.limesurvey.org/Central+Participants+Database&lt;br /&gt;
*Set [[Google Code-In development environment quick-setup|up your LimeSurvey development environment]] (if not has already happened)&lt;br /&gt;
*Checkout and install the 2.10 branch of LimeSurvey&lt;br /&gt;
*Have a look at the attribute map screen and try to map large number of attributes to understand the problem associated with the current UI.&lt;br /&gt;
*Analyse the problem and think how to improve the UI.&lt;br /&gt;
*Discuss the issues and your proposed solution with your mentor&lt;br /&gt;
*Create drafts of the new UI and add some description of the user interacting with the screens.&lt;br /&gt;
*Discuss the work with your mentor.&lt;br /&gt;
*Create a feature request in our bugtracker describing the change and attach your images + description.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Image Editing|| [http://docs.limesurvey.org/UserPage+aniesshsethh Aniessh Sethh]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===User interface: Create mockups for integrating export results screens into one feature===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea by: mdekker&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
LimeSurvey currently offers response export in three different screens: export to application, export to Spss and export to R. We wish to make this only one screen, based on export to application where the export to Spss and R should be added. The problem is those exports require two downloads and should show a little help text when selected and possibly have other selections that are mandatory.&lt;br /&gt;
&lt;br /&gt;
Think of a way to merge the three screens into one while keeping it logical for the end user. The actual coding of the change is not part of this task.&lt;br /&gt;
&lt;br /&gt;
Task steps:&lt;br /&gt;
*Use the online demo and check the export to application, export to R and export to SPSS screens&lt;br /&gt;
*Do a test export to check the different work-flow and note all steps involved.&lt;br /&gt;
*Analyse the problem and think how to best merge the three features on one screen.&lt;br /&gt;
*Discuss the issues and your proposed solution with your mentor&lt;br /&gt;
*Create three drafts of an overworked and merged export screen and add some description of the user interacting with the screens.&lt;br /&gt;
*Discuss the work with your mentor.&lt;br /&gt;
*Create a feature request in our bugtracker describing the change and attach your images + description.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|Image editing||mdekker, Mazi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Idea Template=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;This is just a template you can use to add your ideas:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Code/Documentation &amp;amp; Training/Outreach &amp;amp; Research/Quality assurance/User interface: Some descriptive task description===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Idea by: &amp;lt;myname&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Here comes some text describing the current situation and how Limesurvey will benefit from this task. The description should make clear what this task is about.&lt;br /&gt;
&lt;br /&gt;
Task steps:&lt;br /&gt;
*Some steps like...&lt;br /&gt;
*Install Limesurvey or use the online system we provide&lt;br /&gt;
*Analyse the problem&lt;br /&gt;
*Discuss the issue and your proposed solution with your mentor&lt;br /&gt;
*Code/document/translate/... and submit your work&lt;br /&gt;
*Discuss the work with your mentor&lt;br /&gt;
*Check-in your changes into the limesurvey svn trunk/add it to the wiki/...&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|Recommended skills||Mentor(s)&lt;br /&gt;
|-&lt;br /&gt;
|some skills the applicants should have|| name of the mentor&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=We want your ideas!=&lt;br /&gt;
&lt;br /&gt;
What floats your boat? Do you have another idea that gets you excited? Discuss your ideas in our [http://www.limesurvey.org/component/option,com_fireboard/Itemid,105/func,view/catid,11/id,24710/lang,en/ forums], [https://lists.sourceforge.net/lists/listinfo/limesurvey-developers mailing lists] or at #limesurvey on irc.freenode.net.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
*[http://docs.limesurvey.org/tiki-index.php?page=GSoC_Getting_Started How to get started with LimeSurvey]&lt;br /&gt;
&lt;br /&gt;
How to Get Started With LimeSurvey:&lt;br /&gt;
&lt;br /&gt;
- setting up the development environment, coding standards, and all the other important stuff that you need to know before the real fun begins!&lt;/div&gt;</summary>
		<author><name>Gautamgupta</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Standard_for_Git_commit_messages&amp;diff=3256</id>
		<title>Standard for Git commit messages</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Standard_for_Git_commit_messages&amp;diff=3256"/>
		<updated>2012-01-12T14:37:37Z</updated>

		<summary type="html">&lt;p&gt;Gautamgupta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=General overview=&lt;br /&gt;
&lt;br /&gt;
This page describes the standard format of commit messages. Indeed, standard commit messages will ease the automatic generation of releases change logs.&lt;br /&gt;
&lt;br /&gt;
=Rules=&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
* Each commit message is made up of one or more commit blocks&lt;br /&gt;
* A commit block:&lt;br /&gt;
** The first line is the &#039;Commit Summary&#039; and describes the committed patch in a user friendly way&lt;br /&gt;
** the following lines begin with the Keyword &#039;&#039;&#039;Dev&#039;&#039;&#039; and are intended to the developpers team&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&amp;lt;Commit type&amp;gt; &amp;lt;commit description&amp;gt; &amp;lt;NEWLINE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Commit type&amp;gt; &amp;lt;commit description&amp;gt; &amp;lt;NEWLINE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&lt;br /&gt;
&lt;br /&gt;
[ Dev &amp;lt;development details&amp;gt; &amp;lt;NEWLINE&amp;gt; ]&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The commit type==&lt;br /&gt;
&lt;br /&gt;
The first word in the commit message gives the commit type:&lt;br /&gt;
* If the commit is about a fix, the commit message must begin with the keyword &#039;&#039;&#039;&#039;Fixed issue&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a change in LS feature, the commit message must begin with the keyword &#039;&#039;&#039;&#039;Updated feature&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a change in a translation, the commit message must begin with the keyword &#039;&#039;&#039;&#039;Updated translation&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a new feature, the commit message must begin with the keyword &#039;&#039;&#039;&#039;New feature&#039;&#039;&#039;&#039;&lt;br /&gt;
* If the commit is about a new translation, the commit message must begin with the keyword &#039;&#039;&#039;&#039;New translation&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==The commit description==&lt;br /&gt;
&lt;br /&gt;
Following the commit type is the commit description.&lt;br /&gt;
&lt;br /&gt;
This must be a single line (no newline character), and is intended to be used in the generated changelog.&lt;br /&gt;
&lt;br /&gt;
Ideally it is a text readable by end-users: for instance if you&#039;re resolving a bug ticket which has a very technical description, please use a &amp;quot;end-user friendly description&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The development details==&lt;br /&gt;
&lt;br /&gt;
Develoment details are added in extra optionnal lines, each one beginning with the keyword &#039;&#039;&#039;&#039;Dev&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Patches which require multiple commits==&lt;br /&gt;
&lt;br /&gt;
When multiple commits are linked to the same topic (same new feature, same fix, ...), the &#039;Commit Summary&#039; line of subsequent commits must be the same as the one provided for the first commit.&lt;br /&gt;
&lt;br /&gt;
Of course the development details can differ.&lt;br /&gt;
&lt;br /&gt;
== Examples:==&lt;br /&gt;
&lt;br /&gt;
Example of a simple language file update:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Updated translation: German&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a single bug which is fixed in several commits:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Fixed issue #2565: Can&#039;t access survey more than once on the same browser window&lt;br /&gt;
&lt;br /&gt;
Dev this fixes this bug for survey with tokens.&lt;br /&gt;
&lt;br /&gt;
Dev When showing a new token (different from the one in session), the previous session is destroyed.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fixed issue #2565: Can&#039;t access survey more than once on the same browser window&lt;br /&gt;
&lt;br /&gt;
Dev this fixes this bug for survey without tokens and without answer preview.&lt;br /&gt;
&lt;br /&gt;
Dev Session is destroyed at submit time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Fixed issue #2565: Can&#039;t access survey more than once on the same browser window&lt;br /&gt;
&lt;br /&gt;
Dev this fixes this bug for survey without tokens and with answer preview.&lt;br /&gt;
&lt;br /&gt;
Dev Session is destroyed when closing the answer preview window or closing the Submit confirmation page.&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a single commit containing several fixes each with a Dev comment:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;Fixed issue #1234: fixed some untranslated strings&lt;br /&gt;
&lt;br /&gt;
Dev missing call to clang-gT in admin.php&lt;br /&gt;
&lt;br /&gt;
Fixed issue #2345: fixed a small layout issue in condition editor&lt;br /&gt;
&lt;br /&gt;
Dev fixed div HTML elements&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Automatic version info=&lt;br /&gt;
&lt;br /&gt;
To have Information about Fileversion, author and commitdate automatically generated on commit. You must do three Things.&lt;br /&gt;
* Put the GPL Info and the Id tag into your new or unversionized file. It always looks like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
* LimeSurvey&lt;br /&gt;
* Copyright (C) 2007 The LimeSurvey Project Team / Carsten Schmitz&lt;br /&gt;
* All rights reserved.&lt;br /&gt;
* License: GNU/GPL License v2 or later, see LICENSE.php&lt;br /&gt;
* LimeSurvey is free software. This version may have been modified pursuant&lt;br /&gt;
* to the GNU General Public License, and as distributed it includes or&lt;br /&gt;
* is derivative of works licensed under the GNU General Public License or&lt;br /&gt;
* other free or open source software licenses.&lt;br /&gt;
* See COPYRIGHT.php for copyright notices and details.&lt;br /&gt;
*&lt;br /&gt;
* $Id$&lt;br /&gt;
*&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The important Tag is the $Id$, which will be replaced with the version info.&lt;br /&gt;
* Assuming you use TortoiseSVN, go to the folder with you newly created or unversioned file and right-click on the file.&lt;br /&gt;
** Under the Context-Menu &amp;quot;TortoiseSVN&amp;quot; you will find the Option &amp;quot;Properties&amp;quot;. Go to the Properties.&lt;br /&gt;
** Now you see an empty list with Options New and Import(others are not clickable).&lt;br /&gt;
** Choose &amp;quot;new&amp;quot;.&lt;br /&gt;
** Choose &amp;quot;svn:keyword&amp;quot; from the Property-Name-Dropdown-Menu and&lt;br /&gt;
** type &amp;quot;Id&amp;quot; as value.&lt;br /&gt;
** Click OK.&lt;br /&gt;
* Or if you use terminal, you can run the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;svn propset svn:keywords &amp;quot;Id&amp;quot; file.php&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* Now commit the file... and voila! The new file is versionized.&lt;/div&gt;</summary>
		<author><name>Gautamgupta</name></author>
	</entry>
</feed>