<?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=Mavasarala</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=Mavasarala"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/Special:Contributions/Mavasarala"/>
	<updated>2026-04-17T19:46:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Calendar_FAQ&amp;diff=134204</id>
		<title>Calendar FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Calendar_FAQ&amp;diff=134204"/>
		<updated>2019-06-04T19:36:12Z</updated>

		<summary type="html">&lt;p&gt;Mavasarala: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Calendar}}&lt;br /&gt;
&lt;br /&gt;
==How can I have teachers add site events?==&lt;br /&gt;
&lt;br /&gt;
Make use of a [[Calendar editor role]] and assign the teachers to that role on the site.&lt;br /&gt;
&lt;br /&gt;
==Why do events without duration not show on the first day of every month?==&lt;br /&gt;
&lt;br /&gt;
If your timezone settings are not default you may find that events entered with no duration on the first day of the month, do not show in the month view of the calendar. Setting the two timezone settings in &#039;&#039;Site administration &amp;gt; Location &amp;gt; Location settings&#039;&#039; to the default settings should resolve this.&lt;br /&gt;
&lt;br /&gt;
==How can I show more upcoming events?==&lt;br /&gt;
&lt;br /&gt;
To show more events in the [[Upcoming Events block]], increase the days and/or events to lookahead in &#039;&#039;Site Administration &amp;gt; Appearance &amp;gt; Calendar&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Can I use a different calendar type instead of Gregorian?==&lt;br /&gt;
Yes. See [[:dev:Calendar types name|Calendar types]] in the Developer docs. It&#039;s possible to set the calendar type preference on the user and course settings page, the same as the language preference. However, unlike the language select box, this option is only shown if there is more than one calendar type. The reason for this is because the majority of sites using Moodle will not want to use another calendar type other than Gregorian.&lt;br /&gt;
&lt;br /&gt;
==How can I import calendar events?==&lt;br /&gt;
See [[Calendar import]].&lt;br /&gt;
&lt;br /&gt;
==Can I have a two-way sync with my Moodle calendar with my Google calendar?==&lt;br /&gt;
&lt;br /&gt;
See this forum post: [https://moodle.org/mod/forum/discuss.php?d=218467#p951387 How to sync Google calendar with Moodle calendar]&lt;br /&gt;
&lt;br /&gt;
==Why are month names not being displayed in the correct language?==&lt;br /&gt;
&lt;br /&gt;
Names of days and months are pulled out of your operating system. The system is configured for Moodle in langconfig.php where you have the strings &#039;&#039;locale&#039;&#039; (for -nix type operating systems) and &#039;&#039;localewin&#039;&#039; (for Windows operating systems) that should point to the right locale on your server. Your server operating system should support the language (= locale should be installed). See MDL-31622 for further details.&lt;br /&gt;
&lt;br /&gt;
==Problem:  Guest cannot access calendar unless they first click on a course link first==&lt;br /&gt;
Edit calendar/view.php find and change:&lt;br /&gt;
&lt;br /&gt;
 require_login($course, false);&lt;br /&gt;
&lt;br /&gt;
TO:&lt;br /&gt;
&lt;br /&gt;
 if ($course == 1){&lt;br /&gt;
  require_login($course, true);&lt;br /&gt;
 } else {&lt;br /&gt;
  require_login($course, false);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
See [https://moodle.org/mod/forum/discuss.php?d=359244 this forum thread]&lt;br /&gt;
&lt;br /&gt;
==Theme CSS in order to show more detail in month view==&lt;br /&gt;
See [https://moodle.org/mod/forum/discuss.php?d=386928&amp;amp;parent=1560045 this forum thread by Jon Bolton]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Kalender_FAQ]]&lt;br /&gt;
[[es:Calendario FAQ]]&lt;br /&gt;
[[fr:FAQ sur le Calendrier]]&lt;/div&gt;</summary>
		<author><name>Mavasarala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Calendar_FAQ&amp;diff=134203</id>
		<title>Calendar FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Calendar_FAQ&amp;diff=134203"/>
		<updated>2019-06-04T19:35:29Z</updated>

		<summary type="html">&lt;p&gt;Mavasarala: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Calendar}}&lt;br /&gt;
&lt;br /&gt;
==How can I have teachers add site events?==&lt;br /&gt;
&lt;br /&gt;
Make use of a [[Calendar editor role]] and assign the teachers to that role on the site.&lt;br /&gt;
&lt;br /&gt;
==Why do events without duration not show on the first day of every month?==&lt;br /&gt;
&lt;br /&gt;
If your timezone settings are not default you may find that events entered with no duration on the first day of the month, do not show in the month view of the calendar. Setting the two timezone settings in &#039;&#039;Site administration &amp;gt; Location &amp;gt; Location settings&#039;&#039; to the default settings should resolve this.&lt;br /&gt;
&lt;br /&gt;
==How can I show more upcoming events?==&lt;br /&gt;
&lt;br /&gt;
To show more events in the [[Upcoming Events block]], increase the days and/or events to lookahead in &#039;&#039;Site Administration &amp;gt; Appearance &amp;gt; Calendar&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Can I use a different calendar type instead of Gregorian?==&lt;br /&gt;
Yes. See [[:dev:Calendar types name|Calendar types]] in the Developer docs. It&#039;s possible to set the calendar type preference on the user and course settings page, the same as the language preference. However, unlike the language select box, this option is only shown if there is more than one calendar type. The reason for this is because the majority of sites using Moodle will not want to use another calendar type other than Gregorian.&lt;br /&gt;
&lt;br /&gt;
==How can I import calendar events?==&lt;br /&gt;
See [[Calendar import]].&lt;br /&gt;
&lt;br /&gt;
==Can I have a two-way sync with my Moodle calendar with my Google calendar?==&lt;br /&gt;
&lt;br /&gt;
See this forum post: [https://moodle.org/mod/forum/discuss.php?d=218467#p951387 How to sync Google calendar with Moodle calendar]&lt;br /&gt;
&lt;br /&gt;
==Why are month names not being displayed in the correct language?==&lt;br /&gt;
&lt;br /&gt;
Names of days and months are pulled out of your operating system. The system is configured for Moodle in langconfig.php where you have the strings &#039;&#039;locale&#039;&#039; (for -nix type operating systems) and &#039;&#039;localewin&#039;&#039; (for Windows operating systems) that should point to the right locale on your server. Your server operating system should support the language (= locale should be installed). See MDL-31622 for further details.&lt;br /&gt;
&lt;br /&gt;
==Problem:  Guest cannot access calendar unless they first click on a course link first==&lt;br /&gt;
Edit calendar/view.php find and change:&lt;br /&gt;
&lt;br /&gt;
 require_login($course, false);&lt;br /&gt;
&lt;br /&gt;
TO:&lt;br /&gt;
&lt;br /&gt;
 if ($course == 1){&lt;br /&gt;
  require_login($course, true);&lt;br /&gt;
 } else {&lt;br /&gt;
  require_login($course, false);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
See [https://moodle.org/mod/forum/discuss.php?d=359244 this forum thread]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Kalender_FAQ]]&lt;br /&gt;
[[es:Calendario FAQ]]&lt;br /&gt;
[[fr:FAQ sur le Calendrier]]&lt;br /&gt;
&lt;br /&gt;
==Theme CSS in order to show more detail in month view==&lt;br /&gt;
See [https://moodle.org/mod/forum/discuss.php?d=386928&amp;amp;parent=1560045 this forum thread by Jon Bolton]&lt;/div&gt;</summary>
		<author><name>Mavasarala</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/310/en/index.php?title=Attendance_activity&amp;diff=129977</id>
		<title>Attendance activity</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/310/en/index.php?title=Attendance_activity&amp;diff=129977"/>
		<updated>2018-01-31T03:11:17Z</updated>

		<summary type="html">&lt;p&gt;Mavasarala: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox plugin&lt;br /&gt;
|type = Activity module and optional block&lt;br /&gt;
|entry = https://moodle.org/plugins/browse.php?list=set&amp;amp;id=36&lt;br /&gt;
|tracker = https://github.com/danmarsden/moodle-mod_attendance/issues&lt;br /&gt;
|discussion = https://moodle.org/mod/forum/view.php?id=741&lt;br /&gt;
|maintainer = [[User:Dan Marsden|Dan Marsden]]&lt;br /&gt;
|float = right&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==About the Attendance activity==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Attendance activity&#039;&#039;&#039; is designed for &#039;&#039;teachers to be able to take attendance&#039;&#039; during class, and for &#039;&#039;students to be able to view their own attendance record&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A teacher can mark the attendance status of a student as &amp;quot;Present&amp;quot;, &amp;quot;Absent&amp;quot;, &amp;quot;Late&amp;quot;, or &amp;quot;Excused&amp;quot;. These status descriptions are configurable, and more can be added. The teacher adds Attendance as an activity of a course, and then sets up the sessions for which attendance is to be tracked.&lt;br /&gt;
&lt;br /&gt;
The Attendance activity can generate reports for either the entire class or for individual students. Students may also see their own attendance record if the activity is not hidden.&lt;br /&gt;
&lt;br /&gt;
The optional Attendance block allows teachers quick access to the Attendance functionality, and allows students quick access to a summary report for their own attendance.&lt;br /&gt;
&lt;br /&gt;
==Adding an Attendance activity==&lt;br /&gt;
&lt;br /&gt;
An Attendance activity can be added to a course in the same way as any other activity:&lt;br /&gt;
&lt;br /&gt;
# Turn editing on&lt;br /&gt;
# Click &#039;Add an activity or resource&#039;&lt;br /&gt;
# Select Attendance&lt;br /&gt;
&lt;br /&gt;
Note that you may now add as many Attendance instances as you like, and that each instance may have multiple sections. Be sure to give the instance a name that indicates what it will be used for; for example, &amp;quot;Lecture Attendance&amp;quot;. If you will be using groups in your course, set the Group mode accordingly, because even if groups exist in the course, you will not be able to use them within the Attendance activity if you select &#039;&#039;No groups&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Once you have added an attendance instance, you are ready to start taking attendance during classes.&lt;br /&gt;
&lt;br /&gt;
== Setting Attendance categories and grading options==&lt;br /&gt;
&lt;br /&gt;
Now it is time to set your attendance options. Select your attendance activity and you will see a bar of tabs, the last of which is &amp;quot;Settings.&amp;quot; Select &amp;quot;Status set&amp;quot; and you are presented with acronyms, attendance status descriptions, and grade (points) to assign. By default, the status descriptions are &amp;quot;Present&amp;quot;, &amp;quot;Absent&amp;quot;, &amp;quot;Late&amp;quot;, and &amp;quot;Excused&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You may prefer to change the descriptions (for example, by changing &amp;quot;Late&amp;quot; to &amp;quot;Tardy&amp;quot;), change the way points are counted, or add new status descriptions. To do the latter, fill in the fifth line and click the &#039;&#039;Add&#039;&#039; button. Important: when you hit the &#039;&#039;Add&#039;&#039; button, any changes made to existing options that were made after the last time the &#039;&#039;Update&#039;&#039; button was used will be lost. Likewise, when you hit the &#039;&#039;Update&#039;&#039; button, any changes made to the &#039;&#039;Add&#039;&#039; after the last time the &#039;&#039;Add&#039;&#039; button was used will be lost.&lt;br /&gt;
&lt;br /&gt;
Finally, when you are done changing items on this page, be sure to click the &#039;&#039;Update&#039;&#039; button to register the changes.&lt;br /&gt;
&lt;br /&gt;
== Adding sessions ==&lt;br /&gt;
&lt;br /&gt;
Next, it is time to add sessions. To add class sections, click the &#039;&#039;Add session&#039;&#039; tab (second from left) at the top of the Attendance page. Alternatively, you can click the &#039;&#039;Add&#039;&#039; button from the Attendance block (if you&#039;ve installed it) to directly navigate to the page for adding sessions. If you chose &amp;quot;No groups&amp;quot;, or have not defined groups, then the Session type will be forced to &amp;quot;Common.&amp;quot; If you have defined groups and have chosen to use them in your course&#039;s Attendance activity, then you will have the option to create sessions for a group or all students.&lt;br /&gt;
&lt;br /&gt;
You have two options for adding sessions: adding a single session or adding multiple sessions. The single session is self-explanatory as well as time-consuming to use when you have many class sessions, so we will go straight to the more useful option.&lt;br /&gt;
&lt;br /&gt;
Check the &#039;&#039;Create multiple sessions&#039;&#039; button. Select the date and time for the first session you wish to add, followed by the duration of the session. Then, enter the date for the last session you wish to add. Since most classes do not meet seven days a week, select the checkboxes for days the class meets. The final option, frequency, may look confusing but it is actually straightforward: if your class meets every week, as is typical, then you want a frequency of 1 week, which is the default. If your class meets every other week, then select a frequency of 2 weeks, and so on. If you wish, you may type a description for the sessions you are creating. If you leave the description field blank, it will default to &amp;quot;Regular class session&amp;quot;. Finally, click the &#039;&#039;Add multiple sessions&#039;&#039; button to create your sessions. You will see a message confirming this.&lt;br /&gt;
&lt;br /&gt;
== Editing sessions ==&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;Attendance&#039;&#039; tab. &amp;lt;!-- Attendance tab of what page? --&amp;gt; Here, you will see the list of all attendance sessions you have added. You can delete an individual session by clicking the X on the session rectangle&#039;s right-hand side. Alternatively, you can check the checkboxes of each session you wish to delete, and then choose &amp;quot;Delete&amp;quot; from the drop-down menu at the bottom right-hand corner of the page to delete all the selected sessions.&lt;br /&gt;
&lt;br /&gt;
You can edit a session &amp;amp;mdash; for example, to change its date or description &amp;amp;mdash; by clicking the hand icon on the session rectangle&#039;s right-hand side.&lt;br /&gt;
&lt;br /&gt;
== Taking attendance ==&lt;br /&gt;
&lt;br /&gt;
Finally, we get to using the activity for its intended purpose. You can take attendance for a session by clicking on the green radio button on the session rectangle&#039;s right-hand side. Those sessions for which attendance has already been taken, do not have the green button. However, the description is a link that takes you to a screen for modifying the attendance record for that session.&lt;br /&gt;
&lt;br /&gt;
Note that when taking attendance, the column headings for attendance status are links. If you click one of these column headings, all students will have their status changed to the status you selected. Thus, if everyone is present, you can merely click the &#039;&#039;P&#039;&#039; column header to change everyone&#039;s status to &amp;quot;Present&amp;quot;. If only one person is absent, you could first click &#039;&#039;P&#039;&#039; to set everyone&#039;s status to &amp;quot;Present&amp;quot;, and then set the absent student&#039;s status to &amp;quot;Absent&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Enter remarks as appropriate &amp;amp;mdash; for example, the reason for an absence if known, or the number of minutes a student was late &amp;amp;mdash; and click the &#039;&#039;OK&#039;&#039; button to record the information.&lt;br /&gt;
&lt;br /&gt;
== Reports ==&lt;br /&gt;
&lt;br /&gt;
You can generate attendance reports on sessions:&lt;br /&gt;
* Select the Attendance activity of the course and session you&#039;re interested in.&lt;br /&gt;
* Click on the &#039;&#039;Export&#039;&#039; tab near the top.&lt;br /&gt;
* Change the export settings if you wish.&lt;br /&gt;
* From the &#039;&#039;Format&#039;&#039; pull-down menu, select the file format you&#039;d like to export the attendance report in.&lt;br /&gt;
* Click on the &#039;&#039;OK&#039;&#039; button.&lt;br /&gt;
* Your browser will now probably ask you to either display or save the file.&lt;br /&gt;
&lt;br /&gt;
One teacher&#039;s style of using the Attendance module, useful in those (probably frequent) situations where there&#039;s no access to Moodle in the classroom, is first to take attendance on paper, and then to transfer the information to Moodle later. To ease this task, one can print a monthly report before the start of the month and use the printout for recording attendance during class. This method has the added advantage of having a picture on the printed report for each student who has uploaded their photo to Moodle.  &#039;&#039;&#039;(as of 4 Aug. 2012, can&#039;t see this feature working)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
Why do some use users appear in red and across all groups even though only one group is selected?&lt;br /&gt;
Check your temporary users. Usually such users are created either by design or accident as temporary users and may appear as described. If unwanted, just delete these temporary users and you shouldn&#039;t have this problem anymore.&lt;br /&gt;
&lt;br /&gt;
[[es:Actividad de asistencia]]&lt;br /&gt;
[[ja:出欠]]&lt;/div&gt;</summary>
		<author><name>Mavasarala</name></author>
	</entry>
</feed>