<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/310/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dasistwas</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/310/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dasistwas"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/Special:Contributions/Dasistwas"/>
	<updated>2026-04-20T03:15:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Booking_module&amp;diff=133132</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Booking_module&amp;diff=133132"/>
		<updated>2019-02-12T11:21:17Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: /* Example csv file as PDF */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
#maxanswers - max. number of participants (default 0)&lt;br /&gt;
#maxoverbooking - max. number of places on waiting list (default 0)&lt;br /&gt;
#limitanswers - limit the number of participants Help with Limit the number of participants (1 for limiting or 0 to disable)&lt;br /&gt;
#location - location ex. room number&lt;br /&gt;
&lt;br /&gt;
====Example csv file as image====&lt;br /&gt;
[[File:booking-import-csv.png]]&lt;br /&gt;
&lt;br /&gt;
====Example csv file as PDF====&lt;br /&gt;
You can try to extract line by line and put the content in a plain text editor, then save the text file as csv in order to have a properly formatted csv for the import.&lt;br /&gt;
[[File:testimport-csv.pdf|thumb]]&lt;br /&gt;
&lt;br /&gt;
==CSV import - activity completion==&lt;br /&gt;
&lt;br /&gt;
Fields in CSV:&lt;br /&gt;
#OptionID - Option ID &lt;br /&gt;
#UserID - User ID&lt;br /&gt;
#CourseCompleted - 1 - competed, 0 - not completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://plugins.moodlebites.com Try the Booking plugin] on http://plugins.moodlebites.com&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Booking_module&amp;diff=133131</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Booking_module&amp;diff=133131"/>
		<updated>2019-02-12T11:18:57Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: /* CSV import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
#maxanswers - max. number of participants (default 0)&lt;br /&gt;
#maxoverbooking - max. number of places on waiting list (default 0)&lt;br /&gt;
#limitanswers - limit the number of participants Help with Limit the number of participants (1 for limiting or 0 to disable)&lt;br /&gt;
#location - location ex. room number&lt;br /&gt;
&lt;br /&gt;
====Example csv file as image====&lt;br /&gt;
[[File:booking-import-csv.png]]&lt;br /&gt;
&lt;br /&gt;
====Example csv file as PDF====&lt;br /&gt;
You can try to extract the data from PDF and put it in a CSV file or paste it in Excel/LibreOffice Calc in order to generate a CSV.&lt;br /&gt;
[[File:testimport-csv.pdf|thumb]]&lt;br /&gt;
&lt;br /&gt;
==CSV import - activity completion==&lt;br /&gt;
&lt;br /&gt;
Fields in CSV:&lt;br /&gt;
#OptionID - Option ID &lt;br /&gt;
#UserID - User ID&lt;br /&gt;
#CourseCompleted - 1 - competed, 0 - not completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://plugins.moodlebites.com Try the Booking plugin] on http://plugins.moodlebites.com&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:testimport-csv.pdf&amp;diff=133130</id>
		<title>File:testimport-csv.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:testimport-csv.pdf&amp;diff=133130"/>
		<updated>2019-02-12T11:17:40Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Try to extract the data and put it in a csv file.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Try to extract the data and put it in a csv file.&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Booking_module&amp;diff=133129</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Booking_module&amp;diff=133129"/>
		<updated>2019-02-12T11:15:15Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: /* CSV import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
#maxanswers - max. number of participants (default 0)&lt;br /&gt;
#maxoverbooking - max. number of places on waiting list (default 0)&lt;br /&gt;
#limitanswers - limit the number of participants Help with Limit the number of participants (1 for limiting or 0 to disable)&lt;br /&gt;
#location - location ex. room number&lt;br /&gt;
&lt;br /&gt;
====Example csv file====&lt;br /&gt;
[[File:booking-import-csv.png]]&lt;br /&gt;
&lt;br /&gt;
==CSV import - activity completion==&lt;br /&gt;
&lt;br /&gt;
Fields in CSV:&lt;br /&gt;
#OptionID - Option ID &lt;br /&gt;
#UserID - User ID&lt;br /&gt;
#CourseCompleted - 1 - competed, 0 - not completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://plugins.moodlebites.com Try the Booking plugin] on http://plugins.moodlebites.com&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:booking-import-csv.png&amp;diff=133127</id>
		<title>File:booking-import-csv.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:booking-import-csv.png&amp;diff=133127"/>
		<updated>2019-02-12T11:13:28Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Screenshot of booking import csv file. This is an image because CSV can not be uploaded to the Moodle docs wiki.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot of booking import csv file. This is an image because CSV can not be uploaded to the Moodle docs wiki.&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Booking_module&amp;diff=121808</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Booking_module&amp;diff=121808"/>
		<updated>2015-12-11T08:56:08Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Calculations&amp;diff=113067</id>
		<title>Datalynx Calculations</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Calculations&amp;diff=113067"/>
		<updated>2014-06-10T22:27:15Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} For calculations see Datalynx Calculation_tags&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
For calculations see [[Datalynx Tags#Calculation_tags|Datalynx Calculation_tags]]&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_JavaScript,_CSS&amp;diff=113066</id>
		<title>Datalynx JavaScript, CSS</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_JavaScript,_CSS&amp;diff=113066"/>
		<updated>2014-06-10T22:26:17Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} It is possible to add custom JavaScript and CSS code to a datalynx activity.   == JavaScript == You can add custom JavaScript in &amp;quot;Manage -&amp;gt; JavaScript&amp;quot;. If you us...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
It is possible to add custom JavaScript and CSS code to a datalynx activity. &lt;br /&gt;
&lt;br /&gt;
== JavaScript ==&lt;br /&gt;
You can add custom JavaScript in &amp;quot;Manage -&amp;gt; JavaScript&amp;quot;. If you use JavaScript, make sure to choose appropriate selectors and classes, in order to only target the specific view where the JS should be used. Also make sure to make a difference between editing mode and view mode of a view. In the following example, the edit view is detected via the presence of an input-tag, that is not present in view mode.&lt;br /&gt;
&amp;lt;code javascript&amp;gt;&lt;br /&gt;
&lt;br /&gt;
YUI().use(&#039;node&#039;, &#039;event&#039;, function(Y) {&lt;br /&gt;
	if(Y.one(&#039;.class_only_present_in_a_view&#039;) &amp;amp;&amp;amp; Y.one(&#039;.sws input&#039;)){&lt;br /&gt;
		function werteberechnen(){&lt;br /&gt;
			var einzel = Y.all(&#039;.summeects&#039;);&lt;br /&gt;
                 }&lt;br /&gt;
	}&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== Possibilities to add JS ===&lt;br /&gt;
* Direct input&lt;br /&gt;
* Link to external JavaScript&lt;br /&gt;
* Upload a JS file&lt;br /&gt;
&lt;br /&gt;
== CSS ==&lt;br /&gt;
Add custom CSS in &amp;quot;Manage -&amp;gt; CSS&amp;quot;&lt;br /&gt;
=== Possibilities to add CSS ===&lt;br /&gt;
* Direct input&lt;br /&gt;
* Link to external JavaScript&lt;br /&gt;
* Upload a JS file&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-selectfilter.png&amp;diff=113065</id>
		<title>File:datalynx-selectfilter.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-selectfilter.png&amp;diff=113065"/>
		<updated>2014-06-10T22:24:57Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-viewindex01.png&amp;diff=113064</id>
		<title>File:datalynx-viewindex01.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-viewindex01.png&amp;diff=113064"/>
		<updated>2014-06-10T22:23:53Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-listview01.png&amp;diff=113063</id>
		<title>File:datalynx-listview01.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-listview01.png&amp;diff=113063"/>
		<updated>2014-06-10T22:22:42Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-entrytemplate-custom.png&amp;diff=113062</id>
		<title>File:datalynx-entrytemplate-custom.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-entrytemplate-custom.png&amp;diff=113062"/>
		<updated>2014-06-10T22:22:26Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-entrysetting.png&amp;diff=113061</id>
		<title>File:datalynx-entrysetting.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-entrysetting.png&amp;diff=113061"/>
		<updated>2014-06-10T22:22:12Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-listview.png&amp;diff=113060</id>
		<title>File:datalynx-listview.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-listview.png&amp;diff=113060"/>
		<updated>2014-06-10T22:22:02Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-viewtemplate-setting.png&amp;diff=113059</id>
		<title>File:datalynx-viewtemplate-setting.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-viewtemplate-setting.png&amp;diff=113059"/>
		<updated>2014-06-10T22:21:46Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-gridsetting2.png&amp;diff=113058</id>
		<title>File:datalynx-gridsetting2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-gridsetting2.png&amp;diff=113058"/>
		<updated>2014-06-10T22:19:40Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-gridviewsetting.png&amp;diff=113057</id>
		<title>File:datalynx-gridviewsetting.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-gridviewsetting.png&amp;diff=113057"/>
		<updated>2014-06-10T22:19:29Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-filters-example.png&amp;diff=113056</id>
		<title>File:datalynx-manage-filters-example.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-filters-example.png&amp;diff=113056"/>
		<updated>2014-06-10T22:08:38Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-filter-searchoptions.png&amp;diff=113055</id>
		<title>File:datalynx-manage-filter-searchoptions.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-filter-searchoptions.png&amp;diff=113055"/>
		<updated>2014-06-10T22:08:06Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-filters.png&amp;diff=113054</id>
		<title>File:datalynx-manage-filters.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-filters.png&amp;diff=113054"/>
		<updated>2014-06-10T22:07:32Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-statistics.png&amp;diff=113053</id>
		<title>File:datalynx-manage-statistics.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-statistics.png&amp;diff=113053"/>
		<updated>2014-06-10T22:05:44Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-notifications.png&amp;diff=113052</id>
		<title>File:datalynx-manage-notifications.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-manage-notifications.png&amp;diff=113052"/>
		<updated>2014-06-10T22:04:12Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Notifications&amp;diff=113051</id>
		<title>Datalynx Notifications</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Notifications&amp;diff=113051"/>
		<updated>2014-06-10T22:00:16Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} Users can be notified about different events. Who will be notified about what can be configured in &amp;quot;Manage -&amp;gt; Rules -&amp;gt; Add rule -&amp;gt; Event notifications&amp;quot;  == Events...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Users can be notified about different events. Who will be notified about what can be configured in &amp;quot;Manage -&amp;gt; Rules -&amp;gt; Add rule -&amp;gt; Event notifications&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
*Entry added&lt;br /&gt;
*Entry updated&lt;br /&gt;
*Entry deleted&lt;br /&gt;
*Entry approved&lt;br /&gt;
*Entry disapproved&lt;br /&gt;
*Comment added&lt;br /&gt;
*Rating added&lt;br /&gt;
*Rating updated&lt;br /&gt;
*Team member added&lt;br /&gt;
*Team member removed&lt;br /&gt;
&lt;br /&gt;
== Who to notify ==&lt;br /&gt;
&lt;br /&gt;
*From: User = currently logged in user; Author: author of entry&lt;br /&gt;
*To: Either the author or users, that have one of the roles in the list.&lt;br /&gt;
**Author&lt;br /&gt;
**Roles&lt;br /&gt;
***Teacher&lt;br /&gt;
***Non-editing teacher&lt;br /&gt;
***Student&lt;br /&gt;
&lt;br /&gt;
== Screenshot ==&lt;br /&gt;
[[Image:datalynx-manage-notifications.png|none|width: 600px|Datalynx notifications]]&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Statistics&amp;diff=113050</id>
		<title>Datalynx Statistics</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Statistics&amp;diff=113050"/>
		<updated>2014-06-10T21:58:48Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}}  Datalynx statistics provides the possibility to access the following data: *Number of created entries *Number of approved entries *Number of deleted entries *Num...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}} &lt;br /&gt;
Datalynx statistics provides the possibility to access the following data:&lt;br /&gt;
*Number of created entries&lt;br /&gt;
*Number of approved entries&lt;br /&gt;
*Number of deleted entries&lt;br /&gt;
*Number of visits&lt;br /&gt;
&lt;br /&gt;
== Screenshot ==&lt;br /&gt;
[[Image:datalynx-manage-statistics.png|none|width:600px|Datalynx statistics]]&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Filter,_Search_and_Sort&amp;diff=113049</id>
		<title>Datalynx Filter, Search and Sort</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Filter,_Search_and_Sort&amp;diff=113049"/>
		<updated>2014-06-10T21:57:49Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} This document describes the search and sort options for the datalynx activity.   == Filter search and sort options == There are 3 possibilities for searching, fil...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
This document describes the search and sort options for the datalynx activity. &lt;br /&gt;
&lt;br /&gt;
== Filter search and sort options ==&lt;br /&gt;
There are 3 possibilities for searching, filtering and sorting. &lt;br /&gt;
# The first one is to apply a &amp;quot;filter&amp;quot; to a view in the view settings. The search/sort criteria are then forced for a view and can not be changed by a user who calls the view (Except quick search option). &lt;br /&gt;
# The other possibility is to create a &amp;quot;filter&amp;quot; in &amp;quot;Manage -&amp;gt; Filters&amp;quot;, but you do not apply the filter in the view settings, but instead append the filter via the URL. &lt;br /&gt;
# The third possibility is to use tags. Currently the tags ##advancedfilter## and #quicksearch## provide an interface for the user, where the search criteria/search keywords can be chosen be the user him/herself.&lt;br /&gt;
&lt;br /&gt;
== What is a &amp;quot;view filter&amp;quot; ==&lt;br /&gt;
A filter can created via &amp;quot;Manage -filters&amp;quot;. For each filter you can define search and sort options, that are then saved as a filter. A filter can be attached to a view in the view settings. A filter can also be applied to a view by providing the filter id in the url. A typical link with a filter would look like that: www.example.com/mod/datalynx/view.php?d=1&amp;amp;view=1&amp;amp;filter=3 . Calling a view with a filter displays only entries that match the search criteria defined in the filter settings. You can also let users apply custom search and sort option. In order to provide search options for users, tags are used. For more information on tags have a look at [[Datalynx Datalynx Tags|Datalynx Tags]]&lt;br /&gt;
&lt;br /&gt;
In the settings of each view it is possible to select a filter, if there are filters defined at &amp;quot;Manage -&amp;gt; Filters&amp;quot;. Choosing a filter in the view setting &amp;quot;filter&amp;quot;, changes the view in the following way:&lt;br /&gt;
* Only entries, that match the search criteria will be displayed (if present in the filter, they can also stay undefined)&lt;br /&gt;
* The entries will be sorted according to the sort criteria (if present)&lt;br /&gt;
* The number of entries shown per page will be defined by the filter (default for a view without filter is 50 entries per page)&lt;br /&gt;
&lt;br /&gt;
When applying a filter to a view via the view settings it is currently the &amp;quot;advanced filter&amp;quot;, is not visible for users.&lt;br /&gt;
&lt;br /&gt;
== Create a filter ==&lt;br /&gt;
In the datalynx activity go to &amp;quot;Manage -&amp;gt; Filters&amp;quot;. This opens the list of all created filters. If there is no filter created yet, only the link &amp;quot;Add a filter&amp;quot; is shown. Click on the link to create a new filter. To edit an existing filter click on the &amp;quot;edit icon&amp;quot; in the filter you want to edit.&lt;br /&gt;
&lt;br /&gt;
[[Image:datalynx-manage-filters.png|none|width:600px|Datalynx Manage filters]]&lt;br /&gt;
&lt;br /&gt;
== Filter settings ==&lt;br /&gt;
The filter settings are split in 4 different categories.&lt;br /&gt;
=== General ===&lt;br /&gt;
*Name: A name for the filter. A good practice for choosing names is to describe what the filter does. Example: Single view (for displaying one entry per page) or &amp;quot;Approved entries&amp;quot; for all approved entries. &lt;br /&gt;
*Description: Optional, provide additional info what the filter does&lt;br /&gt;
*Visible: If set to yes, the filter will be shown if the view tag ##filtersmenue## is used. This tag is a placeholder for a dropdown menu, typically shown in the header of a view, to allow users to choose a filter.&lt;br /&gt;
&lt;br /&gt;
=== Filter ===&lt;br /&gt;
*Per page: Select the number of max. entries shown per page.&lt;br /&gt;
*Selection&lt;br /&gt;
**Per page: Entries will be shown as defined in the sort options&lt;br /&gt;
**Random: Random will be reshuffled on each refresh/reload of the page in the browser.&lt;br /&gt;
*Group by: Entries can be grouped. Example: Each users enters information abour his/her car. Number of doors, manual/automatic and car brand. You can then select to group the entries by brand. Then all cars of the brand &amp;quot;VW&amp;quot; will be listed together, and all the cars of the brand &amp;quot;Chrysler&amp;quot; and so on.&lt;br /&gt;
*Search: Enter a search keyword, that must be present in an entry in order to be displayed.&lt;br /&gt;
=== Sort options ===&lt;br /&gt;
*Sort field 1: Select a field from the dropdown list, that is used for sorting the entries. Example: You have a list of courses with description, start date, duration and title as fields. Then you can select either the title or the start date, etc. for sorting the entries.&lt;br /&gt;
*Sort field 2: If two entries of the above sort criteria have the same value, then you can define here, which of these entries will be shown first.&lt;br /&gt;
*Sort field 3: See previous point.&lt;br /&gt;
=== Search options ===&lt;br /&gt;
You can define very complex search criteria in the section. Note, that not all possibilities available make sense (this will be improved in the coming versions of datalynx). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AND/OR:&#039;&#039;&#039; For each search field, you can choose between AND/OR: Choose AND if the two conditions should be met. Example: AND brand = VW AND color = RED. Note that you can create filters, that won&#039;t return any entry, for example if you define. AND brand = VW and brand = Chrysler: No car in the world is branded as VW AND Chrysler. But if you want that either one or the other condition should be met, then select: OR brand = VW, OR brand = Chrysler. That will show all entries, that have Chrysler or VW as brand name.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RELOAD button at the bottom:&#039;&#039;&#039; After selecting a value from the dropdown list after AND/OR (the dropdown show a list of available search options), you have to press the RELOAD button, in order to load the available search criteria for the selected option. The following image shows an example for creating a search criteria for search option one, choosing the time the entry was created as a criteria:&lt;br /&gt;
[[Image:datalynx-manage-filter-searchoptions.png|none|width:600px|Datalynx timecreated search option]]&lt;br /&gt;
&lt;br /&gt;
*Search field 1: How to create an option: First choose AND/OR, then choose a search option from the dropdown, then click on the button &amp;quot;RELOAD&amp;quot;, then choose from the loaded comparison possibilities.&lt;br /&gt;
*Search field 2: Same as above  &lt;br /&gt;
*Search field 3: Same as above&lt;br /&gt;
&lt;br /&gt;
=== Search options example: Display all entries of the current user ===&lt;br /&gt;
We want to display all the entries, of the user, who is currently viewing the datalynx activity. In order to achieve that, select the following search criteria:&lt;br /&gt;
[[Image:datalynx-manage-filters-example.png|none|width:600px|Datalynx filter current user]]&lt;br /&gt;
&lt;br /&gt;
== Apply a filter to a view ==&lt;br /&gt;
You can either apply a filter in &amp;quot;Manage -&amp;gt; Views&amp;quot; via selecting from the views list the filter from the dropdown, or you edit the settings of a view and choose the filter in the option &amp;quot;filter&amp;quot;. Another possibility is to let the user choose a filter by adding the tag ##filtersmenu## to the view setting &amp;quot;view template&amp;quot;. For more information about views and settings have a look at [[Datalynx View settings|General view settings]]. For more information how to use datalynx tags have a look at [[Datalynx Tags|Datalynx Tags]]&lt;br /&gt;
&lt;br /&gt;
== Provide search forms for users ==&lt;br /&gt;
There are two tags, that can be put in the &amp;quot;View template&amp;quot; section of each view setting. &lt;br /&gt;
# ##quicksearch## This tag provides an input field, where you can type a keyword. All matching entries will then be shown.&lt;br /&gt;
# ##advancedfilter## Provides a form where the user can define search criteria for each field, or entry property. For example the user can filter all entries, that are written by a specific user. The user can also combine different search option. The advanced search provides very precise search options.&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=113047</id>
		<title>Datalynx Fields</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=113047"/>
		<updated>2014-06-10T21:56:57Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Datalynx fields are used to collect and display predefined data elements such as text, dates or numbers in an entry. You can choose between a huge amount of fields. Field administration can be accessed via the tab &amp;quot;Manage -&amp;gt; Fields&amp;quot;.&lt;br /&gt;
== General field settings ==&lt;br /&gt;
These settings are available for all field types. For the settings of a specific field type have a look at the documentation of the specific field type.&lt;br /&gt;
=== Name ===&lt;br /&gt;
Name of the field. Will be used for creating the tag, that will be placed in a view. Example: Name = Car brands, the tag to place in view will be [[Car brands]]. Make the field name as short and simple as possible.&lt;br /&gt;
=== Description===&lt;br /&gt;
Optional description of the field. Is not really used except in the fields overview in the &amp;quot;Manage&amp;quot; area.&lt;br /&gt;
=== Visible to ===&lt;br /&gt;
* Everyone: Use this, if you want, that every course member (role with capability to access a view) can see the field. Example: Photo for a photo activity, that should be reviewed by other course members&lt;br /&gt;
* Owners and managers: Use this, if you want to hide critical or personal informaation to be seen by other people than managers or the person who created the entry (= owner). Example: Hiding bank account numbers or other sensitive personal info.&lt;br /&gt;
* Managers only: Use this to hide comments from the owner, such as evaluation comments, that should only be seen by other managers.&lt;br /&gt;
=== Editable ===&lt;br /&gt;
*Yes: Owner and managers can edit&lt;br /&gt;
*No: Only manager can edit the value (Example: Used for certification purposes)&lt;br /&gt;
===Field label ===&lt;br /&gt;
The field label allows for specifying a designated field label that can be added to the view by means of the &amp;lt;nowiki&amp;gt;[[fieldname@]]&amp;lt;/nowiki&amp;gt; field pattern. This field pattern observes the field visibility and is hidden if the field is set to be hidden. The field label can also serve as a field display template and it interprets patterns of that field if included in the label. For example, with a number field called Number and the field label defined as &#039;You have earned &amp;lt;nowiki&amp;gt;[[Number]]&amp;lt;/nowiki&amp;gt; credits.&#039; and an entry where the number value is 47 the pattern &amp;lt;nowiki&amp;gt;[[Number@]]&amp;lt;/nowiki&amp;gt; would be displayed as &#039;You have earned 47 credits.&#039;&lt;br /&gt;
==== Example ====&lt;br /&gt;
* Field name: My number&lt;br /&gt;
* Field label: &amp;amp;lt;h1&amp;gt; My number is: &amp;lt;nowiki&amp;gt;[[My number]]&amp;lt;/nowiki&amp;gt;. It is the best number of all! &amp;amp;lt;/h1&amp;gt;&lt;br /&gt;
* Tag to be used in a view: &amp;lt;nowiki&amp;gt;[[My number@]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result in a view, that displays a chosen value: The tag &amp;lt;nowiki&amp;gt;[[My number@]]&amp;lt;/nowiki&amp;gt; will be replaced with the field label and the field value, if the field is visible in a view. Assume you entered the number 40, then the result would look like this (it is a heading):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;My number is: 40. It is the best number of all!&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result in a view, that is used for data input (creating an entry): Same as display, but instead of the number to display, the input field, where you have to enter the number will be displayed.&lt;br /&gt;
&lt;br /&gt;
==Adding a field==&lt;br /&gt;
To add a field select the field type from the &#039;Add a field&#039; dropdown. This will open the field configuration form where you can name the field instance and configure other settings as required.&lt;br /&gt;
==Setting visibility==&lt;br /&gt;
You can set the field visibility either in the field configuration form or by clicking the field&#039;s eye icon in the Visible column. The field can be visible to everyone (default), entry-author and managers, or only managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Setting editability==&lt;br /&gt;
You can set the field editability either in the field configuration form or by clicking the field&#039;s lock icon in the Editable column. The field can be editable by the entry-author and managers (default) or only by managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Updating a field==&lt;br /&gt;
You can click on the field&#039;s name or the edit icon of the field to open the configuration form for updating.&lt;br /&gt;
==Duplicating one or more fields==&lt;br /&gt;
You can duplicate a field by clicking the duplicate icon of the field. This will create an exact copy of the duplicated fiel with a different name. You can then proceed to update the field settings. &lt;br /&gt;
&lt;br /&gt;
You can duplicate more than one field in one go by selecting the designated fields and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
==Deleting one or more fields==&lt;br /&gt;
You can delete a field by clicking the delete icon of the field.&lt;br /&gt;
You can delete more than one field in one go by selecting the designated fields and clicking and bulk-delete icon (in the list&#039;s header).&lt;br /&gt;
&lt;br /&gt;
==Available fields==&lt;br /&gt;
A list of fields, available for data input and display&lt;br /&gt;
===Checkbox===&lt;br /&gt;
Suitable for choosing multiple option values. (Multiselect). You can add new option values or update existing option values. Datalynx deals also with the case, if someone already did choose a certain option value, and you rename or delete this option value. &lt;br /&gt;
====Add options ====&lt;br /&gt;
One option per line&lt;br /&gt;
&lt;br /&gt;
==== Default values (one per line)====&lt;br /&gt;
These are the options with an already activated checkbox, when a user creates a new entry.&lt;br /&gt;
====Options separator====&lt;br /&gt;
Choose how the options should be displayed. &lt;br /&gt;
====Allow adding options ====&lt;br /&gt;
If enabled, a user is not limited to select from the given options, but can also add a new option to the already defined options.&lt;br /&gt;
===Course grade item===&lt;br /&gt;
Select a grade item from a course activity.&lt;br /&gt;
===Course group===&lt;br /&gt;
Display course group of the owner.&lt;br /&gt;
===Datalynx view===&lt;br /&gt;
The fields embeds another datalynx activity in the hosting activity. It displays entries of the embedded activity according to the filter settings of the field. &lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039; Display all the entries of datalynx activity B of the owner of an entry in datalynx activity A.&lt;br /&gt;
==== Datalynx ====&lt;br /&gt;
Choose the Datalynx whose view you want to display. You can select any Datalynx in this site for which you have &#039;managetemplates&#039; capability.&lt;br /&gt;
==== View ====&lt;br /&gt;
Choose the view you want to display from the selectd Datalynx.&lt;br /&gt;
==== Filter by ====&lt;br /&gt;
Select Entry author to include in the displayed view only entries by the author of the hosting entry.&lt;br /&gt;
Select Entry group to include in the displayed view only entries by members of the hosting entry author&#039;s group.&lt;br /&gt;
==== Custom sort ====&lt;br /&gt;
You can add custom sort criteria that would be applied to the displayed view. Each criterion is a comma separated &amp;lt;nowiki&amp;gt;[[field name]]&amp;lt;/nowiki&amp;gt;,ASC/DESC pair. One criterion per line. The pattern must be included in the selected view template. For example, assuming the patterns ##author:firstname## and &amp;lt;nowiki&amp;gt;[[Count]]&amp;lt;/nowiki&amp;gt; are included in the selected view template, by the following criteria the view will display the entries sorted by the author first name in ascending order and counts in descending order: ##author:firstname##,ASC&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Count]]&amp;lt;/nowiki&amp;gt;,DESC&lt;br /&gt;
==== Custom search ====&lt;br /&gt;
You can add custom search criteria that would be applied to the displayed view. Each criterion is a comma separated AND/OR,remote field pattern,0/1,operator,local field pattern/value. One criterion per line. The pattern must be included in the selected view template. For example, assuming the patterns ##author:firstname## is included in the selected view template, by the following criteria the view will display only entries by the author first name: AND,##author:firstname##,0,=,##author:firstname##&lt;br /&gt;
&lt;br /&gt;
===Duration===&lt;br /&gt;
The only duration config option is the width of the input box. The input box is used to enter a number when editing an entry. It looks like this:&lt;br /&gt;
[[Image:datalynx-field-duration.png|none|width:600px|Datalynx field duration]]&lt;br /&gt;
&lt;br /&gt;
===File===&lt;br /&gt;
Upload one or more files.&lt;br /&gt;
&lt;br /&gt;
Specific settings for this field:&lt;br /&gt;
* Total size of uploaded files&lt;br /&gt;
* Max number of uploaded files&lt;br /&gt;
* Accepted file types: Any file, HTML, image.&lt;br /&gt;
&lt;br /&gt;
===Identifier===&lt;br /&gt;
Create automatically a unique ID for an entry. Specific settings are:&lt;br /&gt;
*Salt source: Usually you should use Random for that option&lt;br /&gt;
*Salt size: Numerical value, default 10&lt;br /&gt;
*Uniqueness: YES/NO: Checks if generated Identifier is really unique. If not it is calculated again.&lt;br /&gt;
&lt;br /&gt;
===Nanogong===&lt;br /&gt;
Input live audio.&lt;br /&gt;
This field has been removed. Please use https://moodle.org/plugins/view.php?plugin=repository_recordaudio instead to record and upload audio files.&lt;br /&gt;
&lt;br /&gt;
===Number===&lt;br /&gt;
Input a number. Settings available:&lt;br /&gt;
*Decimals: How many decimals should be accepted&lt;br /&gt;
*Width: Width of the input field used in edit mode&lt;br /&gt;
&lt;br /&gt;
===Picture===&lt;br /&gt;
Upload one or more pictures.&lt;br /&gt;
*Display dimensions (width x height)px: fixed dimensions, image will be scaled disproportionally if both values width and height are given. If only width or height is given the other value is scaled proportionally &lt;br /&gt;
*Max dimensions (width x height)px:&lt;br /&gt;
*Thumb dimensions (width x height)px: Size of the thumbnail. To generate a thumb use tha tag [[imagefieldname:thumb]]&lt;br /&gt;
*Total size of uploded files&lt;br /&gt;
*Max number of uploaded files&lt;br /&gt;
*Accepted file types: all image files, jpg only, png only or gif only&lt;br /&gt;
&lt;br /&gt;
===Radio button===&lt;br /&gt;
Choose one option from many available options. Available settings:&lt;br /&gt;
&lt;br /&gt;
*Add options: Fill in one option per line&lt;br /&gt;
*Default: Default value to use, optional.&lt;br /&gt;
*Allow adding options: If set, users are not limited to choose from the given values defined in &amp;quot;Add options&amp;quot;, but can add a completely new option value. This option value is added to &amp;quot;Add options&amp;quot; so that other users can choose the newly created option value&lt;br /&gt;
*Limit choices for users: Enable this to prevent a user from choosing the same option more than once in separate entries.&lt;br /&gt;
*Options separator: How to display the options&lt;br /&gt;
&lt;br /&gt;
===Select===&lt;br /&gt;
Like radio, but a dropdown menu is displayed for choosing a value.&lt;br /&gt;
&lt;br /&gt;
===Select (multiple)===&lt;br /&gt;
Select multiple values from a list&lt;br /&gt;
===Team member select===&lt;br /&gt;
Select users who are enrolled and have the given role. You can also define if a team member is notified when it is added.&lt;br /&gt;
&lt;br /&gt;
*Maximum team size: Specify the maximum size of the team. It must be a positive integer.&lt;br /&gt;
*Minimum team size: Enter the miminum allowed number of team members here. 0 for unlimited team members&lt;br /&gt;
*Admissible roles: Users possessing any of the selected roles will be admissible to the team. At least one role must be selected.&lt;br /&gt;
**Student&lt;br /&gt;
**Non-editing teacher&lt;br /&gt;
**Teacher&lt;br /&gt;
**Manager&lt;br /&gt;
*List format:&lt;br /&gt;
*Notify team members: Select this option to inform team members of their membership status change.&lt;br /&gt;
*Team field: Check this box to designate this field as a team field. When approving an entry with a specified team that entry will be copied and assigned to every team member. Only one field per Datalynx instance may be designated as a team field.&lt;br /&gt;
*Reference field: Select a field to serve as a duplicate prevention field. This will skip creating entries for users who already have an approved entry with the same field value as the one being approved.&lt;br /&gt;
&lt;br /&gt;
===Text===&lt;br /&gt;
Enter a single line of text. &lt;br /&gt;
&lt;br /&gt;
*Allow autolink:&lt;br /&gt;
*Width: The width of the input field in edit mode&lt;br /&gt;
*Format: Restrict the input text to one of the following values&lt;br /&gt;
**You must enter only letters or numbers here.&lt;br /&gt;
**You must enter only letters here.&lt;br /&gt;
**You must enter a number here.&lt;br /&gt;
**You must enter a valid email address here.&lt;br /&gt;
**You must enter no punctuation characters here.&lt;br /&gt;
&lt;br /&gt;
*Number of characters: Restrict the allowed number of chars to:&lt;br /&gt;
**Minimun&lt;br /&gt;
**Max&lt;br /&gt;
**Ramge&lt;br /&gt;
&lt;br /&gt;
===Text area===&lt;br /&gt;
Enter complex HTML with a visual editor.&lt;br /&gt;
&lt;br /&gt;
*Enable editor: Choose whether a visual editor should be used for formatting the text.&lt;br /&gt;
*Columns: Width of the input field &lt;br /&gt;
*Rows: Height of the input field&lt;br /&gt;
*Trust text: Users can input malicious code, prevent them from doing that?&lt;br /&gt;
*Total size of uploded files: You can upload files with the editor to be included in the text&lt;br /&gt;
*Max number of uploaded files:&lt;br /&gt;
&lt;br /&gt;
===Time===&lt;br /&gt;
Enter a time or a date. Available settings:&lt;br /&gt;
&lt;br /&gt;
*Date only: Select this option to display only the date portion of the field value and a date only selector when the field is edited.&lt;br /&gt;
*Masked: Select this option to render Time/Date selector dropdowns with labels (e.g. Year, Month, Day) for empty values. The labels are defined in the language pack.&lt;br /&gt;
*Start year: Year value (YYYY). This value determines the min year value in the date/time selector in editing mode. Leave 0 or empty to use Moodle default.&lt;br /&gt;
*Stop year:Year value (YYYY). This value determines the max year value in the date/time selector in editing mode. Leave 0 or empty to use Moodle default.&lt;br /&gt;
*Display format:You can set a custom display format for the field value. Format options can be found at PHP strftime format. http://php.net/manual/en/function.strftime.php&lt;br /&gt;
&lt;br /&gt;
===Url===&lt;br /&gt;
Enter an url&lt;br /&gt;
&lt;br /&gt;
*Use url picker when editing: Use moodle url picker&lt;br /&gt;
*Force name for the link: When set this string is used as link text, otherwise user can choose a link text.&lt;br /&gt;
*CSS classes: Style to append to the link&lt;br /&gt;
*&#039;target&#039; attribute: User the value _blank for new window, otherwise leave empty.&lt;br /&gt;
&lt;br /&gt;
===User custom info===&lt;br /&gt;
If custom user profile fields are defined, select a custom user profile field to display. &lt;br /&gt;
More info on user profile fields: [[User profile fields]]&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_CSV_view&amp;diff=113046</id>
		<title>Datalynx CSV view</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_CSV_view&amp;diff=113046"/>
		<updated>2014-06-10T21:56:00Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} Special settings for a CSV view. In this view the &amp;quot;Entry template&amp;quot; setting is missing, because in order to export data, no layout is necessary. Instead, the data ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Special settings for a CSV view. In this view the &amp;quot;Entry template&amp;quot; setting is missing, because in order to export data, no layout is necessary. Instead, the data for output is controlled by the setting &amp;quot;Settings&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== View template ==&lt;br /&gt;
This view provides tags, that are not present in other views. The tags ##export:page## and ##export:all## will create a link, that leads to the download of the CSV, XLS or ODS file. The tag ##import## is currently not supported.&lt;br /&gt;
== Settings ==&lt;br /&gt;
In this section, you can determine the output data.&lt;br /&gt;
===Output type===&lt;br /&gt;
*CSV &lt;br /&gt;
*Excel (XLS)&lt;br /&gt;
*OpenDocumentSpreadsheet (ODS)&lt;br /&gt;
===delimiter===&lt;br /&gt;
The delimiter for separating columns (table cells).&lt;br /&gt;
===enclosure===&lt;br /&gt;
You can define, if text is put in parentheses or similar signs.&lt;br /&gt;
===Encoding===&lt;br /&gt;
The default value for export is UTF-8. UTF-8 has become the dominant character encoding for the World Wide Web, accounting for more than half of all Web pages. But you can choose any other encoding as well.&lt;br /&gt;
===Export fields===&lt;br /&gt;
Typically, you export one field per line. You can also combine to fields in one line, if you want to join them in a table cell.&lt;br /&gt;
=== Field tags===&lt;br /&gt;
Choose the fields to be exported from this dropdown menu. Note, that image fields, or file-fields can not be exported to CSV.&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_PDF_view&amp;diff=113045</id>
		<title>Datalynx PDF view</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_PDF_view&amp;diff=113045"/>
		<updated>2014-06-10T21:55:16Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} Settings for a PDF view, that are only applicable for this specific view type.   == Tags only available in PDF view ==  * ##export## Export the current page * ##e...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Settings for a PDF view, that are only applicable for this specific view type. &lt;br /&gt;
&lt;br /&gt;
== Tags only available in PDF view ==&lt;br /&gt;
&lt;br /&gt;
* ##export## Export the current page&lt;br /&gt;
* ##export:all## Export all entries&lt;br /&gt;
* ##pagebreak## Has to be placed in the settings &amp;quot;View template&amp;quot; or &amp;quot;Entry template&amp;quot;. It will create a page break in the generated PDF at its position&lt;br /&gt;
&lt;br /&gt;
The export tags should only be used for administration, or similar purposes. To give access to the PDF, use the technique described in the next chapter (PDF settings)&lt;br /&gt;
&lt;br /&gt;
== PDF settings ==&lt;br /&gt;
The settings described below are used with the tag ##export:all## or ##export:page##. Usually users should not directly access this view, but only download the PDF. To generate a download link from within an entry, this would be the pattern to use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#{{viewlink:NameOfThePDFView;Text of the link to display;pdfexportentry=##entryid##|dest=D|docname=PDFName##author:firstname##-##author:lastname##;}}#&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above link will generate a download link with the entry id of the current entry, and the name of the author of the entry included in the filename of the PDF.&lt;br /&gt;
&lt;br /&gt;
=== Document name ===&lt;br /&gt;
Name of the document. You should also be able to user placeholders like ##author:firstname## for the name.&lt;br /&gt;
=== Orientation ===&lt;br /&gt;
Choose landscape or portrait &lt;br /&gt;
=== Unit ===&lt;br /&gt;
*millimeter&lt;br /&gt;
*point&lt;br /&gt;
*centimeter&lt;br /&gt;
*inch&lt;br /&gt;
=== Format ===&lt;br /&gt;
*Letter&lt;br /&gt;
*A4&lt;br /&gt;
=== Destination ===&lt;br /&gt;
*Send to browser&lt;br /&gt;
*Download&lt;br /&gt;
&lt;br /&gt;
== PDF TOC (Table of Content) ==&lt;br /&gt;
Automatically generate a table of content based on the entries.&lt;br /&gt;
&lt;br /&gt;
=== TOC Page ===&lt;br /&gt;
Page number (e.g. 1). The page where the TOC should be displayed. By default (page number empty or 0) the TOC is not displayed.&lt;br /&gt;
&lt;br /&gt;
Page bookmarks can be added in the repeatd entry section with tags in the format: #@bookmark-type:bookmark-level:bookmark-text@#&lt;br /&gt;
&lt;br /&gt;
Bookmark type: PDF-GBM for group bookmark, PDF-BM for regular bookmark. Group bookmarks display only the first occurence in a sequence of the same bookmark-text.&lt;br /&gt;
Bookmark-level: 0 - n. If the html TOC template is used, it must contain a template definition for each bookmark level that is specified in the content.&lt;br /&gt;
Bookmark-text: The text that will be displayed for the bookmark in the TOC. Field tags can be used to extract the text from the entry content.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#@PDF-GBM:0:##author:name##@#&lt;br /&gt;
#@PDF-BM:1:[[Date masked]]@#&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TOC Name ===&lt;br /&gt;
Name for the table of content&lt;br /&gt;
=== TOC Title ===&lt;br /&gt;
Html for the TOC title that is displayed above the table of content. For example, &amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;gt;TABLE OF CONTENT&amp;amp;lt;/h1&amp;gt;&amp;lt;/code&amp;gt; will display the TOC page with the title &#039;TABLE OF CONTENT&#039; styled as heading1.&lt;br /&gt;
&lt;br /&gt;
=== TOC Template===&lt;br /&gt;
The TOC Template specifies the html for displaying the bookmarks in the table of content. The #TOC_DESCRIPTION# and #TOC_PAGE_NUMBER# must be enclosed in span tags.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div&amp;gt;&amp;amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;#TOC_DESCRIPTION#&amp;amp;lt;/span&amp;gt; ... &amp;amp;lt;span&amp;gt;#TOC_PAGE_NUMBER#&amp;amp;lt;/span&amp;gt;&amp;amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;div&amp;gt;&amp;amp;lt;span style=&amp;quot;color:#00FF00;&amp;quot;&amp;gt;#TOC_DESCRIPTION#&amp;amp;lt;/span&amp;gt; ... &amp;amp;lt;span&amp;gt;#TOC_PAGE_NUMBER#&amp;amp;lt;/span&amp;gt;&amp;amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
By this simple template the pdf file will display the TOC with the first bookmark level in red and the second in green. Page numbers will be displayed separated from the bookmark descriptions by ellipsis.&lt;br /&gt;
&lt;br /&gt;
== PDF Frame ==&lt;br /&gt;
A background image for the first page can be added here.&lt;br /&gt;
&lt;br /&gt;
== PDF Watermark ==&lt;br /&gt;
This inserts image into the first page of the PDF. Currently it is only possible to have a watermark on the first page. Further you can define the transparency of the image.&lt;br /&gt;
&lt;br /&gt;
== PDF Header ==&lt;br /&gt;
A header to be displayed on every page of the generated PDF.&lt;br /&gt;
&lt;br /&gt;
== PDF Footer ==&lt;br /&gt;
A footer to display on every page.&lt;br /&gt;
&lt;br /&gt;
== PDF Margins and paging ==&lt;br /&gt;
Margins and paging for every page of the PDF.&lt;br /&gt;
&lt;br /&gt;
== PDF Protection ==&lt;br /&gt;
You can set what users can do with the generated PDF.&lt;br /&gt;
&lt;br /&gt;
===Permissions denied===&lt;br /&gt;
Activate the checkboxes for each option in order to prevent the users from:&lt;br /&gt;
*Print the document&lt;br /&gt;
*Modify content&lt;br /&gt;
*Copy/extract content&lt;br /&gt;
*Fill in forms&lt;br /&gt;
*Extract content&lt;br /&gt;
*Assemble&lt;br /&gt;
*Print high level&lt;br /&gt;
&lt;br /&gt;
=== User password ===&lt;br /&gt;
Set a password, that is needed in order to view the PDF.&lt;br /&gt;
&lt;br /&gt;
=== Owner password ===&lt;br /&gt;
Set a password in order to override prevented actions set in the setting &amp;quot;Permission denied&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Digital Signature ==&lt;br /&gt;
You can sign a PDF with a self signed certificate in order to prevent forgery and falsification of certificates. &lt;br /&gt;
&lt;br /&gt;
=== Certificate ===&lt;br /&gt;
Provide the self signed certificate here. The certificate should be provided as .crt file. To generate a self signed certificate follow these 3 steps (linux command line):&lt;br /&gt;
&lt;br /&gt;
* To create self-signed signature: openssl req -x509 -nodes -days 365000 -newkey rsa:1024 -keyout tcpdf.crt -out tcpdf.crt&lt;br /&gt;
* To export crt to p12: openssl pkcs12 -export -in tcpdf.crt -out tcpdf.p12&lt;br /&gt;
* To convert pfx certificate to pem: openssl pkcs12 -in tcpdf.pfx -out tcpdf.crt -nodes&lt;br /&gt;
&lt;br /&gt;
Also note, that you must have installed OpenSSL extension in PHP.&lt;br /&gt;
&lt;br /&gt;
=== Password ===&lt;br /&gt;
The password you used to create the certificate.&lt;br /&gt;
&lt;br /&gt;
=== Permissions ===&lt;br /&gt;
Select the permission the users should have for handling the PDF file.&lt;br /&gt;
&lt;br /&gt;
=== name, location, reason, contact ===&lt;br /&gt;
Optional fields.&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Tabular_view&amp;diff=113044</id>
		<title>Datalynx Tabular view</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Tabular_view&amp;diff=113044"/>
		<updated>2014-06-10T21:54:29Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} This view can be used to display data in a tabular form or to bulk edit entries. The strength of the view is, that it enables the user to edit multiple entries si...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
This view can be used to display data in a tabular form or to bulk edit entries. The strength of the view is, that it enables the user to edit multiple entries simultaneously and to bulk update entries with one click. Combined with filters, this view can be used to manage many entries at once.&lt;br /&gt;
&lt;br /&gt;
== Entry template ==&lt;br /&gt;
The only setting, that differs from the general view settings is the setting &amp;quot;Entry template&amp;quot;. Tabular view provides more tags for these settings. &lt;br /&gt;
&lt;br /&gt;
=== Bulkd update tag ===&lt;br /&gt;
%%fieldname:bulkedit%% has to be placed in the header of the table and is automatically created for each field available in the datalynx activity. Note: Not all fields support bulk update. Please try before you use it. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How to use it&#039;&#039;&#039;&lt;br /&gt;
#Select the entries, you want to change by activating the checkbox of each entry&lt;br /&gt;
#Click on the bulk edit button in the header row of the table&lt;br /&gt;
#In the header row activate the checkbox of the column you want to bulk edit&lt;br /&gt;
#The value you put in the first row of the table (the first row after the table header) will be used for all other entries. All other entries will be overwritten with the value given in the first row.&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Grid_view&amp;diff=113043</id>
		<title>Datalynx Grid view</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Grid_view&amp;diff=113043"/>
		<updated>2014-06-10T21:53:41Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} This page describes the settings that are only applicable for a Grid view. A description of common view settings can be found at Datalynx View settings|General ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
This page describes the settings that are only applicable for a Grid view. A description of common view settings can be found at [[Datalynx View settings|General view settings]]&lt;br /&gt;
&lt;br /&gt;
== Grid settings ==&lt;br /&gt;
&lt;br /&gt;
The grid settings are the only settings in addition to the general view settings. &lt;br /&gt;
&lt;br /&gt;
=== Number of columns ===&lt;br /&gt;
This setting defines how man entries are displayed per row. If there is only one entry per row, then leave the default setting &amp;quot;Choose&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Example: Default setting, 1 entry per row&lt;br /&gt;
[[Image:datalynx-gridviewsetting.png|none|width:600px|Default gridsetting example]]&lt;br /&gt;
&lt;br /&gt;
Example: Grid setting set to 2 = 2 entries per row&lt;br /&gt;
[[Image:datalynx-gridsetting2.png|none|width:600px|Grid setting 2]]&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_View_settings&amp;diff=113042</id>
		<title>Datalynx View settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_View_settings&amp;diff=113042"/>
		<updated>2014-06-10T21:52:58Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} The settings described on this page apply for every view. Each view type has additional settings, that are described in the documentation of the specific view.  =...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
The settings described on this page apply for every view. Each view type has additional settings, that are described in the documentation of the specific view.&lt;br /&gt;
&lt;br /&gt;
== View general settings ==&lt;br /&gt;
===Name===&lt;br /&gt;
The name of the view. The name will appear as title in the browser title bar and on the &amp;quot;view index&amp;quot;.&lt;br /&gt;
===Description===&lt;br /&gt;
Optional. This is only used to display additional information in the &amp;quot;view index&amp;quot;&lt;br /&gt;
===Visible to===&lt;br /&gt;
Define which role can access the view. Supported roles are:&lt;br /&gt;
{| cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Role&lt;br /&gt;
! Permission&lt;br /&gt;
|-&lt;br /&gt;
|Manager&lt;br /&gt;
|viewprivilegemanager&lt;br /&gt;
|-&lt;br /&gt;
|Teacher&lt;br /&gt;
|viewprivilegeteacher&lt;br /&gt;
|-&lt;br /&gt;
|Student&lt;br /&gt;
|viewprivilegestudent&lt;br /&gt;
|-&lt;br /&gt;
|Guest&lt;br /&gt;
|viewprivilegeguest&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
How it works: The above roles have the permission (= capability), that corresponds to their name. Students have the default permission &amp;quot;viewprivilegestudent&amp;quot;, managers &amp;quot;viewprivilegemanager&amp;quot; and so on. Thsee permissions can also be applied to another role. You can add the permission &amp;quot;viewprivilegestudent&amp;quot; to a non-editing teacher. If you then enable the checkbox &amp;quot;student&amp;quot; in the setting &amp;quot;Visible to&amp;quot;, the view can be accessed by all users with the role non-editing teacher. It is also possible to delete the permission from a role. If you delete the permission &amp;quot;viewprivilegestudent&amp;quot; from the role student, all users with this role won&#039;t be able to access the view even with the &amp;quot;student&amp;quot; checkbox enabled in the &amp;quot;Visible to&amp;quot; setting.&lt;br /&gt;
&lt;br /&gt;
You can change permission of a datalynx activity by first accessing the activity and then follow the path in the block &amp;quot;Administration&amp;quot;: &amp;quot;Block Administration -&amp;gt; Datalynx activity administration -&amp;gt; Permissions&amp;quot;. This will open a list of permission. Search for &amp;quot;viewprivilegestudent&amp;quot; in order navigate quickly to this permission setting.&lt;br /&gt;
&lt;br /&gt;
Note: If yo do not check any of the available options in &amp;quot;Visible to&amp;quot;, then only site administrators can access the view.&lt;br /&gt;
&lt;br /&gt;
===Filter===&lt;br /&gt;
Select a predefined filter for this view. If you do not apply any filter, then 50 entries will be displayed per page. If there are more than 50 entries, add the tag ##pagingbar## to the setting &amp;quot;View template&amp;quot;. When setting a filter, it can&#039;t be modified by a user filter, that is generated with the tag ##advancedfilter## or ##quicksearch##. This will be changed in future versions.&lt;br /&gt;
==Redirect on submit option==&lt;br /&gt;
===Target view===&lt;br /&gt;
This setting is only important, if the view is used as &amp;quot;editing&amp;quot; view. This setting will allow to select the view, that is shown after a user created an entry and clicks on the submit button. &lt;br /&gt;
&lt;br /&gt;
A view can be used to collect data. In order to define the default view for editing entries activate the checkbox in the column &#039;&#039;&#039;E&#039;&#039;&#039; in the &amp;quot;view index&amp;quot;. For detailed information have a look at: [[Datalynx Views|Datalynx Views]]. Also tabular view allows editing entries without being defined as &amp;quot;edit view&amp;quot; in the &amp;quot;view index&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==View template==&lt;br /&gt;
You can create the general layout for the view in this setting. The layout of the entries is defined in the &amp;quot;Entry template&amp;quot; setting. In the &amp;quot;view template&amp;quot; setting, you can define the place, where the entry/entries should go with the tag ##entries##. This tag will be replaced in the brows mode with the actual entries of the users.&lt;br /&gt;
===Example===&lt;br /&gt;
The default settings for &amp;quot;View template&amp;quot;&lt;br /&gt;
[[Image:datalynx-viewtemplate-setting.png|none|width:600px|View template setting]]&lt;br /&gt;
will result in this view (given the user can only add one image per entry and nothing else). The example shows the view, when 2 entries were added. &lt;br /&gt;
[[Image:datalynx-listview.png|none|width:600px|View template setting]]&lt;br /&gt;
==Entry template==&lt;br /&gt;
This settings defines how a single entry will be displayed. If there are more than 1 entries in a view, the layout will be repeated as many times as entries exist. The setting for the above example looks like that:&lt;br /&gt;
[[Image:datalynx-entrysetting.png|none|width:600px|Entry template setting]]&lt;br /&gt;
&lt;br /&gt;
How it works: The name of the field to display is put squared brackets: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Shallow depth of field photo]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. You can choose this tag from the Dropdown &amp;quot;Field tags&amp;quot;. Also the name of the field is displayed and the ##edit## and ##delete## tags. These tags are replaced by the icons with the according link to delete or edit the entry. In the example above in browse mode, you see how the settings are rendered in the view.&lt;br /&gt;
&lt;br /&gt;
=== Adding field tags and customising the entry template ===&lt;br /&gt;
The next example shows following changes:&lt;br /&gt;
* Display the author of the entry&lt;br /&gt;
* Do not display the name of the field&lt;br /&gt;
* Display a link to access the single view, were comments and ratings can be added&lt;br /&gt;
&lt;br /&gt;
Settings:&lt;br /&gt;
[[Image:datalynx-entrytemplate-custom.png|none|width:600px|Entry template setting]]&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
[[Image:datalynx-listview01.png|none|width:600px|Entry template setting]]&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Views&amp;diff=113041</id>
		<title>Datalynx Views</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Views&amp;diff=113041"/>
		<updated>2014-06-10T21:52:20Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Datalynx views allow to display and arrange fields, forms and entries in a lot of different ways. Views can be edited and created via the tab &amp;quot;Manage -&amp;gt; Views&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Usage of views ==&lt;br /&gt;
 A view can be used to:&lt;br /&gt;
&lt;br /&gt;
* Display forms for data input (Edit and create an entry)&lt;br /&gt;
* Display all data collected (all entries) in a list view&lt;br /&gt;
* Display a single entry&lt;br /&gt;
* Export entries as PDF or CSV&lt;br /&gt;
== Manage -&amp;gt; Views ==&lt;br /&gt;
When going to &amp;quot;Manage -&amp;gt; Views&amp;quot;, you will see an overview of all views already created for the datalynx instance. It will look similar to this:&lt;br /&gt;
[[Image:datalynx-viewindex01.png|none|width:600px| Views Index]]&lt;br /&gt;
=== 1: Adding a view ===&lt;br /&gt;
To add a view select the view type from the &#039;Add a view&#039; dropdown. This will open the view configuration form where you can configure the view templates and behaviour. Typically, views have default configuration and if this default configuration serves your purpose you can simply enter a name for the view and save.&lt;br /&gt;
=== 2: Name of the view ===&lt;br /&gt;
By clicking on the name of the view, you access the view in browse mode. The name of the view can be edited with clicking on the &amp;quot;Edit&amp;quot; button (5)&lt;br /&gt;
=== 3: Type of the view ===&lt;br /&gt;
This column show the type of the view. Standard type is &amp;quot;grid&amp;quot;. For displaying a view for bulk editing or in tabular form, the type &amp;quot;tabular&amp;quot; is the best choice.&lt;br /&gt;
=== 4: Description ===&lt;br /&gt;
An optional description of the view. The description is only used in &amp;quot;Manage -&amp;gt; Views&amp;quot; and provides additional information of the purpose of the view.&lt;br /&gt;
=== 5: Visibility ===&lt;br /&gt;
A view can be visible for certain roles only. This is conrtolled by a capability, that has the same name as the role, that has the specific capability set per default. That means the role &amp;quot;student&amp;quot; has the permission to access the view, when the &amp;quot;student&amp;quot; permission is checked. But you can also add the permission &amp;quot;viewprivilegestudent&amp;quot; (that&#039;s the name for it in &amp;quot;Datalynx instance -&amp;gt; Block Administration -&amp;gt; Permissions&amp;quot;) to another role. Please note, that a teacher does not have the permission &amp;quot;viewprivilegestudent&amp;quot;. So if you want, that a teacher can access the view you have to check the &amp;quot;viewprivilegeteacher&amp;quot; in the view settings. If there is not any permission checked in the view settings, then only admins can access the view. They have the permission &amp;quot;viewprivilegeadmin&amp;quot;. This permission isn&#039;t assigned to any role, but as admins can do anything, they have the permission.&lt;br /&gt;
&lt;br /&gt;
=== 6: DEM: &#039;&#039;&#039;D&#039;&#039;&#039;efault view, &#039;&#039;&#039;E&#039;&#039;&#039;diting view, &#039;&#039;&#039;M&#039;&#039;&#039;ore view ===&lt;br /&gt;
&lt;br /&gt;
The Datalynx activity must have a default view to fall back on to when the activity is accessed without specifying the target view (for instance, when you access the activity from the activity link on the course page).&lt;br /&gt;
Without a default view, the activity can not be accessed by students and roles, that have not the right to edit the settings of the datalynx activity. That means: Make sure to always check the default view by clicking on the symbol in the column &#039;&#039;&#039;D&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can select the default view by clicking the &#039;Default&#039; box in the view list. The selected default view is marked by a check sign. You can change the default view at any time. Since the default view must be visible, if you set a hidden view to default, this view will automatically become visible and you will not be able to hide it as long as it is the default view.&lt;br /&gt;
&lt;br /&gt;
=== 7: Forcing a view filter===&lt;br /&gt;
When filters are defined for the activity you can force a filter on a view by selecting the filter either from the index list or in the view configuration form.&lt;br /&gt;
When the view forces a filter, users without cannot apply other activity filters (the activity filters menu will not be displayed). This will be changed in future versions. You will be able to override or narrow view filters according tot he settings of the filter.&lt;br /&gt;
=== 8: Editing a view ===&lt;br /&gt;
Clicking on the edit symbol, will open the view settings form. There you can change all the settings of a view, except D,E,M. These options can only be applied in &amp;quot;Manage -&amp;gt; Views&amp;quot;.&lt;br /&gt;
=== 9: Duplicating one or more views===&lt;br /&gt;
You can duplicate a view by clicking the duplicate icon of the view. This will create an exact copy of the duplicated view with a different name. You can then proceed to update the view settings. This may be particularly useful if you need to create several very similar views. For example, you can create a complex view and then duplicate it, and assign to each of the instances a different filter so as to have a designated view for certain subsets of the entries.&lt;br /&gt;
You can duplicate more than one view in one go by selecting the designated views and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
=== 10: Resetting a view===&lt;br /&gt;
Each view type has default templates which are generated and automatically added to the configuration form when adding a new view. The default View template typically consists of navigation menus, quick filters, add new entry link and entries display. The default Entry template (where applicable) typically adds the base pattern for each field and the edit and delete action buttons. As you build the activity you may change the templates of a view and in some cases you may wish to reset the templates to their defaults. This can be done by clicking the reset icon of the designated view in the views index or in the view configuration form. &lt;br /&gt;
===  11: Deleting one or more views===&lt;br /&gt;
You can delete a view by clicking the delete icon of the view. You can delete more than one view in one go by selecting the designated views and clicking and bulk-delete icon (in the list&#039;s header).&lt;br /&gt;
=== 12: Select views for bulk duplication or deleting ===&lt;br /&gt;
You can bulk delete or duplicate views by selecting multiple views in this column. In the header of the list, click on the bulk-symbolf of either deleting or duplicating the view.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Elements of a view ==&lt;br /&gt;
&lt;br /&gt;
A view consists of different elements, most of them are optional&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;fields&#039;&#039;&#039;: They are used to define data units such as numbers, dates, etc. that can be edited/added to an entry&lt;br /&gt;
* &#039;&#039;&#039;filter&#039;&#039;&#039;: A filter defines how many entries are displayed in a view, how the entries are sorted and which entries are displayed according to predifened search criteria&lt;br /&gt;
* &#039;&#039;&#039;html&#039;&#039;&#039;: With the moodle text editor the layout of a view can be created&lt;br /&gt;
* &#039;&#039;&#039;name&#039;&#039;&#039;: The name of the view&lt;br /&gt;
* &#039;&#039;&#039;tags&#039;&#039;&#039;: There are tags for special elements such as a paging bar, a search box, an advanced filter, etc.. &lt;br /&gt;
* &#039;&#039;&#039;view dependant settings&#039;&#039;&#039;: For each view type, there are special settings, that can be applied. For example, the PDF view allows to set the format of the PDF (letter or A4)&lt;br /&gt;
* &#039;&#039;&#039;visibility&#039;&#039;&#039;: A setting, that&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_create&amp;diff=113040</id>
		<title>Datalynx create</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_create&amp;diff=113040"/>
		<updated>2014-06-10T21:50:45Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
== General comments ==&lt;br /&gt;
&lt;br /&gt;
This page will show you how to create a simple datalynx activity. It is a step by step guide how to setup an activity for collecting and discussing photos in a course. This is the most basic setup for a datalynx activity. There are far more complex usages of the module like certification workflows, or course programme catalogues.&lt;br /&gt;
&lt;br /&gt;
== Activity goals of this example activity ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Students&#039;&#039;&#039; should upload photos with a shallow depth of field using manual settings of their digital camera. By chosing the right combination of aperture and shutter speed, the object in the foreground should be completely sharp, whereas the background should be blurred.&lt;br /&gt;
&#039;&#039;&#039;Teachers&#039;&#039;&#039; should rate the activity and comment on the photo quality. &lt;br /&gt;
&lt;br /&gt;
In order to achieve that we need the following:&lt;br /&gt;
=== Views ===&lt;br /&gt;
&lt;br /&gt;
* A view for creating an entry&lt;br /&gt;
* A view for seeing all entries with thumbnail images&lt;br /&gt;
* A detailed view with large images (&amp;quot;more view&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
=== Fields ===&lt;br /&gt;
&lt;br /&gt;
A field of type &#039;&#039;&#039;Image&#039;&#039;&#039;. And user profile fields such as Username in order to identify who has made the entry&lt;br /&gt;
&lt;br /&gt;
=== Other components ===&lt;br /&gt;
&lt;br /&gt;
* Comments tag&lt;br /&gt;
* Notifications for comments and ratings&lt;br /&gt;
&lt;br /&gt;
== Step 1: Add a new datalynx instance to the course ==&lt;br /&gt;
&lt;br /&gt;
# Click on Add an activity or resource  [[Image:datalynx-add.png|none|500px|Add a datalynx instance]]  &lt;br /&gt;
# Fill out the settings&lt;br /&gt;
## Name: The name of the acivity &lt;br /&gt;
## Introduction: Contrary to other activities, the introduction is not used to be displayed within the activity. You can use it to display additional information on the course page by  checking the box &amp;quot;Display description on course pageHelp with Display description on course page&amp;quot;&lt;br /&gt;
## Timing: For this activity not applicable, you can set availability options if you want that the activity can only be acces within a certain timeframe&lt;br /&gt;
## Rating: Define how to rate the activity: Points or stars, etc.&lt;br /&gt;
## Entry settings: If it is required, that student must make one entry and not more than one entry, you can set &amp;quot;Required entries&amp;quot; and &amp;quot;Maximum entries&amp;quot; to 1.&lt;br /&gt;
##* Required entries&lt;br /&gt;
##* Entries required before viewing&lt;br /&gt;
##* Maximum entries&lt;br /&gt;
# Common module setings: Leave default values&lt;br /&gt;
# Click on &amp;quot;Save and display&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Step 2: Define fields ==&lt;br /&gt;
&lt;br /&gt;
After clicking on &amp;quot;Save and display&amp;quot;, there are 2 possibilities to continue. &lt;br /&gt;
* 1st possibility: Click directly on the page on &amp;quot;Add fields&amp;quot;  &lt;br /&gt;
* 2nd possibility: In the tabular menu click on &amp;quot;Manage -&amp;gt; Fields&amp;quot;&lt;br /&gt;
[[Image:datalynx-create-field.png|none|600px|Go to &amp;quot;Datalynx -&amp;gt; Manage -&amp;gt; Field&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
You are then in the manage area of the datalynx activity. In the field section (field tab), there is the possibility to choose a field from a dropdown menu.&lt;br /&gt;
&lt;br /&gt;
Select the field of the type &amp;quot;Picture&amp;quot;.&lt;br /&gt;
[[Image:datalynx-add-field-picture.png|none|600px|Add picture field]]&lt;br /&gt;
&lt;br /&gt;
=== General settings ===&lt;br /&gt;
&lt;br /&gt;
For the general settings, you can use these settings: &lt;br /&gt;
&lt;br /&gt;
* Name: Give the name an understandable name, what kind of picture users should upload&lt;br /&gt;
* Description: Optional, not really used&lt;br /&gt;
* Visible to: This defines who can view the picture. In some cases other students should not see some fields, but in this case &amp;quot;Everyone&amp;quot; is the correct choice&lt;br /&gt;
* Editable: Yes&lt;br /&gt;
* Field label: The field label is a &amp;quot;conditional text&amp;quot;, that only appears when a the field is present in a view. For mor information see the documentation of fields&lt;br /&gt;
* Display dimensions: Choose a size, that would fit in a screen. Example: 400px. Only define the width, if you want, that the height as scaled in the right proportoin.&lt;br /&gt;
* Max dimensions: Set this, if you want to limit the max dimension instead of a fixed dimension as on the previous setting&lt;br /&gt;
* Size of the thumbnail view.&lt;br /&gt;
[[Image:datalynx-field-picture-general.png|none|600px|Picture: General settings]]&lt;br /&gt;
&lt;br /&gt;
=== Field attributes ===&lt;br /&gt;
&lt;br /&gt;
* Total size of uploaded files: Define a file limit. You can tell users to optimize photos in order to fulfill the file size limit.&lt;br /&gt;
* Max number of uploaded files: Choose 1 in our case, but you can also tell users to upload to variations of one photo activity.&lt;br /&gt;
&lt;br /&gt;
[[Image:datalynx-field-picture-fieldattributes.png|none|600px|Picture: field attributes]]&lt;br /&gt;
&lt;br /&gt;
== Step 3: Define default view ==&lt;br /&gt;
&lt;br /&gt;
After creating the field(s), it is time to create the views. Let us begin with the default view. The default view is shown after clicking on the Datalynx-link in the course. In our case, the default view will be the list of all entries of the students. We want to have an overview of all the added pictures, so that is the best choice for the default view. In order to create the view follow these steps.&lt;br /&gt;
&lt;br /&gt;
# Go to &amp;quot;Manage -&amp;gt; Views&amp;quot;&lt;br /&gt;
# From the dropdown select &amp;quot;Grid view&amp;quot;. Grid view is the standard view. Unless there is a special reason for using another view, grid view is the best choice.&lt;br /&gt;
# View settings&lt;br /&gt;
## General view settings&lt;br /&gt;
##* Name: Choose a name for the view. For this example: Photos overview&lt;br /&gt;
##* Description: Leave empty&lt;br /&gt;
##* Visible to: Choose roles who can see the view&lt;br /&gt;
##* Filter: Leave empty. This will display max. 50 entries per page&lt;br /&gt;
## Redirect on submit option: This setting is only for editing views. Leave default value.&lt;br /&gt;
## View template: This setting defines the general layout of the view. Usually you have a header section with a paging bar, and a link to add a new entry. The header is followed by the repeated entries. In this case each student will add an entry with a photo. The tag ##entries## is a placeholder for the entries made by the users. The ##entries## tag will be replaced with the list of the photos. Just before the ##entries## tag you can add the instructions for the students. Example &amp;quot;With your digital camera in manual mode, set the aperture to the lowest value possible. Select an object such as an egg, a candle,... as foreground. Focus that object and make sure, that the background has enough depth. Focus the chosen object. Post the photo by clicking on &amp;quot;Add new entry&amp;quot; in this activity. Comment on photos of the other students.&amp;quot;&lt;br /&gt;
## Grid settings: leave default. This will generate a list of photos with one column.&lt;br /&gt;
## [[Image:datalynx-view-entrytemplate.png|none|600px|View setting: Entry template]] Entry template: This defines the layout of a single entry. All the fields and other information such as the the name of the user can be defined in this area. In our case we only need the name of the user, the photo and the link to the &amp;quot;more view&amp;quot;. In the &amp;quot;more view&amp;quot; tags for commenting and rating a single entry are added. In order to display the name of the user, we use the following tag: ##author:name##. This tag can be chosen from the dropdown menu &amp;quot;Field tags&amp;quot; and inserted instead of the marked text, or at the curser position. The tags ##edit## and ##delete## allow the users to edit their own entries. We select the tag ##more## from the dropdown &amp;quot;Field tags&amp;quot; as placeholder for the link to the &amp;quot;more view&amp;quot;.&lt;br /&gt;
## Save the view with clicking on &amp;quot;Save changes&amp;quot;. You will be redirected to the overview of all views. Currently there is only one view: The one just created.&lt;br /&gt;
&lt;br /&gt;
=== Manage -&amp;gt; Views ===&lt;br /&gt;
&lt;br /&gt;
Click in the column &amp;quot;D&amp;quot; on the icon in order to make the view the Default view. Result should look like that:&lt;br /&gt;
&lt;br /&gt;
[[Image:datalynx-manage-views-setdefault.png|border|Manage: Views]]&lt;br /&gt;
&lt;br /&gt;
== Step 4: Define &amp;quot;New entry view&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
# Add another view by choosing &amp;quot;Grid view&amp;quot; from the dropdown &amp;quot;Add a view&amp;quot;.  &lt;br /&gt;
# Save with default settings, except the name: Add new photo.&lt;br /&gt;
# Save changes and choose the view as &amp;quot;Edit View&amp;quot;: Activate the checkbox in the column &amp;quot;E&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Image:datalynx-manage-editview.png|border|Manage: Define Editview]]&lt;br /&gt;
&lt;br /&gt;
== Step 5: Define &amp;quot;More view&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
This view will be the view, where the teacher can add comments and rate the entry. In order to create the view, instead of adding a new view, this time, you duplicate the &amp;quot;Add a photo&amp;quot; view and then edit this view by clicking on the &amp;quot;Edit&amp;quot; symbol.&lt;br /&gt;
&lt;br /&gt;
# Duplicate the view [[Image:datalynx-manage-duplicate-view.png|none|600px|Manage: Duplicate View]]&lt;br /&gt;
# Edit the view: Click on the edit symbol&lt;br /&gt;
# Add the tags for commenting and rating using the appropriate choices in Entry template &amp;quot;Field tags&amp;quot;&lt;br /&gt;
# The &amp;quot;Entry template&amp;quot; section of the &amp;quot;More view&amp;quot; should look similar to that:&lt;br /&gt;
&lt;br /&gt;
[[Image:datalynx-manage-moreview.png|none|600px|Manage: More View]]&lt;br /&gt;
&lt;br /&gt;
After saving the more view, activate the checkbox in the column &amp;quot;M&amp;quot; in order to make the view the &amp;quot;More view&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Customize the &amp;quot;More view&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;More view&amp;quot; or &amp;quot;Single entry view&amp;quot; we want to achieve the following:&lt;br /&gt;
# Add possibitlity to add comments&lt;br /&gt;
# Show only one entry per page&lt;br /&gt;
&lt;br /&gt;
=== Comments ===&lt;br /&gt;
&lt;br /&gt;
In order make it possible to add comments, we have to add the appropriate tag in the setting &amp;quot;Entry template&amp;quot;. Just put the cursor in where you want to have the comments and add the tag via the dropdown &amp;quot;Field tags&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Image:datalynx-addcomments.png|none|600px|Add comments]]&lt;br /&gt;
&lt;br /&gt;
The result in the view:&lt;br /&gt;
[[Image:datalynx-commentsview.png|none|600px|Add comments]]&lt;br /&gt;
&lt;br /&gt;
=== One entry per page ===&lt;br /&gt;
&lt;br /&gt;
# Go To &amp;quot;Manage -&amp;gt; Filters&amp;quot;&lt;br /&gt;
# Click on &amp;quot;Add a filter&amp;quot;&lt;br /&gt;
# Name it &amp;quot;Single view&amp;quot; or any other name&lt;br /&gt;
# In the settings &amp;quot;Filter -&amp;gt; Per Page&amp;quot; choose 1 from the Dropdown&lt;br /&gt;
# Leave default options for all other settings&lt;br /&gt;
# Click on &amp;quot;Save changes&amp;quot;&lt;br /&gt;
# Go to &amp;quot;Manage -&amp;gt; Views&amp;quot;&lt;br /&gt;
# In the &amp;quot;Single view&amp;quot; select the filter from the dropdown&lt;br /&gt;
&lt;br /&gt;
[[Image:datalynx-selectfilter.png|none|width:600px|Apply a filter]]&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Tags&amp;diff=113039</id>
		<title>Datalynx Tags</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Tags&amp;diff=113039"/>
		<updated>2014-06-10T21:30:35Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}}   Datalynx tags are special patterns used in the view settings as a placeholder. These tags inserted in the settings will then be replaced in the view with dynami...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}} &lt;br /&gt;
&lt;br /&gt;
Datalynx tags are special patterns used in the view settings as a placeholder. These tags inserted in the settings will then be replaced in the view with dynamically created data.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1:&#039;&#039;&#039; The tag ##author:firstname##, is placed in the view setting &amp;quot;entry template&amp;quot;. The user &amp;quot;Micheal Mulley&amp;quot; creates a new entry. The owner of this entry is Micheal Mulley. Viewing the entry will now display &amp;quot;Micheal&amp;quot; in the exact place the tag ##author:firstname## was set in the &amp;quot;view settings&amp;quot;. The firstname of the author is taken from the users profile field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2:&#039;&#039;&#039;&amp;lt;nowiki&amp;gt; The tag [[my favourite film]] is placed in the &amp;quot;entry template&amp;quot; settings of a view. Before the field &amp;quot;my favourite film&amp;quot; was created in &amp;quot;Manage -&amp;gt; Fields&amp;quot; (type: text). The user clicks on the button &amp;quot;Add new entry&amp;quot; in the default view. A form will open, where the user can enter his/her favourite film in a form, at the exact place where [[my favourite film]] was put in the view settings &amp;quot;entry template&amp;quot;.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Datalynx tag types ==&lt;br /&gt;
There are different types of datalynx tags. They can be divided into &amp;quot;where they can be placed&amp;quot; and &amp;quot;what data can be manipulated&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
* Datalynx field tags: These tags will display the value of a field, in an entry. In editing mode they will show a form element, that is used for data input. Datalynx field tags can only be used in the &amp;quot;entry template&amp;quot; section in the settings of a view.&lt;br /&gt;
** Patterns of a datalynx field tag: This is the pattern used in the view settings as a placeholder &lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;[[fieldname]] This will display the value of a field in an entr &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;[[fieldname@]] This will display the content of the &amp;quot;field label&amp;quot;, which itself includes a conditional text (that means for example a description of the field and the field value itself. If the field value is empty, the field label will not be shown at all). For a detailed explanation of the field label have a look at [[Datalynx Fields|Fields]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;[[fieldname:restricted]] Only users with the capability&amp;lt;/nowiki&amp;gt; mod/datalynx:editrestrictedfields can edit or view this field. Per default only the role manager has the capability.&lt;br /&gt;
* Datalynx general tags: These tags can serve as placeholder for various types of information. For example information about the author, the entry id or a link to another view.&lt;br /&gt;
&lt;br /&gt;
== Datalynx tag locations ==&lt;br /&gt;
There are 2 main locations in where to put tags, and some other rare usecases. The main locations are in the settings of a view &amp;quot;view template&amp;quot; and &amp;quot;entry template&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* View template: These tags have the following properties&lt;br /&gt;
** They do not handle data of a single entry&lt;br /&gt;
** They do not handle data of a single user&lt;br /&gt;
** They handle data of general view properties: &#039;&#039;&#039;Example:&#039;&#039;&#039; ##quicksearch## provides a search field for entering keywords to search all entries.&lt;br /&gt;
* Entry template&lt;br /&gt;
** User data relevant for a single entry. &#039;&#039;&#039;Example:&#039;&#039;&#039; ##author:lastname## displays the last name of the author of an entry in the entry itself &lt;br /&gt;
** Entry properties relevant for a single entry. &#039;&#039;&#039;Example:&#039;&#039;&#039; the id of an entry ##entryid### &lt;br /&gt;
** Field tags. These tags are used to display and edit different types of data in a single entry. &#039;&#039;&#039;Example:&#039;&#039;&#039;&amp;lt;nowiki&amp;gt; [[duration]] will display a duration. The field has to be defined in &amp;quot;Manage -&amp;gt; Fields&amp;quot; prior to be used in a view. In this case the field is of the type &amp;quot;duration&amp;quot;. &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** Other tags: These include action tags for approving entries, or comment tags for commenting or rating tags.&lt;br /&gt;
* Other locations&lt;br /&gt;
** Within tags. &#039;&#039;&#039;Example:&#039;&#039;&#039; A tag for creating a download link in order to download a PDF can include the entry id of an entry, that should be exported as PDF.&lt;br /&gt;
&lt;br /&gt;
== List of tags ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#0099ff;border-top:0.05pt solid #000000;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;Tag&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#0099ff;border-top:0.05pt solid #000000;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#0099ff;border-top:0.05pt solid #000000;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;Example /Result&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#0099ff;border:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;Locations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##viewurl##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| The url of the current view&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| http://www.example.com/mod/datalynx/view.php?d=3&amp;amp;view=4&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template, entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##viewurl:view-name##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| The url of a view with the name view-name in the current datalynx.view-name: The name of view that is linked.link-text: The text of the link. Could be html but &#039;;&#039; or any html special chars that would contain &#039;;&#039; if entered in editor mode, cannot be used. A special link-text pattern allows for display theme icons, e.g. _pixicon:f/pdf:Download, _pixicon:i/edit:Edit etc.url-query: Url query parameters that will be added to the view url in the link. These are arg=val pairs separated by |. The args should be expected by the target view to take effect. The vals can be entry patterns.&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &amp;lt;nowiki&amp;gt;#{{viewlink:Certificate;_pixicon:f/pdf:Download;pdfexportentry=##entryid##|dest=D|docname=[[CertID]]-[[CertYear]][[CertMonth]];}}#&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;#{{viewlink:view-name;link-text;url-query;}}#&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| View link for each of the datalynx views.&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &amp;lt;nowiki&amp;gt;#{{viewlink:List of photos;Click here to open the list of photos;;}}#&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The url-query can stay undefined. This will create a link to the view „List of photos“&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;#{{viewsesslink:view-name;link-text;url-query;}}#&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Like the above but with session key added to the url.&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &amp;lt;nowiki&amp;gt;#{{viewsesslink:Single;_pixicon:i/edit:Edit;editentries=##entryid##;}}#&amp;lt;/nowiki&amp;gt;This pattern added to an entry template will display a linked edit icon to a view called Single and will open the entry in edit mode in that view.&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##approve##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Approve/Unapprove an entry. Requires, that „approval“ is set in the activity settings&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Button to approve an entry. The button shows current status, and the status is updated via AJAX (without reloading the whole page)&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##edit##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays an icon with link to edit this particular entry. Is only shown if user has right to edit the entry.&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##delete##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays an icon with link to delete this particular entry. Is only shown if user has right to delete the entry.&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##select##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| A checkbox for multi editing purpose. Automatically added in tabular view&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##export##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Generates link to export this particular entry.&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##duplicate##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Duplicate the entry&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##status##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Only in edit mode: Displays a dropdown to select the status of the entry (Draft or Final submissiont). If final submission is chosen, the entry cannot be edited anymore.&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##comments##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Show comments added to the entry&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##comments:count##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Show how many comments were added to this entry&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##comments:inline##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Show the comments inline&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##anchor##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| TBC&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##more##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Creates a link to the view defined in „Manage → Views“ as „M“&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##moreurl##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Creates only the URL in form of: http://www.example.com/somelinkThis link can then be put in a custom HTML tag.&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##entryid##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the id of the entry&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##group:id##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays group id&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##group:nam&amp;lt;/nowiki&amp;gt;e##&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays group name&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##group:picture##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays group picture&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##group:edit##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| In edit mode: Allows to change/choose the group&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##ratings:rate##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Display a dropdown menu for choosing a grade&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##ratings:view##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Display the rating for the comment&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##ratings:viewinline##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Display the ratings inline&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##ratings:avg##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Calculates and displays the average rating&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##ratings:count##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the number of ratings&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##ratings:max##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays max. rating&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##ratings:min##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays lowest rating&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##ratings:sum##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the sum of all ratings&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:id##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the id of the author/owner of the entry&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:name##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the full localised name of the author depending on the settings of the moodle site.&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:edit##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| In edit mode: Displays a dropdown to choose an author for the entry. Default: Current user.&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:firstname##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the first name of the author&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:lastname##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the last name of the author&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:username##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the username of the author&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:idnumber##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the id of the author&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:picture##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the user profile picture of the author&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:picturelarge##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the user profile picture of the author&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:email##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the email of the author&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##numentriestotal##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the number of all entries&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##numentriesdisplayed##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the number of all entries of the current page&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##viewurl##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays the URL of the current vie&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##viewsmenu##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a dropdown menu to choose a view from&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##filtersmenu##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a dropdown menu to choose a filter from&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##quicksearch##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a input field to enter search keywords in order to search all entries&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##quickperpage##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a dropdown menu to select how many entries should be displayed per page&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##advancedfilter##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays an advanced filter, in order to give the user the possibility to do a precise search according to many criteria&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##addnewentry##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Display a link to add a new entry&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##addnewentries##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Display a link to add new entries&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##selectallnone##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Display a „select all“ checkbox&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiduplicate##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with a text label „duplicate“ to duplicate multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiduplicate:icon##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with a duplicate symbol to duplicate multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiedit##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with a text label „edit“ to edit multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiedit:icon##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with an edit symbol to edit multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multidelete##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with the text label „delete“ to delete multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multidelete:icon##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with a delete symbol to delete multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiapprove##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with the text label „approve“ to approve multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiapprove:icon##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with an approve symbol to approve multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiexport##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with the text label „export“ to export multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiexport:icon##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Displays a button with an export symbol to export multiple entries&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiimport##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Currently not supported&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##multiimporty:icon##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Currently not supported&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| Entry template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##pagingbar##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Display a navigatin bar with paging info and previous/next buttons&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| View template&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##pagebreak##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Insert a page break after an entry in exported PDF&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
== Field tags ==&lt;br /&gt;
Field tags have a simple pattern: The fieldname is enclosed in double square brackets:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[fieldname]]. All the fieldnames are present in the dropdown menu just below the text area in the view setting „Entry template“.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Variations of the tag:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;[[fieldname]]: Displays the value of the field in view mode, shows a form element to input data in edit mode.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;[[*fieldname]]: If the fieldname is preceded by an asterisk, the field will be mandatory when creating/editing an entry. If the field is not filled out, the entry won&#039;t be saved and an error message will notice the user to fill out the field.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;[[fieldname@]]: Displays the values of the field with additional text/HTML as defined in setting „field label“ of the field. This is often used to display a description of the field only when a value is set for the field. In edit mode, the form is always rendered with the as defined in the setting „field label“ of the field.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* &amp;lt;nowiki&amp;gt;[[fieldname:restricted]]: Only users with the capability&amp;lt;/nowiki&amp;gt; mod/datalynx:editrestrictedfields can edit or view this field. Per default only the role manager has the capability.&lt;br /&gt;
&lt;br /&gt;
== Bulk edit tags ==&lt;br /&gt;
These tags should only be used in „tabular view“, which is optimized for bulk editing entries. The tag is placed in the table header. &lt;br /&gt;
&lt;br /&gt;
%%fieldname:bulkedit%%&lt;br /&gt;
&lt;br /&gt;
If placed in the table header of the tabular view, a checkbox will appear for the column to enable bulk edit for the column (one column is a field, entries are displayed in rows). In edit mode, changing the first row (first entry displayed in the tabular view) all other rows marked for editing will have the same value as the value chosen for the first row.&lt;br /&gt;
&lt;br /&gt;
== Calculation tags ==&lt;br /&gt;
You can display calculations based on entry values. Calculations can be done with fields of type „number“ and other tags like ##numentriestotal##. The following example shows the syntax to use for calculations. This is done in the „entry template“ setting of the view.&lt;br /&gt;
&lt;br /&gt;
=== Calculation for a single entry ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#0099ff;border-top:0.05pt solid #000000;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;Points &#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#0099ff;border:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;Calculation (Conversion example)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;[[mypoints_in_test01]]&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &amp;lt;nowiki&amp;gt;%%F01:=ROUND(0.03*[[!mypoints_in_test01]],2)%%&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;[[mypoints_in_test02]]&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &amp;lt;nowiki&amp;gt;%%F02:=ROUND(0.03*[[!mypoints_in_test01]],2)%%&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Sum&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| %%F03:=SUM(_F01_,_F02_)%%&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
=== Calculation for multiple entries ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#0099ff;border-top:0.05pt solid #000000;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;Entry &amp;lt;nowiki&amp;gt;##entryid##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#0099ff;border:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;##author:name##&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;[[score01]]&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &amp;lt;nowiki&amp;gt;%%F##entryid##01:=ROUND(0.03*[[!score01]],2)%%&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;[[score02]]&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;background-color:#99ccff;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| &amp;lt;nowiki&amp;gt;%%F##entryid##02:=ROUND(0.03*[[!score02]],2)%%&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:none;padding:0.049cm;&amp;quot;| Highscore&lt;br /&gt;
| style=&amp;quot;background-color:transparent;border-top:none;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;border-right:0.05pt solid #000000;padding:0.049cm;&amp;quot;| %%FF##entryid##03:=MAX(_F##entryid##01_,_F##entryid##02_)%%&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Template:Datalynx&amp;diff=113038</id>
		<title>Template:Datalynx</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Template:Datalynx&amp;diff=113038"/>
		<updated>2014-06-10T21:29:25Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&#039;&#039;[[Main page]] ► [[Managing a Moodle course]] ► [[Activities]] ► [[Datalynx module|Datalynx]] {{{innertrail|}}}► [[{{PAGENAME}}]]&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 15em;&amp;quot;&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[Datalynx module|Datalynx]]&amp;lt;/div&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Module administration&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx installation|Installation]]&lt;br /&gt;
* [[Datalynx global settings|Global settings]]&lt;br /&gt;
* [[Datalynx permissions|Permissions]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Creating an activity&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx create|Create a datalynx activity]]&lt;br /&gt;
* [[Datalynx settings|Activity settings]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Manage datalynx activities&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx Views|Views]]&lt;br /&gt;
** [[Datalynx View settings|General view settings]]&lt;br /&gt;
** [[Datalynx Grid view|Grid view]]&lt;br /&gt;
** [[Datalynx Tabular view|Tabular view]]&lt;br /&gt;
** [[Datalynx PDF view|PDF view]]&lt;br /&gt;
** [[Datalynx CSV view|CSV view]]&lt;br /&gt;
* [[Datalynx Fields|Fields]]&lt;br /&gt;
* [[Datalynx Filter, Search and Sort|Filter, Search and Sort]]&lt;br /&gt;
* [[Datalynx Tags|Datalynx Tags]]&lt;br /&gt;
* [[Datalynx Statistics|Statistics]]&lt;br /&gt;
* [[Datalynx Notifications|Notifications]]&lt;br /&gt;
* [[Datalynx JavaScript, CSS|JavaScript, CSS]]&lt;br /&gt;
* [[Datalynx Calculations|Calculations]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;See also&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx FAQ|FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Contributed code]][[Category:Datalynx module]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;This template will categorize articles that include it into [[:Category:Contributed code]] and [[:Category:Datalynx module]].&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112022</id>
		<title>Datalynx Fields</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112022"/>
		<updated>2014-04-21T16:02:54Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Datalynx fields are used to collect and display predefined data elements such as text, dates or numbers in an entry. You can choose between a huge amount of fields. Field administration can be accessed via the tab &amp;quot;Manage -&amp;gt; Fields&amp;quot;.&lt;br /&gt;
==Adding a field==&lt;br /&gt;
To add a field select the field type from the &#039;Add a field&#039; dropdown. This will open the field configuration form where you can name the field instance and configure other settings as required.&lt;br /&gt;
==Setting visibility==&lt;br /&gt;
You can set the field visibility either in the field configuration form or by clicking the field&#039;s eye icon in the Visible column. The field can be visible to everyone (default), entry-author and managers, or only managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Setting editability==&lt;br /&gt;
You can set the field editability either in the field configuration form or by clicking the field&#039;s lock icon in the Editable column. The field can be editable by the entry-author and managers (default) or only by managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Updating a field==&lt;br /&gt;
You can click on the field&#039;s name or the edit icon of the field to open the configuration form for updating.&lt;br /&gt;
==Duplicating one or more fields==&lt;br /&gt;
You can duplicate a field by clicking the duplicate icon of the field. This will create an exact copy of the duplicated fiel with a different name. You can then proceed to update the field settings. &lt;br /&gt;
&lt;br /&gt;
You can duplicate more than one field in one go by selecting the designated fields and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
==Deleting one or more fields==&lt;br /&gt;
You can delete a field by clicking the delete icon of the field.&lt;br /&gt;
&lt;br /&gt;
You can delete more than one field in one go by selecting the designated fields and clicking and bulk-delete icon (in the list&#039;s header).&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112021</id>
		<title>Datalynx Fields</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112021"/>
		<updated>2014-04-21T15:58:32Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: /* Access and Notifications info */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Datalynx fields are used to collect information in a predefined form element such as a text box, a date selector or a number. You can choose between a huge amount of fields. Field administration can be accessed via the tab &amp;quot;Manage -&amp;gt; Fields&amp;quot;.&lt;br /&gt;
==Adding a field==&lt;br /&gt;
To add a field select the field type from the &#039;Add a field&#039; dropdown. This will open the field configuration form where you can name the field instance and configure other settings as required.&lt;br /&gt;
==Setting visibility==&lt;br /&gt;
You can set the field visibility either in the field configuration form or by clicking the field&#039;s eye icon in the Visible column. The field can be visible to everyone (default), entry-author and managers, or only managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Setting editability==&lt;br /&gt;
You can set the field editability either in the field configuration form or by clicking the field&#039;s lock icon in the Editable column. The field can be editable by the entry-author and managers (default) or only by managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Updating a field==&lt;br /&gt;
You can click on the field&#039;s name or the edit icon of the field to open the configuration form for updating.&lt;br /&gt;
==Duplicating one or more fields==&lt;br /&gt;
You can duplicate a field by clicking the duplicate icon of the field. This will create an exact copy of the duplicated fiel with a different name. You can then proceed to update the field settings. &lt;br /&gt;
&lt;br /&gt;
You can duplicate more than one field in one go by selecting the designated fields and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
==Deleting one or more fields==&lt;br /&gt;
You can delete a field by clicking the delete icon of the field.&lt;br /&gt;
&lt;br /&gt;
You can delete more than one field in one go by selecting the designated fields and clicking and bulk-delete icon (in the list&#039;s header).&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112020</id>
		<title>Datalynx Fields</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112020"/>
		<updated>2014-04-21T15:58:12Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Datalynx fields are used to collect information in a predefined form element such as a text box, a date selector or a number. You can choose between a huge amount of fields. Field administration can be accessed via the tab &amp;quot;Manage -&amp;gt; Fields&amp;quot;.&lt;br /&gt;
==Adding a field==&lt;br /&gt;
To add a field select the field type from the &#039;Add a field&#039; dropdown. This will open the field configuration form where you can name the field instance and configure other settings as required.&lt;br /&gt;
==Setting visibility==&lt;br /&gt;
You can set the field visibility either in the field configuration form or by clicking the field&#039;s eye icon in the Visible column. The field can be visible to everyone (default), entry-author and managers, or only managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Setting editability==&lt;br /&gt;
You can set the field editability either in the field configuration form or by clicking the field&#039;s lock icon in the Editable column. The field can be editable by the entry-author and managers (default) or only by managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Updating a field==&lt;br /&gt;
You can click on the field&#039;s name or the edit icon of the field to open the configuration form for updating.&lt;br /&gt;
==Duplicating one or more fields==&lt;br /&gt;
You can duplicate a field by clicking the duplicate icon of the field. This will create an exact copy of the duplicated fiel with a different name. You can then proceed to update the field settings. &lt;br /&gt;
&lt;br /&gt;
You can duplicate more than one field in one go by selecting the designated fields and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
==Deleting one or more fields==&lt;br /&gt;
You can delete a field by clicking the delete icon of the field.&lt;br /&gt;
&lt;br /&gt;
You can delete more than one field in one go by selecting the designated fields and clicking and bulk-delete icon (in the list&#039;s header).&lt;br /&gt;
==Access and Notifications info==&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112015</id>
		<title>Datalynx Fields</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112015"/>
		<updated>2014-04-21T15:35:16Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Datalynx fields are used to enter, edit and store unit of information in an entry.&lt;br /&gt;
==Adding a field==&lt;br /&gt;
To add a field select the field type from the &#039;Add a field&#039; dropdown. This will open the field configuration form where you can name the field instance and configure other settings as required. &lt;br /&gt;
==Setting visibility==&lt;br /&gt;
You can set the field visibility either in the field configuration form or by clicking the field&#039;s eye icon in the Visible column. The field can be visible to everyone (default), entry-author and managers, or only managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Setting editability==&lt;br /&gt;
You can set the field editability either in the field configuration form or by clicking the field&#039;s lock icon in the Editable column. The field can be editable by the entry-author and managers (default) or only by managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
==Updating a field==&lt;br /&gt;
You can click on the field&#039;s name or the edit icon of the field to open the configuration form for updating.&lt;br /&gt;
==Duplicating one or more fields==&lt;br /&gt;
You can duplicate a field by clicking the duplicate icon of the field. This will create an exact copy of the duplicated fiel with a different name. You can then proceed to update the field settings. &lt;br /&gt;
&lt;br /&gt;
You can duplicate more than one field in one go by selecting the designated fields and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
==Deleting one or more fields==&lt;br /&gt;
You can delete a field by clicking the delete icon of the field.&lt;br /&gt;
&lt;br /&gt;
You can delete more than one field in one go by selecting the designated fields and clicking and bulk-delete icon (in the list&#039;s header).&lt;br /&gt;
==Access and Notifications info==&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112012</id>
		<title>Datalynx Fields</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112012"/>
		<updated>2014-04-21T09:57:48Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
Datalynx fields are used to enter, edit and store unit of information in an entry.&lt;br /&gt;
===Adding a field===&lt;br /&gt;
To add a field select the field type from the &#039;Add a field&#039; dropdown. This will open the field configuration form where you can name the field instance and configure other settings as required. &lt;br /&gt;
===Setting visibility===&lt;br /&gt;
You can set the field visibility either in the field configuration form or by clicking the field&#039;s eye icon in the Visible column. The field can be visible to everyone (default), entry-author and managers, or only managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
===Setting editability===&lt;br /&gt;
You can set the field editability either in the field configuration form or by clicking the field&#039;s lock icon in the Editable column. The field can be editable by the entry-author and managers (default) or only by managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
===Updating a field===&lt;br /&gt;
You can click on the field&#039;s name or the edit icon of the field to open the configuration form for updating.&lt;br /&gt;
===Duplicating one or more fields===&lt;br /&gt;
You can duplicate a field by clicking the duplicate icon of the field. This will create an exact copy of the duplicated fiel with a different name. You can then proceed to update the field settings. &lt;br /&gt;
&lt;br /&gt;
You can duplicate more than one field in one go by selecting the designated fields and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
===Deleting one or more fields===&lt;br /&gt;
You can delete a field by clicking the delete icon of the field.&lt;br /&gt;
&lt;br /&gt;
You can delete more than one field in one go by selecting the designated fields and clicking and bulk-delete icon (in the list&#039;s header).&lt;br /&gt;
===Access and Notifications info===&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112011</id>
		<title>Datalynx Fields</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Fields&amp;diff=112011"/>
		<updated>2014-04-21T09:56:46Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;==Fields== Datalynx fields are used to enter, edit and store unit of information in an entry. ===Adding a field=== To add a field select the field type from the &amp;#039;Add a field&amp;#039; ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fields==&lt;br /&gt;
Datalynx fields are used to enter, edit and store unit of information in an entry.&lt;br /&gt;
===Adding a field===&lt;br /&gt;
To add a field select the field type from the &#039;Add a field&#039; dropdown. This will open the field configuration form where you can name the field instance and configure other settings as required. &lt;br /&gt;
===Setting visibility===&lt;br /&gt;
You can set the field visibility either in the field configuration form or by clicking the field&#039;s eye icon in the Visible column. The field can be visible to everyone (default), entry-author and managers, or only managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
===Setting editability===&lt;br /&gt;
You can set the field editability either in the field configuration form or by clicking the field&#039;s lock icon in the Editable column. The field can be editable by the entry-author and managers (default) or only by managers (where managers are users with manageentries capability in the context).&lt;br /&gt;
===Updating a field===&lt;br /&gt;
You can click on the field&#039;s name or the edit icon of the field to open the configuration form for updating.&lt;br /&gt;
===Duplicating one or more fields===&lt;br /&gt;
You can duplicate a field by clicking the duplicate icon of the field. This will create an exact copy of the duplicated fiel with a different name. You can then proceed to update the field settings. &lt;br /&gt;
&lt;br /&gt;
You can duplicate more than one field in one go by selecting the designated fields and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
===Deleting one or more fields===&lt;br /&gt;
You can delete a field by clicking the delete icon of the field.&lt;br /&gt;
&lt;br /&gt;
You can delete more than one field in one go by selecting the designated fields and clicking and bulk-delete icon (in the list&#039;s header).&lt;br /&gt;
===Access and Notifications info===&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Views&amp;diff=112010</id>
		<title>Datalynx Views</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Views&amp;diff=112010"/>
		<updated>2014-04-21T09:54:50Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: /* Views */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
==Views==&lt;br /&gt;
Datalynx views allow you to control the way entries and other information is displayed in the activity. Views management is done under the Manage -&amp;gt; Views tab.&lt;br /&gt;
&lt;br /&gt;
===Views index===&lt;br /&gt;
====Adding a view====&lt;br /&gt;
To add a view select the view type from the &#039;Add a view&#039; dropdown. This will open the view configuration form where you can configure the view templates and behaviour. Typically, views have default configuration and if this default configuration serves your purpose you can simply enter a name for the view and save.&lt;br /&gt;
====Setting the default view====&lt;br /&gt;
The Datalynx activity must have a default view to fall back on to when the activity is accessed without specifying the target view (for instance, when you access the activity from the activity link on the course page).&lt;br /&gt;
&lt;br /&gt;
A Datalynx activity without a default view is not ready and a message will be displayed on its front page and in the view list advising you to set a default view.&lt;br /&gt;
&lt;br /&gt;
You can select the default view by clicking the &#039;Default&#039; box in the view list. The selected default view is marked by a check sign. You can change the default view at any time. Since the default view must be visible, if you set a hidden view to default, this view will automatically become visible and you will not be able to hide it as long as it is the default view. &lt;br /&gt;
====Setting view visibility====&lt;br /&gt;
A view can be either visible or hidden. Visible views can be accessed by users with capability that is granted by default to all roles. Hidden views can be accessed by users with capability that is granted by default only to the teacher role. Users without the required capability will not see views with the respective visibility setting in the standard views navigation menu (##viewsmenu##).&lt;br /&gt;
Setting the view visibility can be done from the views index by clicking the eye icon of the designated view or from the visibility setting in the view configuration form.&lt;br /&gt;
The default view must be visible and setting a hidden view as the default view will automatically change its visibility to visible.&lt;br /&gt;
====Forcing a view filter====&lt;br /&gt;
When filters are defined for the activity you can force a filter on a view by selecting the filter either from the index list or in the view configuration form.&lt;br /&gt;
When the view forces a filter, users without capability cannot apply other activity filters (the activity filters menu will not be displayed) and user advanced filters (if the option is added to the view) will be appended to the forced filter.   &lt;br /&gt;
====Resetting a view====&lt;br /&gt;
Each view type has default templates which are generated and automatically added to the configuration form when adding a new view. The default View template typically consists of navigation menus, quick filters, add new entry link and entries display. The default Entry template (where applicable) typically adds the base pattern for each field and the edit and delete action buttons. As you build the activity you may change the templates of a view and in some cases you may wish to reset the templates to their defaults. This can be done by clicking the reset icon of the designated view in the views index or in the view configuration form. &lt;br /&gt;
====Updating a view====&lt;br /&gt;
You can click on the edit icon of the view to open the configuration form for updating. &lt;br /&gt;
&lt;br /&gt;
Note: Clicking on the view name will open the view in browse mode rather than the configuration form.&lt;br /&gt;
====Duplicating one or more views====&lt;br /&gt;
You can duplicate a view by clicking the duplicate icon of the view. This will create an exact copy of the duplicated view with a different name. You can then proceed to update the view settings. This may be particularly useful if you need to create several very similar views. For example, you can create a complex view and then duplicate it, and assign to each of the instances a different filter so as to have a designated view for certain subsets of the entries.&lt;br /&gt;
&lt;br /&gt;
You can duplicate more than one view in one go by selecting the designated views and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
====Deleting one or more views====&lt;br /&gt;
You can delete a view by clicking the delete icon of the view.&lt;br /&gt;
&lt;br /&gt;
You can delete more than one view in one go by selecting the designated views and clicking and bulk-delete icon (in the list&#039;s header).&lt;br /&gt;
====Access and Notifications info====&lt;br /&gt;
====Patterns validation and replacement====&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_Views&amp;diff=112009</id>
		<title>Datalynx Views</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_Views&amp;diff=112009"/>
		<updated>2014-04-21T09:53:05Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: Created page with &amp;quot;{{Datalynx}} ==Views== Datalynx views allow you to control the way entries and other information is displayed in the activity. Views management is done under the Manage | View...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
==Views==&lt;br /&gt;
Datalynx views allow you to control the way entries and other information is displayed in the activity. Views management is done under the Manage | Views tab and requires capability.&lt;br /&gt;
===Views index===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Adding a view====&lt;br /&gt;
To add a view select the view type from the &#039;Add a view&#039; dropdown. This will open the view configuration form where you can configure the view templates and behaviour. Typically, views have default configuration and if this default configuration serves your purpose you can simply enter a name for the view and save.&lt;br /&gt;
====Setting the default view====&lt;br /&gt;
The Datalynx activity must have a default view to fall back on to when the activity is accessed without specifying the target view (for instance, when you access the activity from the activity link on the course page).&lt;br /&gt;
&lt;br /&gt;
A Datalynx activity without a default view is not ready and a message will be displayed on its front page and in the view list advising you to set a default view.&lt;br /&gt;
&lt;br /&gt;
You can select the default view by clicking the &#039;Default&#039; box in the view list. The selected default view is marked by a check sign. You can change the default view at any time. Since the default view must be visible, if you set a hidden view to default, this view will automatically become visible and you will not be able to hide it as long as it is the default view. &lt;br /&gt;
====Setting view visibility====&lt;br /&gt;
A view can be either visible or hidden. Visible views can be accessed by users with capability that is granted by default to all roles. Hidden views can be accessed by users with capability that is granted by default only to the teacher role. Users without the required capability will not see views with the respective visibility setting in the standard views navigation menu (##viewsmenu##).&lt;br /&gt;
Setting the view visibility can be done from the views index by clicking the eye icon of the designated view or from the visibility setting in the view configuration form.&lt;br /&gt;
The default view must be visible and setting a hidden view as the default view will automatically change its visibility to visible.&lt;br /&gt;
====Forcing a view filter====&lt;br /&gt;
When filters are defined for the activity you can force a filter on a view by selecting the filter either from the index list or in the view configuration form.&lt;br /&gt;
When the view forces a filter, users without capability cannot apply other activity filters (the activity filters menu will not be displayed) and user advanced filters (if the option is added to the view) will be appended to the forced filter.   &lt;br /&gt;
====Resetting a view====&lt;br /&gt;
Each view type has default templates which are generated and automatically added to the configuration form when adding a new view. The default View template typically consists of navigation menus, quick filters, add new entry link and entries display. The default Entry template (where applicable) typically adds the base pattern for each field and the edit and delete action buttons. As you build the activity you may change the templates of a view and in some cases you may wish to reset the templates to their defaults. This can be done by clicking the reset icon of the designated view in the views index or in the view configuration form. &lt;br /&gt;
====Updating a view====&lt;br /&gt;
You can click on the edit icon of the view to open the configuration form for updating. &lt;br /&gt;
&lt;br /&gt;
Note: Clicking on the view name will open the view in browse mode rather than the configuration form.&lt;br /&gt;
====Duplicating one or more views====&lt;br /&gt;
You can duplicate a view by clicking the duplicate icon of the view. This will create an exact copy of the duplicated view with a different name. You can then proceed to update the view settings. This may be particularly useful if you need to create several very similar views. For example, you can create a complex view and then duplicate it, and assign to each of the instances a different filter so as to have a designated view for certain subsets of the entries.&lt;br /&gt;
&lt;br /&gt;
You can duplicate more than one view in one go by selecting the designated views and clicking the bulk-duplicate icon (in the list&#039;s header). &lt;br /&gt;
====Deleting one or more views====&lt;br /&gt;
You can delete a view by clicking the delete icon of the view.&lt;br /&gt;
&lt;br /&gt;
You can delete more than one view in one go by selecting the designated views and clicking and bulk-delete icon (in the list&#039;s header).&lt;br /&gt;
====Access and Notifications info====&lt;br /&gt;
====Patterns validation and replacement====&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Template:Datalynx&amp;diff=112008</id>
		<title>Template:Datalynx</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Template:Datalynx&amp;diff=112008"/>
		<updated>2014-04-21T09:28:21Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&#039;&#039;[[Main page]] ► [[Managing a Moodle course]] ► [[Activities]] ► [[Datalynx module|Datalynx]] {{{innertrail|}}}► [[{{PAGENAME}}]]&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 15em;&amp;quot;&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[Datalynx module|Datalynx]]&amp;lt;/div&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Module administration&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx installation|Installation]]&lt;br /&gt;
* [[Datalynx global settings|Global settings]]&lt;br /&gt;
* [[Datalynx permissions|Permissions]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Creating an activity&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx create|Create a datalynx activity]]&lt;br /&gt;
* [[Datalynx settings|Activity settings]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Manage datalynx activities&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx Views|Views]]&lt;br /&gt;
* [[Datalynx Fields|Fields]]&lt;br /&gt;
* [[Datalynx Filter|Filter]]&lt;br /&gt;
* [[Datalynx Special tags|Special tags]]&lt;br /&gt;
* [[Datalynx Statistics|Statistics]]&lt;br /&gt;
* [[Datalynx Event notifications|Event notifications]]&lt;br /&gt;
* [[Datalynx Calculations|Calculations]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;See also&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx FAQ|FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Contributed code]][[Category:Datalynx module]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;This template will categorize articles that include it into [[:Category:Contributed code]] and [[:Category:Datalynx module]].&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Template:Datalynx&amp;diff=112007</id>
		<title>Template:Datalynx</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Template:Datalynx&amp;diff=112007"/>
		<updated>2014-04-21T09:22:33Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&#039;&#039;[[Main page]] ► [[Managing a Moodle course]] ► [[Activities]] ► [[Datalynx module|Datalynx]] {{{innertrail|}}}► [[{{PAGENAME}}]]&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 15em;&amp;quot;&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[Datalynx module|Datalynx]]&amp;lt;/div&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Module administration&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx installation|Installation]]&lt;br /&gt;
* [[Datalynx global settings|Global settings]]&lt;br /&gt;
* [[Datalynx permissions|Permissions]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Creating an activity&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx create|Create a datalynx activity]]&lt;br /&gt;
* [[Datalynx settings|Activity settings]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Manage datalynx activities&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx Views|Views]]&lt;br /&gt;
* [[Datalynx Views|Fields]]&lt;br /&gt;
* [[Datalynx Views|Filter]]&lt;br /&gt;
* [[Datalynx Views|Special tags]]&lt;br /&gt;
* [[Datalynx Views|Statistics]]&lt;br /&gt;
* [[Datalynx Views|Event notifications]]&lt;br /&gt;
* [[Datalynx Views|Calculations]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;See also&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx FAQ|FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Contributed code]][[Category:Datalynx module]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;This template will categorize articles that include it into [[:Category:Contributed code]] and [[:Category:Datalynx module]].&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_settings&amp;diff=112006</id>
		<title>Datalynx settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_settings&amp;diff=112006"/>
		<updated>2014-04-21T09:21:17Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
This page describes the settings available for a single Datalynx activity. These settings can be accessed directly after adding the activity to a course. After the activity has been setup for the first time, the settings can be accessed in two ways:&lt;br /&gt;
* Via the Block Administration, if you are in the activity: &amp;quot;Administration -&amp;gt; Datalynx activity administration -&amp;gt; Edit settings&amp;quot;. &lt;br /&gt;
* On the course page: Turn editing on, click on the editing symbol just right of the activity name. [[Image:datalynx-editsettings.png|none|600px|Edit settings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==General==&lt;br /&gt;
===Name===&lt;br /&gt;
The name of the datalynx instance (e.g. “Activity: Photo of the week”). The text entered is displayed on the course page as the text of the link to the activity. &lt;br /&gt;
===Description===&lt;br /&gt;
The description of the datalynx is optional and may include a description of the content of the datalynx, instructions for participating in the activity. If you check the checkbox &amp;quot;Display description on course page&amp;quot;, the description will be shown on the course page just below the name. The description won&#039;t be displayed within the activity itself.&lt;br /&gt;
==Timing==&lt;br /&gt;
===Available from===&lt;br /&gt;
If enabled, this time appears in the course calendar. Students can not enter the activity before this time.&lt;br /&gt;
===Due===&lt;br /&gt;
If enabled, this time appears in the course calendar. Students can enter the activity after this time but whether they can not add new entries.&lt;br /&gt;
To Enable this feature simply tick the Enable checkbox and set the date and time as desired. &lt;br /&gt;
Notes on Date Settings &lt;br /&gt;
Both the Available from and Due dates are displayed for learners in the datalynx details, but the Due date is also marked in the course Calendar as a visible reminder for participants and provides a link to the activity. &lt;br /&gt;
===Duration===&lt;br /&gt;
The duration of the activity from its Available-from time. With the a specified duration the due date is calculated automatically as &#039;Available from&#039; plus the product of the duration (minutes) and the number of intervals. &lt;br /&gt;
===Number of intervals===&lt;br /&gt;
Together with the Interval setting, the Number of intervals allows the instructor to set up the datalynx as a periodic activity. For example, with a one-week interval duration and the number of intervals set to five, the datalynx will function as a weekly activity ending after five weeks. &lt;br /&gt;
By default, the number of intervals is set to 1 and disabled. It may be enabled by specifying an interval. With specific interval and number of intervals the due date is calculated automatically (see Interval above). &lt;br /&gt;
All the entries settings (e.g. max entries, required entries etc.; see below) are per interval. For example, the activity is set to ten one-week intervals and maximum entries is set to one, participants may add up to one entry every week up to a total of ten entries by the end of the activity.&lt;br /&gt;
==Rating==&lt;br /&gt;
===Grade===&lt;br /&gt;
Choose how to rate entries: You can use different scales or points for rating. You can add scales via &amp;quot;Administration -&amp;gt; Site administration -&amp;gt; Grades -&amp;gt; Scale&amp;quot;.&lt;br /&gt;
===Grading method===&lt;br /&gt;
This defines how the grade is being calculated. For example if you grade more than one entries, the overall grade can be the maximum rating or the average rating of all the posts of a participant. Mor on that: [https://docs.moodle.org/25/en/Grades_FAQ Moodle Grades FAQ]&lt;br /&gt;
&lt;br /&gt;
==Entry settings==&lt;br /&gt;
===Maximum entries===&lt;br /&gt;
The maximum number of entries a participant may add to the activity. &lt;br /&gt;
This setting may be useful for applications such as essay/structured assignment and periodic reports. It also prevents from flooding the activity with unnecessary or spam entries. &lt;br /&gt;
===Required entries===&lt;br /&gt;
The number of entries each participant is required to enter before the activity may be considered complete. The participant will see a reminder message upon entering the activity if s/he has not submitted the required number of entries. &lt;br /&gt;
===Group entries===&lt;br /&gt;
Entries will be added with group info but without author info. This settings requires group mode. &lt;br /&gt;
===Editing time limit===&lt;br /&gt;
The time limit (minutes) within which a user without manage entries capability can update or delete a new entry. &lt;br /&gt;
-1: Unlimited. &lt;br /&gt;
0: The entry cannot be updated or deleted after submission. &lt;br /&gt;
N: The entry can be updated or deleted within N minutes (where N is any positive number, e.g. 30). &lt;br /&gt;
==Common module settings==&lt;br /&gt;
See [[Common module settings]] &lt;br /&gt;
==Restrict access/Activity completion==&lt;br /&gt;
(These settings are collapsed by default) &lt;br /&gt;
These settings are visible if [[Conditional activities]] and [[Activity completion]] have been enabled in the site and the course.&lt;br /&gt;
&lt;br /&gt;
If enabled on site level and course level, datalynx offers completion tracking. &lt;br /&gt;
For datalynx you can set a completion criteria: The number of approved entries. You have to activate &amp;quot;Require approval&amp;quot; in the &amp;quot;Entry settings&amp;quot;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=File:datalynx-editsettings.png&amp;diff=112005</id>
		<title>File:datalynx-editsettings.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=File:datalynx-editsettings.png&amp;diff=112005"/>
		<updated>2014-04-21T09:19:47Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Template:Datalynx&amp;diff=112004</id>
		<title>Template:Datalynx</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Template:Datalynx&amp;diff=112004"/>
		<updated>2014-04-21T09:09:21Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;navtrail&amp;quot;&amp;gt;&#039;&#039;[[Main page]] ► [[Managing a Moodle course]] ► [[Activities]] ► [[Datalynx module|Datalynx]] {{{innertrail|}}}► [[{{PAGENAME}}]]&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sideblock right&amp;quot; style=&amp;quot;width: 15em;&amp;quot;&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;[[Datalynx module|Datalynx]]&amp;lt;/div&amp;gt;	&lt;br /&gt;
&amp;lt;div class=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Module administration&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx installation|Installation]]&lt;br /&gt;
* [[Datalynx global settings|Global settings]]&lt;br /&gt;
* [[Datalynx permissions|Permissions]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Creating an activity&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx create|Create a datalynx activity]]&lt;br /&gt;
* [[Datalynx settings|Activity settings]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;Manage datalynx activities&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx Views|Views]]&lt;br /&gt;
* [[Datalynx Views|Fields]]&lt;br /&gt;
* [[Datalynx Views|Filter]]&lt;br /&gt;
* [[Datalynx Views|Special tags]]&lt;br /&gt;
* [[Datalynx Views|Statistics]]&lt;br /&gt;
* [[Datalynx Views|Event notifications]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;See also&amp;lt;/div&amp;gt;&lt;br /&gt;
* [[Datalynx FAQ|FAQ]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Contributed code]][[Category:Datalynx module]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;This template will categorize articles that include it into [[:Category:Contributed code]] and [[:Category:Datalynx module]].&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_settings&amp;diff=112003</id>
		<title>Datalynx settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_settings&amp;diff=112003"/>
		<updated>2014-04-21T08:57:15Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: /* Separate participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
This page describes the settings available for a single Datalynx activity. These settings are available directly after adding the activity to a course. The settings can be changed via the Block Administration &amp;quot;Administration -&amp;gt; Datalynx activity administration -&amp;gt; Edit settings&amp;quot;. On the course page the settings can be changed by clicking on the editing symbol after the &amp;quot;Edit mode&amp;quot; has been turned on.&lt;br /&gt;
==General==&lt;br /&gt;
===Name===&lt;br /&gt;
The name of the datalynx instance (e.g. “Activity: Photo of the week”). The text entered is displayed on the course page as the text of the link to the activity. &lt;br /&gt;
===Description===&lt;br /&gt;
The description of the datalynx is optional and may include a description of the content of the datalynx, instructions for participating in the activity. If you check the checkbox &amp;quot;Display description on course page&amp;quot;, the description will be shown on the course page just below the name. The description won&#039;t be displayed within the activity itself.&lt;br /&gt;
==Timing==&lt;br /&gt;
===Available from===&lt;br /&gt;
If enabled, this time appears in the course calendar. Students can not enter the activity before this time.&lt;br /&gt;
===Due===&lt;br /&gt;
If enabled, this time appears in the course calendar. Students can enter the activity after this time but whether they can not add new entries.&lt;br /&gt;
To Enable this feature simply tick the Enable checkbox and set the date and time as desired. &lt;br /&gt;
Notes on Date Settings &lt;br /&gt;
Both the Available from and Due dates are displayed for learners in the datalynx details, but the Due date is also marked in the course Calendar as a visible reminder for participants and provides a link to the activity. &lt;br /&gt;
===Duration===&lt;br /&gt;
The duration of the activity from its Available-from time. With the a specified duration the due date is calculated automatically as &#039;Available from&#039; plus the product of the duration (minutes) and the number of intervals. &lt;br /&gt;
===Number of intervals===&lt;br /&gt;
Together with the Interval setting, the Number of intervals allows the instructor to set up the datalynx as a periodic activity. For example, with a one-week interval duration and the number of intervals set to five, the datalynx will function as a weekly activity ending after five weeks. &lt;br /&gt;
By default, the number of intervals is set to 1 and disabled. It may be enabled by specifying an interval. With specific interval and number of intervals the due date is calculated automatically (see Interval above). &lt;br /&gt;
All the entries settings (e.g. max entries, required entries etc.; see below) are per interval. For example, the activity is set to ten one-week intervals and maximum entries is set to one, participants may add up to one entry every week up to a total of ten entries by the end of the activity.&lt;br /&gt;
==Rating==&lt;br /&gt;
===Grade===&lt;br /&gt;
Choose how to rate entries: You can use different scales or points for rating. You can add scales via &amp;quot;Administration -&amp;gt; Site administration -&amp;gt; Grades -&amp;gt; Scale&amp;quot;.&lt;br /&gt;
===Grading method===&lt;br /&gt;
This defines how the grade is being calculated. For example if you grade more than one entries, the overall grade can be the maximum rating or the average rating of all the posts of a participant. Mor on that: [https://docs.moodle.org/25/en/Grades_FAQ Moodle Grades FAQ]&lt;br /&gt;
&lt;br /&gt;
==Entry settings==&lt;br /&gt;
===Maximum entries===&lt;br /&gt;
The maximum number of entries a participant may add to the activity. &lt;br /&gt;
This setting may be useful for applications such as essay/structured assignment and periodic reports. It also prevents from flooding the activity with unnecessary or spam entries. &lt;br /&gt;
===Required entries===&lt;br /&gt;
The number of entries each participant is required to enter before the activity may be considered complete. The participant will see a reminder message upon entering the activity if s/he has not submitted the required number of entries. &lt;br /&gt;
===Group entries===&lt;br /&gt;
Entries will be added with group info but without author info. This settings requires group mode. &lt;br /&gt;
===Editing time limit===&lt;br /&gt;
The time limit (minutes) within which a user without manage entries capability can update or delete a new entry. &lt;br /&gt;
-1: Unlimited. &lt;br /&gt;
0: The entry cannot be updated or deleted after submission. &lt;br /&gt;
N: The entry can be updated or deleted within N minutes (where N is any positive number, e.g. 30). &lt;br /&gt;
==Common module settings==&lt;br /&gt;
See [[Common module settings]] &lt;br /&gt;
==Restrict access/Activity completion==&lt;br /&gt;
(These settings are collapsed by default) &lt;br /&gt;
These settings are visible if [[Conditional activities]] and [[Activity completion]] have been enabled in the site and the course.&lt;br /&gt;
&lt;br /&gt;
If enabled on site level and course level, datalynx offers completion tracking. &lt;br /&gt;
For datalynx you can set a completion criteria: The number of approved entries. You have to activate &amp;quot;Require approval&amp;quot; in the &amp;quot;Entry settings&amp;quot;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Datalynx_settings&amp;diff=112002</id>
		<title>Datalynx settings</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Datalynx_settings&amp;diff=112002"/>
		<updated>2014-04-21T08:55:56Z</updated>

		<summary type="html">&lt;p&gt;Dasistwas: /* Grading method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Datalynx}}&lt;br /&gt;
This page describes the settings available for a single Datalynx activity. These settings are available directly after adding the activity to a course. The settings can be changed via the Block Administration &amp;quot;Administration -&amp;gt; Datalynx activity administration -&amp;gt; Edit settings&amp;quot;. On the course page the settings can be changed by clicking on the editing symbol after the &amp;quot;Edit mode&amp;quot; has been turned on.&lt;br /&gt;
==General==&lt;br /&gt;
===Name===&lt;br /&gt;
The name of the datalynx instance (e.g. “Activity: Photo of the week”). The text entered is displayed on the course page as the text of the link to the activity. &lt;br /&gt;
===Description===&lt;br /&gt;
The description of the datalynx is optional and may include a description of the content of the datalynx, instructions for participating in the activity. If you check the checkbox &amp;quot;Display description on course page&amp;quot;, the description will be shown on the course page just below the name. The description won&#039;t be displayed within the activity itself.&lt;br /&gt;
==Timing==&lt;br /&gt;
===Available from===&lt;br /&gt;
If enabled, this time appears in the course calendar. Students can not enter the activity before this time.&lt;br /&gt;
===Due===&lt;br /&gt;
If enabled, this time appears in the course calendar. Students can enter the activity after this time but whether they can not add new entries.&lt;br /&gt;
To Enable this feature simply tick the Enable checkbox and set the date and time as desired. &lt;br /&gt;
Notes on Date Settings &lt;br /&gt;
Both the Available from and Due dates are displayed for learners in the datalynx details, but the Due date is also marked in the course Calendar as a visible reminder for participants and provides a link to the activity. &lt;br /&gt;
===Duration===&lt;br /&gt;
The duration of the activity from its Available-from time. With the a specified duration the due date is calculated automatically as &#039;Available from&#039; plus the product of the duration (minutes) and the number of intervals. &lt;br /&gt;
===Number of intervals===&lt;br /&gt;
Together with the Interval setting, the Number of intervals allows the instructor to set up the datalynx as a periodic activity. For example, with a one-week interval duration and the number of intervals set to five, the datalynx will function as a weekly activity ending after five weeks. &lt;br /&gt;
By default, the number of intervals is set to 1 and disabled. It may be enabled by specifying an interval. With specific interval and number of intervals the due date is calculated automatically (see Interval above). &lt;br /&gt;
All the entries settings (e.g. max entries, required entries etc.; see below) are per interval. For example, the activity is set to ten one-week intervals and maximum entries is set to one, participants may add up to one entry every week up to a total of ten entries by the end of the activity.&lt;br /&gt;
==Rating==&lt;br /&gt;
===Grade===&lt;br /&gt;
Choose how to rate entries: You can use different scales or points for rating. You can add scales via &amp;quot;Administration -&amp;gt; Site administration -&amp;gt; Grades -&amp;gt; Scale&amp;quot;.&lt;br /&gt;
===Grading method===&lt;br /&gt;
This defines how the grade is being calculated. For example if you grade more than one entries, the overall grade can be the maximum rating or the average rating of all the posts of a participant. Mor on that: [https://docs.moodle.org/25/en/Grades_FAQ Moodle Grades FAQ]&lt;br /&gt;
&lt;br /&gt;
==Entry settings==&lt;br /&gt;
===Maximum entries===&lt;br /&gt;
The maximum number of entries a participant may add to the activity. &lt;br /&gt;
This setting may be useful for applications such as essay/structured assignment and periodic reports. It also prevents from flooding the activity with unnecessary or spam entries. &lt;br /&gt;
===Required entries===&lt;br /&gt;
The number of entries each participant is required to enter before the activity may be considered complete. The participant will see a reminder message upon entering the activity if s/he has not submitted the required number of entries. &lt;br /&gt;
===Separate participants===&lt;br /&gt;
Whether participants can see all entries or only their own. Set to Yes if you want participants to see only their own entries. &lt;br /&gt;
===Group entries===&lt;br /&gt;
Entries will be added with group info but without author info. This settings requires group mode. &lt;br /&gt;
===Editing time limit===&lt;br /&gt;
The time limit (minutes) within which a user without manage entries capability can update or delete a new entry. &lt;br /&gt;
-1: Unlimited. &lt;br /&gt;
0: The entry cannot be updated or deleted after submission. &lt;br /&gt;
N: The entry can be updated or deleted within N minutes (where N is any positive number, e.g. 30). &lt;br /&gt;
==Common module settings==&lt;br /&gt;
See [[Common module settings]] &lt;br /&gt;
==Restrict access/Activity completion==&lt;br /&gt;
(These settings are collapsed by default) &lt;br /&gt;
These settings are visible if [[Conditional activities]] and [[Activity completion]] have been enabled in the site and the course.&lt;br /&gt;
&lt;br /&gt;
If enabled on site level and course level, datalynx offers completion tracking. &lt;br /&gt;
For datalynx you can set a completion criteria: The number of approved entries. You have to activate &amp;quot;Require approval&amp;quot; in the &amp;quot;Entry settings&amp;quot;&lt;/div&gt;</summary>
		<author><name>Dasistwas</name></author>
	</entry>
</feed>