ࡱ> .0)*+,-5@ Ebjbj22 XXÜNdddd &X dDLހ^&Ve  $Rڰ/9$u/dd&OhLdl:&  .1,ݪ& PQKz HŪdd0ݪdddddFݪ,#//$2O0OBridge Task Documentation By: Reza Ferrydiansyah Table of Contents  TOC \f \o "1-9" \t "Heading 9;9;Heading 8;8;Heading 7;7;Heading 6;6;Heading 5;5;Heading 4;4;Heading 3;3;Heading 2;2;Heading 1;1;Heading 1;1;Heading 1;1;Heading 1;1;Heading 1;1;Heading 2;2;Heading 2;2;Heading 2;2;Heading 2;2;Heading 3;3;Heading 3;3;Heading 3;3;Heading 3;3;Heading 4;4;Heading 4;4;Heading 4;4;Heading 4;4;Heading 5;5;Heading 5;5;Heading 5;5;Heading 5;5;Heading 6;6;Heading 6;6;Heading 6;6;Heading 6;6;Heading 7;7;Heading 7;7;Heading 7;7;Heading 7;7;Heading 8;8;Heading 8;8;Heading 8;8;Heading 8;8;Heading 9;9;Heading 9;9;Heading 9;9;Heading 9;9"  1 Introduction 2 2 Main features of a BT 3 3 LON CAPA .task format 4 3.1 Header Information 4 3.2 Variables and Parameters 5 3.3 Questions and Criteria 6 3.4 Finishing up 9 4 Using the colorful editor 9 4.1 Creating variables 9 4.2 Creating Questions 10 4.3 Criteria 10 4.4 Finishing up 10 5 Setting Up the Bridge Task in a Course 10 6 Creating Conditional Sequences 11 7 Slots 12 7.1 Adding Slot Using the Interface 12 7.1.1 Required Slot Attributes 12 7.1.2 Optional Slot Attributes 12 7.1.3 Selecting Resource Available Within Slots 13 7.1.4 Specifying Proctors 13 7.1.5 Specifying Users 13 7.2 Uploading Slot Files 13 7.2.1 Specifying Types of Input Fields 13 7.3 Editing and Deleting Slots 15 8 Uploading Files Using Portfolio 15 9 XML 15 9.1 Elements 16 9.2 Attributes 16 9.3 Headers and Root Element 16 Introduction BTs or Bridge Tasks are open-ended, performance-based assessments. BTs are based on a mastery-model of assessment and evaluated on a pass-fail basis. You may use BTs in a variety of ways, from supporting the scoring of a final project, to individual lab assignments. Bridge tasks consist of one or more individual tasks that describe what the student is to do, usually in the form of a problem to solve. LON-CAPA supports the creation of multiple versions of each task, so that each student may receive a mix of randomly assigned tasks to perform. Students use LON-CAPA to view the bridge task. LON-CAPA supports the scheduling of BTs to restrict access by IP address range and to allow students to schedule slots of time to take a BT. When students complete a BT, they upload files they have created for grading. Files are uploaded using LON-CAPAs portfolio system. LON-CAPA supports the creation of scoring rubrics associated with each individual task to guide graders and ensure inter-rater reliability among multiple graders in a course. Instructors specify criteria to assign an overall score to a BT based on the scores of the individual rubrics. BTs are used in Michigan State Universitys CSE 101 course. The course is designed to teach computer competencies by having students solve problems using a variety of computer software (MS-Word, MS-Excel, World Wide Web, and MS Access). In CSE 101, BTs are used for summative assessment, the majority of students grades are based upon the BTs. Here, students must successfully pass a BT before attempting the next BT. A students final course grade is based on the highest level BT passed. The CSE 101 class is quite large, approximately 2000 students per semester. Students may take up to one BT per week; typically there are over 14,000 BTs administered per semester. Thus there is a need to quickly and accurately access students. LON-CAPA successfully supports the load requirements. This document describes how to create a bridge task in LON-CAPA. Section 2 takes the readers on a description of the main features of a BT. A work flow of the BT creation process is given in figure 1. Section 3 describes the creation of a Bridge Task using the LON-CAPA native .task language method. The sections after that discusses the administrative aspects of Bridge Tasks, this includes determining how to use bridge task (Section 4) which Bridge Tasks to show to the students (Section 5) as well as determining when and where students may take Bridge Tasks (Section 6). Following that is a section on handing in files using the portfolio. The final two sections is a reference section on XML. Main features of a BT There are many ways in which BTs differ from other assessments. Multiple Versions. There are multiple versions of a BT. A person taking a BT may receive a different version than the person taking the same BT sitting next to him or her. To create BTs that have different versions, the instructors who created the BT will create multiple sub-questions. The BT engine then chooses one of the sub questions and gives that sub question to the student, thus creating multiple versions. Essay/task based. Bridge task questions open-ended. Users create files which they upload and submit to the system. Rubric-Based Grading. Each question in a bridge task has scoring rubrics, criteria, associated with them. These criteria are used as the basis of grading. The grading page provides the criteria checklist on which the grader enters whether a student passes or fails each criterion. This ensures inter-rater reliability among multiple graders. Mandatory and Optional Criteria. Some criteria can be made mandatory, that is a student will fail if the student does not pass that criteria. Some criteria are optional and the student must pass a certain number of these optional criteria. Criteria are associated with questions, which can also be made optional or mandatory. The LON-CAPA calculates whether a student has passed or fail based on the number of mandatory and optional questions the student has passed. Automatic Bookkeeping. The system calculates whether the student has passed a BT or not and records it into the database. The system stores a complete record of the BT each student received when each students BT was administered the BT instance the files the student turned in the associated grading criteria the grading results (and history of grading, including grader ID) Sequential Bridge Tasks. The system can be set in such a way that a student can only take a certain bridge task after passing the previous bridge task on the list. This is done using conditionals in LON-CAPA. There are other ways to use conditionals and bridge tasks to customize the usage of bridge tasks in a course. Slots. Slots can be created to relate students with time and location. This allows control of where and when a student can take a bridge task. Proctor Authentication. Slots also allow a particular proctor to be in a particular location for a bridge task. Each student who is scheduled to take the bridge task must be authenticated by the proctor. LON CAPA .task format The LON CAPA .task format is an XML file used directly by LON CAPA. XML is a markup language, much like HTML. A primer on XML is given in section  REF Ref_Chapter%208 \n \h 9. An XML file contains elements in tags, and elements may contain attributes. The syntax, spelling (including capitalization) of the XML file must be exact, otherwise the XML file will generate errors. The online editor for the .task format is discussed in the next section. This section describes creating the .task file by simply using a text editor such as Notepad. In this section the elements of this file is described. The .task format consists of three parts: The header, which contains information about the file itself. The header can be copied from this documentation as is. Parameter information. This part consists of the possible values for various parameters in the Bridge Task. Questions section. This part consists of the actual text the user sees as well as all criteria and questions. Header Information The root node of the .task format is the task element, which is an XML element written as follows: The Task element signifies that this is a bridge task. The OptionalRequired is a mandatory attribute, and the value (0 in this case) determines how many optional questions must the student get correctly. In most cases, the value of the OptionalRequired attribute for the top level Task element is 0. Variables and Parameters To create difference versions of Bridge Tasks for each student, parts of the questions are defined using variables. Each variable contains multiple instances of possible values and LON-CAPA randomly selects an instance to give to the student. All variables are placed inside a Setup element. Each setup element has an id attribute which contains the name of the variable. The possible instances or values of those variables are placed inside the setup element inside an Instance tag. Each Instance element has two mandatory attributes, the OptionalRequired attribute which should be set to 0, and the unique id of that instance. The value of the id attribute can be any text as long as it is unique throughout the document. The actual data of the instance is placed inside InstanceText tags. Currently the instance data is created with a loncapa/perl script. In this script, the parameters of the variable are set. The syntax to set the parameter of a variable is $variableName {fieldname} = fieldValue. The variable name is taken from the attribute id from the Setup element, thefield name is the name of the parameter the author sets, and the fieldValue is simply the value of the field. The first parameter that must be set is the instance field, with the value being an identifier of the instance. The example below shows a portion of the bridge task XML file. This portion should be placed inside the task element : The example above describes a variable question. It has two different possible values for the entity subject, Harry and zoo or Betty and park. Variables can be placed inside the questions by using the variable name and field name. The first line marks the start of the setting up of the variable. In this case, the variable is named entitySubject (based on the id attribute of this line. The first instance of this variable is shown between line 2 to 10. Line two marks the beginning of the instance element named instanceHarry (based on the id attribute). The OptionalRequired is given a value of 0. Line 3-9 determines the actual value of this variable. Line 5-7 defines the instance properties, which must be of the form ${} = . The first line of the property must be the instance property (see line 5 of example), with the value being the id of the instance. Other lines (6-7) can be used for any attributes. All other lines (3, 4, 8, and 9) must be typed as such. Line 12-21 shows the second instance with the same rules as the first instance. Line 23 gives the closing Setup tag which must be written precisely. The example of the usage of this variable inside the question is this text: : This is a test question. $entitySubject{personname} went to the $entitySubject{place}. . The LON-CAPA engine will replace any instance of $ () with the correct value, depending on the randomly chosen instance. Based on this code, two different questions are possible: This is a test question. Harry went to the zoo This is a test question. Betty went to the park Questions and Criteria The task description should be divided into questions. Questions can also be divided into sub-questions. A question or sub-question must have one or more criteria that are the scoring rubrics used to evaluate that question. A task may also have a criteria. Graders use these criteria to evaluate student work Both questions and criteria are interspersed within the task description, placed where students see them when reviewing their graded bridge task. Questions are created by using the Question tag. Each question must have a unique id attribute which identifies the question, the value of the id attribute is any text that is unique in the document. Each question must also have the Mandatory attribute which can be set to Y if the question is mandatory or N otherwise. Finally the question may also have a OptionalRequired attribute, which determines how many optional criteria students must pass to pass the question. The question element will have the actual text of the question. The questions are created inside the QuestionText element. The question descriptions are placed inside the file by simply typing the text. The text can be marked up to have various formatting. The mark up language used is simple HTML. Criteria are created using the Criteria tag. The attributes for the criteria tag are similar to the attributes for the questions tag. Criteria tags have id attributes as well as Mandatory attributes. Like for the question tag, the value of the id attribute is any text that is unique in the document, and the Mandatory attribute (values Y or N) determines whether the criteria is mandatory or not. However Ccriteria tags do not have OptionalRequired attributes. The criteria description is created inside the CriteriaText element and can be formatted the same way as the formatting of the questions (using HTML). Some test explanation Criteria text 1 This part cannot be seen by students but is used to give additional info to the grader to help evaluating the criteria. The actual test question Criteria text 2 Instructions to the student on submitting files The question that the students will see is: Some test explanation The actual test question Instructions to the student on submitting files Any text inside a QuestionText element (lines 2, 14) and not inside a criteria element will be shown to the users. This example has one question, and one optional sub-question. The question element is given in line 1, the id of the question being 'q.testquestion', it is a mandatory question (Mandatory='Y') and it requires that 1 optional question/criteria be passed (OptionalRequired='1'). The sub-question is given in line 13, named 'q.question1', is not mandatory and has no optional questions or criteria that is required to be correctly answered. The example above shows a code for the creation of criteria. There are 2 criteria in the above question (line 4 and 16). Each criteria has a name (criteria.question1 and criteria.overall.handin) which are both mandatory (the attribute Mandatory is set to 'Y'). The text of the criteria is given inside the CriteriaText element inside each CriteriaElement. The student will never see the criteria when the student is taking the test. The grader will see this on his/her screen: Criteria text 1. Grader Note: This part cannot be seen by the students but is used to give additional info to the grader to help evaluating the criteria. o Pass o Fail Comment:  Criteria text 2. o Pass o Fail Comment:  When the bridge task is graded the student will see both the questions and the criteria in his space. Anything inside the GraderNote element (line 7) is not shown to the student. as follows: Some test explanation Criteria text 1 Pass The actual test question Criteria text 2. Pass Instructions to the student on submitting files Finishing up Once all questions are written, the file must be closed with the tag. The file must be saved with a .task extension then placed into a LON CAPA author's folder. To upload the file simply go to the construction space and simply upload the new file using the upload new document button. Once the file is uploaded to LON CAPA, the author can publish the file so that the domain coordinator will be able to use the file. To do this select publish (or re-publish) in the select action combo box next to the file name. Using the colorful editor Another way of creating Bridge Task is via the colorful editor. The colorful editor allows authors to create resources (including Bridge Tasks) online. The basic idea of the colorful editor is you insert and delete different type of sections into your file to build the bridge task. If a task file has already been created, then click on the file name, and click on the Edit button to open the file in the colorful editor. If a task file needs to be created, enter the file name in the area Create a new directory or LON-CAPA document with the combo box at the left of this set to New File. At the second screen, press continue to create a new task. At the third screen, select the blank task template and press the Create task button to create this blank task. To go into the colorful editor, press the Edit Button. Creating variables To create difference versions of Bridge Tasks for each student, parts of the questions are defined using variables. Each variable contains multiple instances of possible values and LON-CAPA randomly selects an instance to give to the student. Figure 2 shows a screenshot of this process. To create a variable, choose Setup ... in the insert pull-down menu (circled 1 in figure). Press the Submit Changes and Edit just above the work space. A new box should appear with the label Setup .... In this box, fill out the id box (circled 2) with any text that is unique to unique to the document. This id is the name of the variable and will be used when creating the values for the variable. The setup box has an insert pull-down menu next to the label (circled 3), select Specific Question Instance in this pull down menu, then again press the Submit Changes and Edit button. This creates one single instance of a set of possible values. For each instance created, a new Specific Question Instance must be created. Right now a box should appear inside the Setup... box with the label Specific Question Instance. Insert a unique id for that instance which can be any unique text (circled 5). This id is the instance name and is used as one of the property of the variable. In the question instance block, select Information for the Instance in the insert pull down (circled 4). Again press submit button. A new text block should appear. In this text box, a perl script will be created (circled 6). The first line to be inserted is the text The example below shows two instances of this script for the variable entitySubject with two instances, 'instanceHarry' and 'instanceBetty'. The first instance (instanceHarry) is: The second instance (instanceBetty) is: The example above describes a variable question. It has two different possible values for the entity subject, Harry and zoo or Betty and park. Variables can be placed inside the questions by using the variable name and field name. The example of the usage of this variable inside the question is this text: : This is a test question. $entitySubject{personname} went to the $entitySubject{place}. . The LON-CAPA engine will replace any instance of $ () with the correct value, depending on the randomly chosen instance. Based on this code, two different questions are possible: This is a test question. Harry went to the zoo This is a test question. Betty went to the park Creating Questions and Criteria The task description should be divided into questions. Questions can also be divided into sub-questions. A question or sub-question must have one or more criteria that are the scoring rubrics used to evaluate that question. A task may also have a criteria. Graders use these criteria to evaluate student work Both questions and criteria are interspersed within the task description, placed where students see them when reviewing their graded bridge task.  Figure 3 shows a screenshot of the question creation page. To create a question, first select Question in the main insert pull-down (circled as 1). In this question create a unique id which can be any kind of text (in circle 3). You can also set whether a student must pass this question by setting the value of Passing is Mandatory to yes (circle 4) or whether this question is optional by setting the value to no. You can also set the number of optional subquestions/criteria that the students must get correct in order to pass this question. Once that is set up create the question information by choosing Question information in the insert pull-down (circled as 2) and pressing the submit button. A text box should appear (circle 6) and you can insert any text in this text box. Anything that is typed in this text box will appear to the student as part of the question. HTML tags can also be used to format the text in the text box. Subquestions can be added by inserting a new question (circle 2). To add a criteria , instead of choosing Question in the insert pull down, select Question Criteria (circled as 1). Pressing the submit button will bring up the Question criteria as well as the criteria information where you can write the criteria ( REF _Ref164689627 \h Figure 4). The criteria is shown to the student only when the student is reading his/her feedback. The criteria is also shown to the grader in order for the grader to be able to grade the student submission. In the criteria block, first create a unique id for this criteria (any text) (circle 1). You can also specify whether a criteria is mandatory or not, this is set in the Passing is mandatory pull-down similar to that of the question (circle 2). Text in the text block (circle 4) is shown as the criteria. The text can be formatted with HTML. You can also insert a grader note which will only be shown to the user. To do this select Text to display to grader in the insert pull down menu of circle number 3.  Figure  SEQ Figure \* ARABIC 4: Screen shot for criteria creation Finishing up Once the construction is complete, the author can publish the file so that the domain coordinator will be able to use the file. To do this select publish (or re-publish) in the select action combo box next to the file name. Setting Up the Bridge Task in a Course The first step in making bridge tasks available to students is to include it in the document space. To do this, first enter the course coordinator space for the course, go to "Course Documents" and click on import. This page gives the list of files that you have created. Select the bridge task and press import to insert the file to the list of documents. After importing the document, you must re-initialize the course. Now the assignment is in the list of documents, but it is not available for students. There are two ways of making bridge tasks available to students. One method is by using slots (the default method), which restrict the bridge task document to open at certain time/place only. The other method allows students to take bridge task like any other Lon-CAPA assignments, that is at any time they want within opening and closing dates. This method does not restrict the access to particular computers or rooms. Any student in the course may open the BT. If you want to use slots, first create the slots as described in section REF Ref_Slots \n \h 7. Once the BT is imported (and slots are created) go back to the document list and click on the bridge task resource, this should take you to a page that shows the resource content. If you are not using slots, click on the bridge task resource. Next, (whether you are or you are not using slots) click on PPRM (a button on the top menu) to modify parameters for this resource. Set the opening date and the due date (if any) in the for resource column. To do this, click on the * in the in course for resource column. A pop up should appear. Enter the date you want the resource to be available and click the store link. If you are using slots: Change the "Use slot based access controls" parameter to "Yes". Change the "Slots of availability" parameter" for the course in for resource column to the name of the slot that you created. You may need to change the input type (the combo box at the top of the popup) to 'String Value' instead of 'default'. If you are not using slots: Change the "Use slot based access controls" parameter to "no" by clicking on the * in the for resource column The bridge task should now be available to students. To see the BT in the student view, switch to a student role in your course. Navigate contents and click on the resource. Creating Conditional Sequences It is possible to configure bridge tasks such that only when a student passes a Bridge Task does the next Bridge Task appear to the student. This feature is useful in such cases as Bridge Tasks are related to one another, and the results of one Bridge Task is needed for the next Bridge Task. To create configure bridge tasks these way, a sequence page must be created. A resource author starts at his/her construction space (Main menu -> CSTR). Once in the construction space, the author create a new assembled sequence. The author must create various conditionals to determine which resources to show. The easiest way to do this is by using advanced edit. The advanced edit visualizes the various conditions and resources. This interface needs popups, so make sure popups are enabled in the browser. In the main starting view of the advanced edit, there are two squares, marked start and end respectively. Start by creating a link between the start square and the end square. To do this click on the start square (on the row under the text start), select "Link Resource", then click on the end square. A link is now created between the start and the end boxes. Once a link is created the author adds resources and conditions. Click on the link and then choose insert resource into link. This allows the placement of a resource such as a bridge task into the sequence. Once the resource is placed into the link, the author should create a mapalias. To do this, select the resource, then click on set parameters, and change the value of Custom Parameter to an alias. Under each square is an area of the same color as the square, these areas can be used to create conditionals to get to the next resource to the sequence. This document only discusses using conditionals to block access to the next resource (including Bridge Tasks). Add conditionals by clicking on the area just under the squares. A popup window will appear with a condition box and some options. The condition box allows the author to enter a variety of different conditions. To block access to the next resource, select the second option "Blocking this link if false". The conditions used will be : &EXT('user.resource.resource.0.awarded','') eq '1' should be changed to the alias set for the previous resource that the student needs to pass before the next resource is unblocked. If the student has not passed a particular homework/problem/bridge task, the value of user.resource.resource.0.awarded is 0 otherwise the value is 1. This line checks whether the value of user.resource.resource.0.awarded for that resource is equals to 1, if not the link is blocked and the next resources are not shown to the user. Slots To restrict the when and where BT's can be taken, the slots feature of Lon-Capa is used. Slots allow the instructors to specify the room, the time, the students that can take the Bridge Tasks, and finally any proctors that will authenticate the students. A course coordinator can add slots, by pressing Managing Parameters on the main menu and then clicking on the link Managing Slots. The link will take the user to a page showing all available slots. The user can control which slots to show based on opening date, as well as what slot information to show. There are two ways of creating slot, using the web interface in LON CAPA and uploading a comma delimited file. Uploading a file allows the coordinator to use other applications in creating the comma delimited file and automate the entry of multiple slots. The following text is taken from the LON CAPA course manual. Adding Slot Using the Interface One way to add new slots is by using the LON-CAPA interface for adding slots. This is simply done by pressing the Create a New Slot button. Required Slot Attributes In the first page, input an identifier (name) for this slot. The identifier must be unique, and it must be one word without any special characters. You must also specify the time the slot is open by setting the starting time and the ending time. Finally, you must specify whether this slot is instructor assignable or student selectable. Instructor assignable means that the instructors select which students go to which slots, while student selectable means that students can choose from a number of slots that they schedule themselves in. Optional Slot Attributes Once the required attributes are selected, you press next to get to the next page. The next page shows the various optional attributes available. One attribute that you can set is whether a proctor is needed for authentication. If a proctor is needed for authentication, the proctor must put a username and password into the students resource page in order for the student to see the resource. If you had chosen student selectable, you can also set the time the students will be able to apply for the slots. The maximum capacity for each slot can also be set which restrict the number of students per slot. Finally, you can set that for a particular time period, a student may only apply for one slot. This is mainly used to limit the number of times a student may use this resource. Finally it is possible to limit the computers that are allowed to open the resource by setting the ip address range allowed. By setting this, you can set that a slot can only be opened from a particular room.\ Selecting Resource Available Within Slots You can also specify which resources/files can a student open during the slot time. To do this, you must set that the slot is restricted to a specific resource (on the optionalattributes page). When this option is selected, the next page allows you to choose which resource this slot is restricted to. Specifying Proctors If you set that a proctor is needed for authentication. You will get a screen that allows you to set a valid proctor for that slot. Select proctor by checking the checkbox next to their names. The select and unselect button checks or unchecks the checkbox depending on the persons group. Specifying Users The next screen allows the instructor to restrict the person who can use the resource. There are many ways to select persons who may use the resource. You can individually select each person, you can select the groups, the role, or by the sections that they are enrolled in. Uploading Slot Files Another way of entering slot is by uploading a comma delimited file. A comma delimited file is a text file that separates each field with a comma. An easy way to create comma delimited files is to use a spreadsheet application such as Microsoft Excel, and save the file as a comma separated value (CSV) file. To upload a file press the Upload Slot List button on top of the page. On the first page, select the file with the slot data to upload by pressing the Browse button. There is an option to ignore the first line. This is useful when the first line of your comma delimited file consists of headers for each field. You can also upload space and tab delimited file by changing the type combo box. Press Upload to upload the file Specifying Types of Input Fields The system will read the file into the system. You will then be prompted to specify the input type of each field. A set of types is given for each field. There are three mandatory types, slot name, starting time, and ending time. A mandatory type means that a field must be specified having that meaning. The input choices are as follows: Slot name. The name or identifier of the slot. The name of the slot must be unique, and it must have no spaces. This input is mandatory, you must specify a field for this input type. Type of slot. This determines whether students are allowed to schedule him/herself for this slot or whether the instructors assign students to this slot. The valid inputs for this field is either preassigned or student selectable. There must be no space before or after the comma. If this type is not specified, the slot type defaults to preassignedor instructors assignable. Slot Description. A description of the slot. If this isnt provided the default description of a slot is Slot name From Start Time to End Time. Start Time of slot. This determines the time when a slot starts to open. This input type is mandatory. There are various accepted format for this field. Two of which are YYYYMMDDHHMNSS and MM/DD/YYYY HH:MM:SS. End Time of slot. This determines the time when a slot ends and a user cannot access the resource. This input is mandatory. The accepted format for this field is the same as for the start time of slot. Reservation Start Time. This determines when a student can start reserving for the slot. The accepted format for this field is the same as for the start time of slot. Date range of slot exclusion. Sometimes a student is limited to a number of slot use for a particular date period. This field allows a range of dates where a student may not have more than one slot reservation/use. The format is StartingDate,EndingDate, where starting date and ending date are time, which is the same for start time of slots. Maximum number of reservations. The number of students allowed to reserve this slot. This is useful when slots are opened in a classroom/lab, and there is a limited number of seats. IP or DNS restriction. The set of computers that can be used to use this slot between the starting time and the ending time of slots. This a comma sepearated list of items that can be Specific IP address, Ex. 192.168.1.1 Specific IP address range, Ex. 192.168.1.[24-120] Wildcard IP address, Ex. 192.168.1.*, 192.168.* Specific Hostname, Ex. computer1.lab1.msu.edu Wildcard Hostname, Ex. *.lab1.msu.edu or *.msu.edu List of proctor ids. The list of proctor id that must authenticate the student before the student can open the slot. The proctor ids are separated by a comma. Secret word proctor uses to validate. The password the proctors use when authenticating the students. Resource Restriction. Restricts which page (only test/homework pages) can be opened using this slot. This must be a full symb reference ?? to a resource. Sections slot is restricted to. When choosing preassigned slot type, you can choose a section that can access this slot. Only students in that section can open a particular slot. Separate multiple sections by commas. Users slot is restricted to. When choosing preassigned slot type, you can choose a list of students that can open this slot. Student ids are separated by commas. Editing and Deleting Slots You can also delete slots when you no longer need them as well as edit the slot attributes. This is simply done by clicking the link Edit or Delete next to the slot name. Uploading Files Using Portfolio After a student finishes creating the Bridge Task, the student must hand in the files. There are many ways to do this, students can email the files necessary, or students can email a link to the instructor that shows where his files are. LON-CAPA provides a way to upload file using the portfolio. The portfolio is a space given to each student which can contain files and is shareable. The process of handing in files consists of: Upload files into portfolio Select the files to be submitted Submit the files At the end of every bridge task there will be a box to submit files in the portfolio for grading. When the student click on the link select portfolio files, a new window is opened showing the content of the students portfolio. The student can create directories in the portfolio and upload files using the upload file buttons. Once the files that are needed are uploaded, the student select (by checking the checkbox next to the filenames) of all files that he needs to submit to the instructor. Once all files needed are checked off, the student needs to press the select checked files and close window button. By pressing the close window button, the students portfolio window should close, and the student should see his or her Bridge Task Page. The text field in the upload files into portfolio should contain the list of names. The student must then press submit answer to submit the answer to be graded. If the student needs to resubmit the file, the student must repeat the process and check off all the files (not only new files) that needs to be submitted. Once a file is submitted, the student may not overwrite or delete the files. XML XML is an abbreviation of eXtended Markup Language. It is a language often used to store data and the data descriptor in a text format. XML is a generalized markup language, anyone can create a language (or perhaps more appropriately: a dialect) to use for his or her application. In this section a short introduction to XML is given. Elements The main structure of an XML file is its element. Each element has a name to differentiate it with other elements. An element in XML contains an opening tag, content, and a closing tag. The opening tag is basically a text in the form of < ElementName AttributeList>. The content can be text or other elements. Finally the closing tag is in the form of . The element-names in tags are case sensitive. Example: Reza Ferrydiansyah Reza Ferrydiansyah Attributes Each element can have a list of attributes. Each attribute consists of a attribute name and the value for the attribute. The attributes are placed inside the opening tag of the element. Attribute names are also case sensitive. The format for the attribute are AttributeName=AttributeValue. Example: Reza Ferrydiansyah Headers and Root Element Every XML document has exactly one root element. Every document usually has text to describe it as an XML document. Example: Content . 23EFx y ,2~XYZRb:h 7!M!"""""""j&&&'񥗉HhZfhn8OJQJHhZfhn8OJQJhn8OJQJjhn8Uhn8fHq hn85Hh[fhn8 hn86]jhn8Uhn85CJ PJ\^JaJ hn8hn85CJ8\aJ84123E  4 T p   > b  !I=!!!!!!!!!!!!!!!!!!!!!!!`_^]$a$R$a$^D @ d \]}~YpR!!!!!! & F  ^_`{&h 7!""##A$$%%%%&j&&' @< @ & F   [ 88^8` & F '''5(>((( ) )))))))-*/*** +&+*+++`-///000 000p000u114(4d44445555Z6岞厄HhZfhn8HhZfhn8 hn8PJ'HhZfhn8CJOJQJ^JaJHhZfhn8hn8CJOJQJ^JaJjhn80JFUhn8CJOJQJaJ hn86hn8hn8OJQJHhZfhn8OJQJ0'''(*,_-`-{---- .1.R.S.T._.o.{.|.... /2/T/U/$a$ @ @<U/`/p/|/}//p0)13e4f444555556B6C6Z6[6$8 @ @ ^ & F b @<$a$Z6[6666666S7[7G8O8v8x8889999d:p:J;R;o;w;;;;;;}<<<<<<<-=9====0?>?@@AAFCHC$EFи”Hh#[fhn8'HhZfhn8CJOJQJ^JaJhn8cHdhdhdh'[fHh'[fhn8hn8CJOJQJ^JaJHh&[fhn8hn8CJOJQJaJ hn86hn8hn8cHdhdhdhf4$89+;====>9>L>_>p>>>?"?#?e?x????$ h8p`a$c$ h8pa$ @<??@@1@@@C@s@@@@@@@@+$d%d&d'dNOPQ]^$a$$ h8pa$$ h8p`a$$ h8p @ a$@AAGCHC%E&EE F2F6F8FZFzFFFFF H+$d%d&d'dNOPQ]^$a$.$$d%d&d'dNOPQ]^a$FFFF2F4F6FZF\FlFnFFFF\GGG HKJJJJKKKKKLLNNNNNNNξxnndnXHhbhn86hn8CJ^JaJHhbhn8Hhbhn8Hhbhn8Hhbhn8Hhbhn8Hhbhn8Hhbhn8Hhfhxhn8cHdhdhdh,[fHh,[fhn8Hh+[fhn8hn8mHnHsHjhn8Uhn8hn8OJQJ" H H0H5HNH_HeHHHHJJJ{ussm  @'$d%d&d'dNOPQ]/$d%d&d'dNOPQ]^`+$d%d&d'dNOPQ]^ JKKNNNN9O:OPPSSmVnVVV#WAWoWWWWWWXLHh픴fh>LHh씴fh>LHhߔfh>L2Hhbh+hn8cHdhdhdhfHhߔfh jHhʔfh+Hhfhn8Hhޔfh jHhfhn8Hhfhn8Hhfhn8Hhfhn8jhn8UHhfhn8Hhfhn86LHhfh>Le e"e[OC$Eƀfgdxofd&$T @C$Eƀfgdxofd&F)e*e@eAeBeCefegeseteeSfffJgPgjjjjjjjkk`lllllmmnn};[\¸~ttnn hn80JGhn80JGPJaJHhZfhn8jhn8Ujhn8U hn86HhfhxHhfhxhn8Hhbhn8HhbhxhxHhfhxmHnHujhxUHhfhxjHhfhxU+"egeteTf{f#h$hMjNj)lmm6mvmjnknn^ & F   @T @C$Eƀfgdxofd&FTnnooppqqrrZt[tuuvv-x.xLxxuzvz|z{{|{||}  & F }} ~b~~~πsẗ́΄&';\]n͉Ήw  @wx TT ”IwJJ#Ř< @ & F 8 & F  01^zGH1512;[\eb @^ & F 8 e¤ä̤ /ե]^`& #$jb@`@ @b̤^_`ghEjhn8Ujhn8UhxmHnHuhn86]^Jjphn8Ujhn8UU hn80JGhn8hn80JGPJaJ# Is this a 101 only thing? Its unclear how this is relevant at this point?  Figure  SEQ "Figure" \*Arabic 1: The bridge task creation process flowchart  Figure  SEQ "Figure" \*Arabic 2: Screenshot of creating a setup  Figure  SEQ "Figure" \*Arabic 3: Screenshot of question creation page BCDE& #$j#1h;0/ =!"#$%. 01h;0/ =!"#$%. 01h;0/ =!"#$%. 01h;0/ =!"#$%DyK Ref_Chapter%208}DyK _Ref164689627Dd(;;T  C 0Ass3criteriaRQ oyEwMKq+-D>F% oyEwMKq+JFIF``C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?+v~ >o M m#l0B;Uֆ=cZ~jH'BZ(9l`+Wu4V7_쨭!(\.bŏ=Sp?{p˚ƇsMI]VM{ "AiT0?#H0p7A̎ʣQeC,2 dz;>j}+FUxFdPm T?7ZS<y #=>u`ކ=[3tc7[TSXǽo.{fj.1ڢ_{fǽo.c?(Xǽo.{fj.1ڢ_{fǽo.c?(Xǽo.{fj.1 @AiWkiMmJhU'BKB >Ҝy/,n*h"!F>U=9- gdq!R#J>wzkw=#kwr;gdCF5:QZ IEV&EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP~ kKO{ˋhVIMΌJ7Қ뚤ZL̶` ;9+0A5.5+ #vM'TJn]PqH[Ig%0NE>o I;$y,{<=Yhq{{vfʲTjpATV4QZF򼬳G3"p{VW64d HzGZkGphӢ6hjx߅jmQXY5e .M (9 i) &Wv(9=A?mOYSsIW>P 'T;TP2I'X[]V9t"XFA z^9/Kt#g繉ݒ4elt8'yJKyƫ^mSwQOY~m^9/G=g?ug^mYEN_2m{ ^> o?u_Mr_q>[jQ[JG&\ 8"xEgh4^e];{ I8EMU𽆫^BGqn(l6FpO>Sޅz[gf8qdT"ԭ3ՌxUׁ &-TKe6I{Kc>n87O->:Gh*͌6zwvgd0Um:^΢(6V6lT5K@uO+^)lg3T??I}ޟfˏwErv:]TJ_ivڤѶVl,3c);x#3xF*SK68؆$beč*2ܑ:Z+ּe-Emnd>BOml9Mm[#y]CO+yk2~%*ڥhzZ}Pu$lљ[j18e$ ZZ^Sm=LWfStnurZڏ,E[^KnE+DY6R3 0x-5kz(yyidj$\p1 \.uWaƹִM7I&[Yw+$2bWn@d 8e -5 Zyck 1Ĥ#vdġݒ]2;:+Ėj~m2s mh`I.K.kwF{K-{Y6tW&7u sZ(0(((((([:Ou֖s\C%̐ȱRJ0$gWy.m%x*1HIW8;q%r]2;uuvnNCKgM_,g5<6 } M Ӳz7XCC+۵$Ȅd׮?x{un~1\q Fhhe7 4I后\[9 {ҭU+ԿrTQE!Q@Q@Q@Q@Q@O[kB!sx-< y8ܪs׀3*}/Z) 3-SJF_taIߝd  \7Zw|QC4S,wI+oϙhu-r05Ov:iZ^T67)P$j:(5Z4<\oqK RHPF Aԭu?ʁ.yY5Q@Lp,eݻYE&ٰ]*.QX$J$1V`T` ne-s,s"FUe2!ҭs^IO3ʱW+AYu;ɯcS;(np#8& 1Ek˫GK7xR83s%BHg1kkQ 5F`Ha2c+!E G<*ǙKt~38kBϮ%ĒhvqIT(XXd~l,Yjkuik4%LJ/iVWg_4„m EǙ6}qh4͔%.&IʙgGܓʾцUCj |wܤ AI[6p%̎#Sĩ*g%vc|3$FeOQdF[S5-d].ŞG$.eF~\4qƇOu#m-,QysO䃸$ Ӥf YH*z d ?l|G}k[Fzfԑ8AEsƧ}JI u$ff9 n5/YFĐO '8Yѷm` 2 1QEQEQEQEQEQEdK . OK$oݺ;@ur$CQ7ɭG !Ѡ!4\,+V.a,%K=Q=efs>QMOIZ% >odP0d!6KoR@;@ Wl&N#D$bBDxl s1Q7pݖ4xC01?y(Y\ZVSdWP^GSdrvNRg -&g1yܪmjdjPKy[xlWo.9|\]̌͐!GsE #-%P4YQ&5V(W JەKG/a~1sns1ɍ-po$5]Ƀ2"X.CHVN1eUQqEC[ِpHnΈ?zwZ5؏]/mٶ^s|'H]^bfݛn<΋bxf+tN; .dɠ$*]4 FG[6pv/n9>tX$z./U3nͷwnsE_1?2yTeK @dz./U3nͷwnsE_1?2G[6pv/n9>tX/˷/G]4 FG[6pv/n9>tX$z./U3nͷwnsE_1?2yTeK @dz./U3nͷwnsE_1?2G[6pv/n9>tX/˷/G]4 FG[6pv/n9>tX$z./U3nͷwnsE_1?2yTeK @dz./U3nͷwnsE_1?2G[6pv/n9>tX/˷/G]4 FG[6pv/n9>tX$z./U3nͷwnsE_1?2yTeK @dz./U3nͷwnsE_1?2G[6pv/n9>tX/˷/G]4 FG[6pv/n9>tX8!KI$RѥvF;J0FȻv%˷/W ;IcJ֍oΑ[H2[4&w5\( ccoYkk dX$YK1$ĒI$MjbEUFUF,\ 걾\/A} eƗz/;id8V* ( aY+]bhB^seB[/ jZ$qvR(8T&:KK =GQԣϕq,( XTݩ ʹcM5 Bg`alf_, W=}R]KH[IA:G;"F@v$]NS]{}W*q}CV_,bW*q}CV_,bW*q}CV_,bW*q}CV_,bW*5oKgpƥ#OVR? ^&{ S}EgVe价ɶMn(g#ÆW V6jWmxXB0uh9ލ qryiouogܕEBHyh\\tեI vA.VU 10ȇg?^j=<#UH>p`y` w|cay"kǚR;w*j5y @A }Eo^/J"jl6HV(̲H!Sc\ U dVoK,\~dIb cVڤp3E]o?yZCgi4ohSC%k e-ЌOˌ jT}:]U]8F_kkfI46~s=?G:+u+V JdDL@Р( sb='4⑷]#HCG3Fz0>M+?}z㢰ψ46HI@K) P #kg_4go.QQ"񒥀 H ;ѹ>s=?\~%GWNUxxbmѕf1 .Lq]$Q#}a17n1+ZŝDq.L#0ɿq Sd̷_gaa[] V8`Gq(0bޙRIeg~c=YBGe2Y I)9ƾ!_ : $N>7?Ui>A<lX퍣XHHdlp `mt(58g.e&9hP$ z Z/&N>7?UiM&;k4-.+{If8|Ċ]vkZO ռW4x䍃+s/2~ӫύGu/Z-4سN,2yt (Ū]j7Pۀ]>U9J.޼'8'5"Mܑ=T{9+z?;נz3%ҥV iw38rI=g?,$W0I*72<Gjooh.(S?}z㢲^ ۽Ce{=KqȪpI$MCs}:0m['ؼV6s=?G:+l՟ QYVb:_OtQ濰5g(l՟?}z㢹Fֵ}lqqiK(4}GR`DK`e3x_C85Ƌgw).eos6: VҹvA bBYF$arnR:N3.&H(UYw#*#KZSEbW&jq|o0EbW&jq|o0EbW&jq|o0EbW&jq|o0T_״ _fMa\A$2\4r)Fd4ՓOcN}iXDE$w3"T}H93ߥ>MKc[Xfd1D2W#x zoOqpcI"I'k5;W1hV3^ GjpͷR2G25EcJԴ[9c6:tUHbxޥwO5\Zln4m+=i34HRQ&N H2Mt6vg$]N$b#^ڥ0[qibR">Pio }!%&( 'Г6rUO-'Pl: :)Ao[^&2$#rl``mR=viZraE!FdRGB28Ż~c)rhﵝTId| "[ lR;d&6gFmwYK>U0& 2fC?1fC?1;>:%QPr9Z[\ZMX\\]O91  PDF,ʞ9}2In4|9#, FFoqat,9v7W}y\?xQ`T! uU8>;d2j,r+$mCͫEV mwkuxG g  m2-,?sOrk6??MfKW+!MC/J*X۵y]$ʂN MZ}K+/A?bQ;0|0m\x2 >gԥJ3!Jf=ãH# ʋN.l?h{݌TdEڹ8$fc{?I7Q7W/__5JU散%z\یį:g'_گ $=W|*h̛g(̛g+V̛g(̛g+V&SHUIwDʜ`zT?` U\?xQ EYDž` U\?xQ EYDž` U\?xQ sjwvK4 q{הZYh ڝĺq9.fm%]_cnpH^4:Ժ|zsۃ=3^c!oxH>t}V+Jh8!*q1|9 EQEU-O=]<*ƹ!=g?}y€+QV~s<G.<(g?}y€+QV~s<G.<(g?}y€+QV~s<G.<(g?}y€+QV~s<EV(6V6\`U9ƍO>WR sv?eZ~\-ޟD [rNd!rr #5=V-7?ulz}Ќ:s'-{ ŻvK!8GIo?I@>}Z{?;cۨXd=vy723hK d a뭢9/Otgm}6cm&S?آ,84go.F.'?v#_`2~f2H9|h\r[Q(&t=Fwˉ,4߬v0G)ssB@ ]MAh+/+ȜH:ᣐ1+ '(s̿zER/^i+֡Ӵk4K1u+˴EHn9@?8,6`n(5kmvα ` i*@d;X<ߙ]|fʅv+Tc{W|2Qxr̼zZ}j|KIJ\7qZxo"Au{t$}Cu1ir!;hvWx4+vPۃn wYܒ7`.T.mnfm2B#ʜ>wwln[f*M Io5axkOע}V&5gEj"6-oaFDHU@9%6} @|E y6'ړlk 28I+?&/{mg%mBHÉA ?8 MMH?|-:ehIwr^J?'?}]ީ\[[_Mt-eF9#=jxg *J #apAv >FEOGo.!$Ȳ)I \´jRda! ͷ GwPK!#=44IESQEQEQEQEQEQEQE]xT,K c r9se.Lz|+@MQ^2IX28v .yj̿,n-!eftdvƣǍށUEPPQEQEQEQEQEQEQEW= nT`n0yYE,YPjk#?#藷Y]5̲A$ 0`-I"ّOLcxͨuM>k-VsLU1p'ujO m9913E/HQîNfH؅,ѮH0 ud糍>qU HG4DeFؙ>Wb;+MF.n;&@88aTvS[k[חOq~oHԼ1916#0ڀRӹw2,w+pg ɻ$ iTT-q+m#y7gң~51Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@YjYhMO>WR|@Q@T\KX$waҫj{@4Vw1ǿj{@4VaN0?cfSNKEelj?c/oKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނԢc1qZoKނ̽yom<=21TV? rُ?ljXB'?VyZY+ʃf?/Q/_rV__֣f?/R}vfُ?{z_̾fُ?{z_̾fُ?{z_̾fُ?{z_̾fُ?{z_̾fُ?{z_̾fُ?{z_̾fُ?{z_̾fُ?{z_̾eY了xxЉ".b }֛jg*G_֧_̾.R+S?o9G?c1qZRe)?[T1qZG)2[Qjg*G_֣~Ojg(?V_֣f?/Q_̿'?VyZY+ʃf?/Q/_rZY+KV? r+S?o9Plj?cXR+S?o9G?c1qZRe)?ُ?Q_̿(EYjYhMO>WR|@Q@(ҲVVUQER\?ݪbpvyOS (((((((((((*{tD4ECӅTt(_G.!.G.!.?hTV#?G#?GDʢ6qjDCȨ[h\v_x R#fG0#8ҖZJtSQEŠ(((((((((((((((((((( Z(T85Z4&+fUO>WR( Y?_YU?+* ()^!NR)Lt[ز0)9~N{J?k'WFbWL%0lA~el>8ҕc"-?Ln5km+($}F쐭z []>[Mw&RB( hͥ;xky ]1" ͇f^Wxu.6{" rR+C|)*yTKZ_m/Rn|A- ^%24%ĕm'&kv,OũI5VK1V+18Fx5cWM@L/*ϵAb9H,DT[/H8%+m,9(}85yVo_r3"ҿYME,O# 67Whya^[T]xϿ&_̸2Yy<kaHF[)V$7.a7(ZBT +8 FIx٭܃F$ I5'JJ__%$aǂ5Kl;2Kyb%ܢ@$, 7lzMoia I4pۀn@bm.}7FZInmc2bE9@]Ϲ$nJ6צ; ޼HRA\o2fcIB 'I&3F7ƶfYy۸BҠm8ˡ)`/Ea1uڡ}*IIb .o]+KR,묍m&0l!] ) >闫y ;U\3?Z\g9+ F5%+|&?_=J ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (5hP a?ja?|Wu?_5J (5gPqeV /(yUc:x+V>'t}OU϶W}OUl9ܯEX9=W+>sǹ^9=WrzGV3}rcrzG_Ώgaz*_Ώ꿝XÞ=U꿝c:?<{c:>'tec?x+V>'t}OU϶W}OUl9ܯQۤe}OUG-A0ir-/QKo{rzG_δg_^G(%| 9=WrzG>~m>[ϼ_c:>'t}O3/^UcPTt`S_Ώ꿝dkwt\W}OU϶W}OUl9ܯEX9=W+>sǹ^9=WrzGV3}rcrzG_Ώgaz*_Ώ꿝XÞ=U꿝c:?<{c:>'tec?x+V>'t}OU϶W}OUl9ܯEX9=W+>sǹ^9=WrzGV3}rcrzG_Ώgaz*_Ώ꿝XÞ=U꿝c:?<{c:>'tec?x+V>'t}OU϶W}OUl9ܯEX9=W+>sǹ^9=WrzGV3}rcrzEXÞ=˴QE~rYjYhMO>WR|@Q@(ҲVVUQER\?ݫVp+9qFT$_?tATo?kWGq^6[_u>qRTavF;TUv?ݸѢ3qRTavFOI`SLgO QNW}7.Xf'ñKQcۏ I ~$ݲ#;Qvsk~!忴͌ BrIf$ "a;rǧƁ$1lg#1c']dLS 1!($ qUE81RQvGV| ǮǦ6zW]ev4QvG=^%8GՕeq\s``q'5EYw!:g<eP![wNKN?h,;'6үզe]8>mͨkĖP[m< 3h,ZGwq1Kqm<K,Rv\c/Vo,;9, 1"6#*x8 ±F{yv%WX$W2y%P6s.ȿcۏ /T<鿼Z䰈LVYY$<@oZm/7䳔#\u!Ead?/Gn?*_*h,;TUv?ݸѢ3qRTavF.ñKQcۏ ( #;/Gn?*_*h,;TUv?ݸѢ3qRTavF.ñKQcۏ ( #;/Gn?*_*h,;TUv?ݸѢ3qRTavF.ñKQcۏ ( #;/Gn?*_*h,;TUv?ݸѢ3qRTavF.ñKQcۏ ( #;/Gn?*_*h,;TUv?ݸѢ3qRTavF.ñKQcۏ ( #;/Gn?*_*h,;TUv?ݸѢ3qRTavF.ñKQcۏ ( #;/Gn?*_*h,;TUEadsQE!YjYhMO>WR|@Q@(ҲVVUQER\?ݭ]BW%e^֮!+lR|16H jP$$H8-< gIYPHjS%j."̀$6LqB wCMЭ o]*2@UT* @X@)f5K,ߕӬtmņE%cagYgaiy rI8Q$5b(((((((*Xs824Nч(' ؊Esgt/YY]Fğ91 v,o8d!|J C+)VTA}$j:dٺn!X\UHrB9آOm?f-.-nۜul !YYWB ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (9( a?ja?|Wu?_5J (5gPqeV /(yZ???Jʼ\?ݭ]BW%xo+~bmV^Mf,rwnw(V5mǕځ:֥sM&+sIUm?uc2Hæ[q#'$w U@PEPEPEPEPEPEPEPEPEPEP~}ʸڅM]sˑ6ܹ *6$Ckwv5'8!R2 Ю~$~!]Okv\TMۼnOUb: (/SZǧM޿ٴ[JA{@[xE5χ-MZ:kuF*2[s/=+^34ĚwYgwsfcz:((((((((((((((((((((((h*͇~#U͇~#@jj]*(՟ACZ(Ҳ(j09+*pvt ^eUSO4>KYddb9a oRHH[A VG  HB(q+l5W@QEQEQEQEQEQEQEQEQEQEQEV_4ٵ jV]nG$c|JpVOIԡtkRdX/m㸍d0WP3k/ ~Ig;WyZ襮wImݻoBg8ȣCt;-DI$D˧j<݊Bƹ<M:(hTrҌ$Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@s4m[l`r;/!ݍ$t?8'׾q}MqHk22ʊ2!ԕ((((((((((((((((((((((((v(5Z4&+fUO>WR( Y?_YU?+* ()^֮!+󒲯?kWGq^6[_u>U^Q?2 1R + `@! E{$7WZdϑixT(UY uH*g%~d/@bAVV*C AGJړYyS9qp%tTpO ռW4x䍃+s ( ( ( ( ( ( ( ( *g%|#Ee$>SϤG6ۻkDˑV݀ b?t-luG %Xx !^dN&궒t olױG(` z`ȱLxÓEjuH/%pgvgNd"7((((N<5'zL:`kx!/Ad@Ey} x­Ԇ;B2@a.^jiQD:dK,G3L]O' dwl__r^_ik7<4\X2Hcmjɣ}M|H9e0RlX_I!,3_]t[JS xp+b1t.=CRQLya$|ʽX;K((((((((((((((((((((((((((v(5Z4&+fUO>WR( Y?_YU?+* ()^֮!+󒲯?kWGq^6[_u>TQE{$Q@Q@Q@G<[oqsA*92<G( G͞'C6ZF/ V+' Qn?ZotP?_%5[q!_Oy8=ߛ/GQ{G祮uDX9@ 7Ksz (\67q7K.lI((((((((((((((((((((((((((((((6V6I?UwSp3T(VVUj Jʠ( WJ䬫%y\arWbW]O&Q^EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP;EPVl??Vl??Sp3T+fPEP /՟AC@Q@?jXO!T8TsR\?ݤ)TkۅfdhC;t$ klԺ M@?.@?.[Smw#EaxOtRDЦ|61]Bḙo-+feĪV&^X1G|odC[p>p>o];;GB?/o:k;5h_칬%WlN}Γp>p>[kdbp88#"M_Q;?-&]˿{nǘI1I~s }G}Y1jS]X- bYTUb9`TSQ{쭮meb3Ády: ?ۃ]ۃ]q.{5ٲWGfe#ڣ'9[jS]X- bYTUb9`TSwkn~qtn~qu~lb줼 m 9s*+ kԻ?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?y?y*(X?yTA`) *͇~#U͇~#@jj]*(՟ACZ(Ҳ(GZ/-;TgHF 'Hq%A{蚔k:U]W`q:r:0UQ=n.擋qV(k jaJ:H#2#$7ѾҮn.H6Zc#D*[jT`_G|/@=+ J$k~_bM56]47KyoCAڹNڭiZ{e}9%# I$"0X~0,kW J$hwҿ ?>JַvW2B^k6 b=~Fa7}O j-E@ . `Tnjm?rXO4]İ\ݤn>I Dq1m;G,wt J$hwҿ ?>K:^1ủLEc-ҳHWeX{䃁Vm4ХﮊyE IB8Y`d2s4;_MO.exu.uk;C VXfFtrlcn2@dZ\ZiVv.F+K04? ?c49%kQ}/޿̮Yv%L? i_r˱-ahL? ^Ö]hCGah~_KEE>CGװ?z0bZ*/>,Q}/޿9eؖ04}a~a.ĴT_i04}{ ?cYv%L? i_r˱-ahL? ^Ö]hCGah~_KEE>CGװ?z0bZ*/>,Q}/޿9eؖ04}a~a.ĴT_i04}{ ?cYv%L? i_r˱-ahL? ^Ö]hCGah~_KEE>CGװ?z0bZ*/>,Q}/޿9eؖ04}a~a.ĴT_i04}{ ?cYv%L? i_r˱-ahL? ^Ö]hCGah~_KEE>CGװ?z0bZ*/>,Q}>,EHUFUF$*?TQE?+*gPqr>#m N=qn͕#mu7s@3fleqhтu@͵ 8` QPOb][dE㒹z@'8ϱߝEm闶QH"2:$%c#֨A\YìXE.c( P{L RNsm5ђb%TRĜzIY?4)뢥h=dhSx_,MuRϴ>y9%?Y?먣/>sϹ)J O}5QG^ }sSx_,MJ ?_<dhSx_,MuQh9| 'GdkA>#Y?< ']uey9%?Y?ZաӤw#ިd*2@*`쩢eVinPSx_,M .옝@%d zʛ6%uK~qj_P ,l$]Lforߝcտ:EahӞ]cտ:>~ub?<~t}?Ve`yw+?V~Պ(ϴW~8[Qh9ܯ8[qV(+>s˹_qGoάQGV}roΏߝXA.ߝcտ:EX?]cտ:>~ub?<~t}?Ve`yw+?V~Պ(ϴW~8[Qh9ܯ8[qV(+>s˹_qGoάQGV}roΏߝXA.ߝcտ:EX?]cտ:>~ub?<~t}?Ve`yw+?V~Պ(ϴW~8[Qh9ܯ8[qV(+>s˹_qGoάQGV}roΏߝXA.ߝb?<Q^Vl??Vl??Sp3T+fPEP /;[x,ۋUax"4ru8y?_YT83_*j[^*$ICzv"Ԛ.}g!t+&LG9wWFeE+pz.|/}(c`(((((((((((((((((((((((((6V6I?UwSp3XQkDld m ;sLТ(a9$LmL,=czʢ5|X^"?׬kkV0=Ԟ1A ?"rǑaXz?_ B BarǑaXz?_ B BarǑaXz?_ B BarǑaXz?_ B BarǑaXz?_ B BarǑaXz?_ B BarǑaXz?_ B BarǑaXz?_ B BarǑaXz?_ B BarǑaXz?-11S{~$d_"?ףȰ*@jEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaXz?EjEYTPaYTPEPVl??Vl??Sp3\6sj>%,K]eY;^dgFr;O>Wr^/goj7]2aP64>ui-异.챤F#fv:SToEoy{r*R*bXʷΡrUQ/IRXOD 9ci4 :Kh Ad\I1fE`q6I@'$fuؤv[\u+IB8(FCyOƑq}{ Ǜe!`(w1s|Ď9kX{m+–VWiUc` dfa6s<E}y\?xQE`?Q@.<(DžP >s<E}y\?xQE`?Q@.<(DžP >s<E}y\?xQE`?Q@.<(DžP >s<E}y\?xQE`?Q@.<(DžP >s<E}y\?xQE`?Q@.<(DžP >s<E}y\?xQE`?Q@.<(DžP >s<E}y\?xQE`?Q@.<(DžP >s<E}y\?xQE`?Q@.<(DžP >s<E}y\?xQE`?Q@.<(DžP >s<E}y\?xQE`?Q@.<(wDyK  Ref_Slots^Dd;s !fg=T  0AR])Vt!]>F])Vt!JFIF``C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222:B" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?džE\ri:!ӓ˵e px;՛mO -l"&`=?Km,41sl\[36!$@g~Iu cablէ(ǟ(Fs! pI8m]ho~O;p/(_?H']D7BQxo' آHiw1 OG%+b9#9K/i?Q^ ?(`s/ нG"^{I(¶(=]<RA\?xkV)k B(((WDŽiд%w{H3ԒI^^W/4/赮NN&-`K/i?Q^ ?𭊡_KG4Juo  d#o q^R%)7k OG%*fԟO7?1ȱH[b6`66.HrH"a5I\˹1nʲa6Gp xo' ? OG&XkwEWFY%xSp,v6:}K*^[:\,Oʣ i$1yD7BQxo' WK45G^BInc#{::d0--ï+km$iyp䌖Ayw+%(K/i?V3Eq sC"Ie# :OK^ ?O<5`_[yZ襮jKgf{Q\'hQEQEQEQEQEQEQEQEQEQE~3B}Zج ș>ElW4&QEQ&'nu{⸰Hh 1j6%Xn/x8nfMHiv&?tz{2:d ~c.e12+-ռĹ md)ǽVtGiq5$OK 7DC67rwMZI2εak ^e]Xv0ె%y_υux4 Pd1B%(Ba6#' Ez 33nynFѷy94ShXrqc?g_Zj>*lHLq/h.&:eQq(6!Hʓ0/4/赭Z{QKaX7:Lj.,,.lmfiQDX[usGMk 1 Y^Rxp(mԛH8()qST$8&/lc6H#r$i7;qY #"^i6zM}KUC sF<6cWL:j}m&EYv;g5 hZQzjEf8Z0cfi*8\Cd:oOj6uOkg-"h]R`N$"gnY a#%։s?mexy[N1tٽ|7ثqc5q%̲D˄py'`Q:+ VS>7JNv pp*ppN \//'5 )9jhmLݯQEnxI熿k  xѦ]2KJI$I' SCt?Mx'tW?'T]G SCt?MtW?'T]G SCt?M\.6]_TX{+)#Y*Ydz}=Ep p<#h<%} i~ц%jcJP`m;F+4z,֡i!>ZJ0Rd9\{ x-\vrB;cps15KD -kC@%VW,j.%݀#Rrs9I-h&:5K*#`0#8c93:ꡬX˨YG Luo1.Hc$o qUda./eKynY1jWURTr6 Mŵ^U+< i), ajIt2DGk>ӪZަI">xnG#M\ S#W20lC|1NX8v[:фʨIdFe#qg 㑖]xwsL/1/)灴\(-Sh?{cphv.o<Ϳzc|IU -͝OD` 9 7Jy:瞕 .a[]%K bu #H O7^S8Z(]uāÎ-7'6c-4lm.ic.? :a gR4mpVy@c1sDo6Z}ؓ=5Q2].79m^I^Y.–Ux#8b2 =Zv IZ"/F7mۻj9qҮU=N,WyP5f T 8m_RY:ݖw8a0 *$(;HRIP䣡*.Z-nxI熿k!vx&eBGCFG#޷ $_ K\X;0h(;B((((((((((+Z^/F<7Oۻjyq֩KD -jc]Lα]BBe =q_Cvni [յTPXܼ,c4"mE߷i I|GcaZN{>tmUcGf`d]0v9bЏKHf56a6~S$ cE|.Y8ؒ+^G5ɐSp#WJ3~[tå٤5« Wzcyg> kPW-6EioIsIpF82#, ,*;7Z2OW{h獖Gn&Up($n~vqorQ 9vI 4ڟ$2_kQl.Q12b7nMUԘ! 3CڷMƟAgq Ѱ62.Bà\9ՊqJ!w|8,@pc[XfO)ϳ6Qn#Cu%0|OQ32Bݔj3oPrlFڵ&"wHdV#=H c'4j^eQKKqh9T2YA^_QI/[Y_J!6\HsCg{Ս*(37< $_ K]syZ襮 ( (<_&h_k[/4/赭!ƗŠ($((((' *E-tI熿k Ol(((+>]Oއo ke2H4~\*;qud+Zn ]d5rR#hb0@aHъK1$\q-e2->M6C  39tW"g31ҵ bbo2)a0yqѸIR͖w2i0~/)go&Ƨ@.qO+z9s3 N~˨\_}Ͻ/^1u﷠|=H~o(Hmr#\wUԧ*r * ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( +|1xKFm LY,`ww1I$5^ ?ŃWqN=RD7BQxo' Rq}r=T/ нG"^{I(K}r=T/ нG"^{I(K}r=T/ нG"^{I(K}r=T/ нG"^{I(K}r=T<RA\G`QEQEQEQEQEq.4^3o/bb8hbaчFqyUcAęA]K.;ؘ,taќ}U~|C V 1qF@UP0C V 1qF@UP0TՑժ;+S i#;m[$}{aYե4QwGyEpFkDs."9S,RSWAETQEQEQEQEWc4$XifcI#k[/ н]&s❬zxo' ? OG.{Ey_"^{I(D7BQRp{Ey_"^{I(D7BQRp{Ey_"^{I(D7BQRp{Ey_"^{I(D7BQRp{EsyZ襢à(((((((((t=JK H+H>Tp]ӵj4-_/Ed}A|4 #[W]` BppHݐ  Cc팶IZc38P&Q2P) xsU]ZeR+\A B֓$$pݏ1]犿_Kj-`T7WyFY䀨 des`_+ tyR]J20Y*XITZn.Y ]cii& khgkuX7&LIVbP9# UaJK9{hdY~ 2om]A O<2N5mR'mc*WvрjShږ4wKio*>Lu9X9+5u;xy{ŁC:3ʯϓa4(""( ta4(""( tȨa9*aN}zԩF*TGv_,E }}ֱaVE,B f  3dkc\\fͲ<  e$qt]YEVӡ3ͱ8Gv8TPY<'5@жhhw7&Pbx6{ 2 BIbeR+\A B֓$$pݏ1]犿.a y\KPh퍪Xpw.2|~joG?갗P"-Cu4)2"fp;Pcj3('#ۨN5cf\'*n(Hmr#\wUԧ*rjjM^ 'eŽ7" D6fK7 ?\i)vokPl7bFɔ?w 93j1CnR!.Ŏ%ۀ,Y:nquqe[OvdFN\9br}OAg7mSRQ-Ry$kՒ P4Dwy#\ vUU;='M.,Ki}̐¨6Iː2,NOQEeRF𮯪[m=,X2=EjQ^~pXGȮ>6mzӞ=c@xQ&U)9[* ıaaC[-=8x-08brAZ&͎abٶB:,7Fy2>e瑚so)//feڹw MM# [_)fr`vB U@_ORTyXYOK[LJ-F6wp'BRІ=ZS[{u6sO!l.!5W$*r $dx9e,ml~ґ]Z$Q#}ax:3]5V&Z%6fioF8SuAkgutڣꖊAp L,r 60Zȗ6pN[_KwKRC"w|+˫A m" KW d݉2dx;7rF+CO+=87vo4FC0C]ܺ\) KkH$kSif²##'s$QCjz֣CJmJ%pb/`*X[_arRD Fm?ԧ6{m#R< c9n2*yms4"E&x^ܖ$V |wt&мZW>O^ۺr.{ |KKmyYCu}jgi&[;CpR.  y#9+!LP-M,? BF~A`+J B_-حrgQ8 v0NAbc+K|/n.o1L ]Ā5bV:*(37< $_ K]syZ襮 ( ( ( u}#6>\=0WuE]:.h8)3y,+;th} VvPj)J|.֯3Gˇ/mzFn2p9YieI:-y-Έg(i[ѪfK$\=2$Dz-1 Hn먪tSheD(9y#?3PFWdd42m哹-#G4e'@K1 uSpOq)5گd+Gnѕ˓'-l899֓|ژGyT$ V,$`ew,{v*( 8@mnH1@E6o\+ BK)e 0 wcWiE|ɠ~ξ#eֵ M% }U`#'!n:^]em>MNur&P\mB:''9c(+ZF-3L]p*I{T<%"f`sWѯ3Uywmܥs3q_CvSmV?ՍCD8lͷK 5L],Bl?Y&vY1Ѝ5{ԋPM>iaX-/ y'RهNr r*&߃75÷۬O B# w{^SN]z V{ 84@._8~ngK }Bwy8 I2s+.͢|mPOen֨glȅ91261#,4>Vw:*S|נ)fz [,RM%7L˖Tݽ PÂr2vVp-տma|w$m.WpoK .׈VS^A>2LN__>gv?sf|sȹ7z6BőcXBbO2%`NPqnMc+[3B"|du9/T?stڔ0E51lGȆ[-+W;)W Qr2 P+ZQEhfnxI熿k< $_ KEx'tQEQEQEQEQEQEQE>(?_UOއ5m.ɒбe;F''%N*h.C :+sOЩ&A<B>>â?  h*h.CO<5`_TpA VG  HB(qТ((((W?sl#?\wTUө*r8:)ھeWA.ҫ<7fQEhfQMWO$:dNR6*081DÑ>*>LqRiǚEn,,& Q0`;ʯϓuoop8*!($ qUE81RWVJ)TՐQEQEQEQEQE~3B}ZحA<B?  kclO w{tV SCt?Mx?M4>â'_mm常ׇ$/$XBI$ /0fLGa|1ByRCH}{}O߁%'T]G SCt?M^Sa[x?M4 4?C!?~'T]G SCt?M^SyZ襢 "@TP0WIEPEPEPEPEPEPXs6q-C;ȘHᡅ ʯϹ'mv[dOww1VC A!w_sEoop8*!($ qUE81RQEQEQEQE͡\Iy) 68UdU 1w#pKZpNdIX.I, I84ͮj~\Gy68eT=YHw} 4ص[KTYK4#qrrrsMvQEQEQEQEQEQEQEQEW _t?껪*ԕ9sDMY_HguͲďqL?_sU"xy!"r1V&qyUc& EpDCD..cb3L99A6[0D#5 `(mmⷷ8`GjQ@TU*= t5dQEfhQEQEQEQEQEQEOR-4u$iO,6 "p }KZ[;KND ڠK D7-CF5__^I:$$H>Y36x4۽R+a4q$X(c<^Pyc $;Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@a<Ķ62"b#C>*>戞yۉlle>'1DZF ,9}U~}CkoQH8Ppb +{x$qơU 8IEQEQEQEQEQEI熿k $_ KTM^ 'eŽ7" D6fK7 ?kqϨZa"B"g&PHH$煵MJ}F8KѮcVKw)@Z1p&:AWaEPEPEPEPEPEPEPEP\?xkV)kO<5`_Q\=֭ìjCRC"k$jf\gqu‰,5}NMSNGXZ$;]]ٗ;QEQEQEQEQEQEG'1DZF ,9}U~}Y:nquqe[OvdFN\9br}O\((((((((O<5`_bŞ/$iu7=q2d}]u[KiC,#pr0r1 uaffH͕'1D۵ϫ m_AQǤjiL%XTJ *OaW(((((+/Rlll(@W?q 8 U[k`ƥC[,#෈$HDI$f!A#> 6TXi#I *r!pƧn2 7E[;KND+%ÖڠJ$D/ إZQEQEQEQEQEQEQEQEQEQENw!~ԢmYq88oG>ێ ~+^x^i_MO+5 #r< `bFGm?s-4}wi|( xsmƤw?=`BxqH<rPA6[0D#5 `*J((((((+5u;xy{ŁC:3ʯϓBo$j 5r]Fit.g61^1`pãBb8a#5b8a#5ׯF.WQ݅;Hmr#\6uiFlNt_->\=0Wu^EJr.Y&(,(((((((?O@Sox5:6~a׶.jUK Y,C8#b8=xzΏnZFU/*[ *pO#s~X"Ϩ_:+qNIz%Q@Q@Q@Q@ko-ıH^I$`I$x4_0stz6cI+R[ d4scä`^PxS,c:ni۴6 yeyd]ܖc$A6[0D#5 `*J((((((((_ xcѦB$K#,cRI$rMk%(Z{qyV)Kc%(K/i?V#؞iw1 OG%+b9#9K/i?Q^ ?(`s/ нG"^{I(¶(=]D7BQxo' آHiw7< $_ K]syZ襮3 ( ( (?\%fKxcLC L:0>*>Lu9X9+5u;xy{ŁC:3ʯϓa4(""( ta4(""( t^*<]GvUoSʆ ww~q5Z]iow}\["A?4Lx9آĚTi*뽊#W$.@`wF8ա4Mn#Wgmď9cL?_sT**ҍHٗNt_->\=0Wu^EJr.Y&(,(((+|1xKFm LY,`ww1I$5Uzew}%MchJn*\8S;0vˊD7BQxo' fݔUΡ^m |(@ #,r <2Ŗ6?iHaq- ZL(‡Sv>0v+ܵ8%(K/i?Sy4{ -d&UDRIC/?zVWʹ0' $gEA%9bhz׸D7BQxo' 14%-b13: yO C̒ɰeUF` ]+b^9v?2D7BQxo' |%o'"݂]X$$eځ @c2A;_j%y^W;|sE"^{I(D7BQ}fO%]0D!J7˅9,$*aO_iO hugxdUxe2W872{C%+' *E-sP%ͳv> 3#0FA3 4-OSGye~gy..ʌ8Qu=pvc5KgE2IOJ5 <+B;(Re wg֧ SCt?MtW?'T]G SCt?Mg二z\lcbᡉFWɎ0o pGjU:RG#;m$}]{aSI#"a5RHX)B# S /n#SJʇ^{ Io 7o@oyrrTֳvwd/$٬9."Ǚ.@˹G nWp9Õn/RcYH%Vv;++*?`Ar6էХM;X|X[egg1Z.dl}*sUoMks6lsq3e?29*Yr0pw ^}n{+{uR$ 2~8-1"eHͺq*\Qk0{$!e-$eiƖ&IBˮ$8ppqMJ[[ce5 j-. wiǕl)s=ͺ+צ6; #fXf\0Z)wzgv`ڦ& 1eVe JNW5̯by^;Hmr#\sTgf-ޅUv2I36!$n,,& Q0`;ʯϓ%N6ΧhxYbYJ[h+g}U}IZ[I 1(W((<9{<9~,H-uIu+\d9`NI'8^{GQkf=kXCAќ&,2a w(nrFR{z֍&[kotf)2R y}+m{= }<~FR6+@V:mQKEhr[mUTT9h q ^Gy]e7g;>wc});3,5}wdT\,R3*]G c@^9 wV U 3G/ĕg6NN \K :t๵iUUh7E~nqA܅I\~)L_\n'+h!e$I ;\oxeZj; .4KvC:d/lvr9]KwWS]NR[أ[-˯VDsp@8GOfmGm5ǖT欴goi1dI%ӆ÷*   ]-Q7}·< $_ KXuO'UZ}ك_#+ ( ( ( ( ( ( ( ( ( (9A<B?  k9A<B?  k9A<B?  k9A<B?  k9A<B?  k9A<B?  k#mmⷷ8`GjQ@TQ@Q@Q@Q@peWA.IS4HՙNFw\/HpE?M^XԍԦ0m"xy!"r1V&qyUcu*Fy(A"xy!"r1V&qyUc"@TP0A6[0D#5 `*J*ՕI]:j (4 ( ( ( (   k9A<B?  k9A<B?  k9A<B?  k9A<B?  k9A<B?  k9A<B܂mmⷷ8`GjQ@TPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP\.3Gˇ/RT'5fp6xL\\Zf(r0rWɏmmⷷ8`GjQ@Qoop8*)ի*:j (4 ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (?DdtE_- `'YYT  0ARW"#F&3Z>F+"#F&JFIF``ExifII*C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?KY.!vLY% @$=*t2"H2!b+wdVIyIYݡH1H퓂)sRR:DWVVGh 7\% $aN ]G)2rqJmT؆czob _/9YZ4߁ldHPSX 5d8,yNriؾH;a4P1Zuk:M9z4 n;jsFq'WBdTIyg}7DtB[[SyW$\?2vf.iQ]1KuupĥP"קw4ѹH?f&N|{P7^ WB~`$c=dB.˰rGߙz{QJ-ZUr8X0}@~ֿ;  I|a=jEom)Ue^PŢFNU}9^rGy{W5Z[*.>X%;F ?)^6ϞƘQq)d"+׷ʃcBa]|cnI#=PKHK4gHaՙI T{x~BI]H.۠c4Gˏj++|3ji񥵵t<5$$B2ir*ӰrGҢPInftiꛁ+LDEդiŌfy{vʻH!JgBՐFx4P/9V''$h9#_Q;mtY Ǐd~cT|+M; aju9nMX!T$|S#T?Ty{`7>fŗQ`c(3 =?(lZGmo3,wQRK;!ƥ'ۭIE٥"o&tZbM;${p .IϓߥrIjW>լn{ۘ&X{ev1&[طԗV,>b|d%a9z9#_ҏ=W+k%%aozK]+Cf&19 ~akkW1[Ix oTm.&.a`BSNsT1j1OW>W)=;__hEñu?~K6dY#vVB5Y)(g>t(QJ={y{ΓߥGEAؓΓߥt*:(gĞt(QE{8$G'J,DZ''J^ݑo_4kM~JF<*$`X1O^JUyw!Ȋuiw( @W9 1M3K~¿v6Z$+E*$gTPp2qIiY^Nʱ&s󉪔gdThֲRwKqkR̛P@ԏ,#ِ~OVѴ-#KWEj;&i?fFɭz̢d?ߓGd#U(pIAjثz}5R:((J^Q@ Ex$w;tqMPo4Q@7M?WEiIH#*ܜQ@X((((O^݉T$zNHP+,xKv6V܅c_eߘ4}Rd?u+22Tz Ԣ5Y,38 cv9uqrWhh]Q@X mKQ5<)bmrF9؇Ka(b^#]8{U *xo@Nt/?cФ֮#/ 2(df°1xNku RٮlWahM2!$zzas@uU ڂ;y57 >޲ZmmmmA@3 c"PdcBn5Ir>a،Ŗ=2;43W46 [cRb dv--.WњGS$]qg{?Σ1igrAXcpUf"5;,x 9oBm>ϹCy. C*n`v(5l` XZ?[MTh_q;~oc_N3&*o?K??E\vot<}9~[3i廅gwgw]߇hu~rj<BĆ>?_n1F/f}6Qi~Fr)= ?}.4X#[̤ ,4!'%u  %rem6fӮ̄ىI1!9k2jv&|WC1vQ'gGEcYIevr8H_)ϳncxslPTum.=^-丞YR`А d;<^E~t xzݡPJ/70`Gm̸9'9։u-ww,u۲4eF<I&M?~tTxf9خ/"6i7$q+x*{ ăNXDĊ[Hp@?~tjߝKY?`_ڃy7GMm11++E*dR#o4-$34`}E $: ɿ:?oδ#^?~tjߝfYEgjߝڃy7@4VwM?~tEgjߝڃy7@4VwM?~tEgjߝڃy7@4VwM?~tEgjߝڃy7@\Ϣ s˧\;J7Kh>bR6$1nڃy7GMhאXk7q`S7b͌/1qVT&e9%уy,M0;yQ?_?YP&T/ehуy,ME?T/ehуy,ME?T/ehуy,MEBjY ƀ$уy,M0rej(+%U RI銠8ek=ʼn7;}7yanp} 'w8|6֒}Z`"In?Gc:_2,#~m位'}A` 'V5BYn<3!E=Ԍ6WWe\R^o21t?p Zx)'K{#UBDT?!~r1:}[PhR3Hd٘V*N: ҵKi̖YʰL>gaՎ PĜ  0 cIxmy mJyX)6v9GJFwiN󥤫r?xv ҧ#ylnL8QТ%dKgS"ѵOƦJ\SaӰ /Ci\6'H&B+*Ў0?z!YCkS".7uU^DIO5FEff_1kׄΓL2(/L2(3?Rn])b[$?n`o3ZydPg\_jJz49"dA(SPsJ~f{y.@df {+S"Biv(AG[t t 9ޯfOdQ@dQ@dQ@dQ@dQ@dQ@dQ@dQ@dQ@dQ@dQ@AQTTT/Zn&խ;>&WQ2YFP8ԆG<6q'Wk'$vhĿG "Ye+˻?1K\ilP}3.}) rb{ڤ߹:"GQU+=by!Y#傞Gq(anvB!#8'$I$ܚ^ﺵM$+y?2x}TJDnGP}ARO2A 턍K1pɠ|˿K^mk%Ք=}?ƭzo2x}^ﺵFhyC<h&q5b+y?2x}K%)8OrzT^?V r\_2x}^oկ7'm{ c)}\^<YRfڷn 6ǒk!92P{?2x}ժ) ^<V e̼1uj^<V e̼1uj^<Mu;=*`cV`pXRxX`rd̼1ty?zDCi1G@X#F!x8.8 e/3&?걼j^cjFP}"ciV^vy660u5s?PH :_ zf >)Z֘e|3vT&q8O+P_o9Gկ7 n ~#Zɟ|}o/#Vկ7PwW@]5k_t_գ?k(fus>g"Ş8>Hs:l,LrC~V?V ]eAB|'M>.Q>\ĿI$jzfyzZ3k+;4ˏgoN^_/XcΖ7kJ=9~&ik&'Me=tIE#Qoa7c/?evk̆[ e/,lzn!WoK{u)opj,2g844֌i./y|;g %΃USiv.Oq=W3tmrȷ74rS;RG}"J<zo(Xwl-.m)aH& I6n~5]?OoF e ,DnA]p~O\ 1m?S(wD?z}?c]-]3VG'ʄ(U .9!H=.G-aQ 9BnMqGp>zG#m'<1m /gZ2*#) #{ r]hC0U*FqHmc^82w2 ydp@g]};[&8nYF=@յ+Dߪh$k䰐ݪaB:{c1nZ$`+rN9`#$G aMmMi\%Lʨc,ABJY$~u2>RwVW֚kK6d9yy[EcOǗoa&,n/!zVzj c7?;?'80lXUmJκU<8D*bqԀH5v)i((((((((oۼ\lc늶U56'^[uOuikd6F|؅lǾ0p}) x 47ݒ6-K9eњ9r@Fj?&??MZc(>/Q4k4f_hsGњ9r@Zi,&bZTbw(Ky#Fwn|'mcͫ\D7 iMA܉h;DA٣Vf졙C7 idԀ ۆLLW"ӵmORu Of(ԃyP@;D\㊲ETa\AQTTT/Zn&ս;>èCTaFea"Pdda2 㧤ihI-o%\1mf pr Ă -t[pD<&r^Y9olLMF|.FH>&-(=J5It[E6BVz-"WجrCY7vadkkh_9WN޲ IOeh-M,pe+6B=Q8I=Esz6#^^+R"IPe9j|["ڥ+: f`>r@k\߇5e.ex-v9=3_yR{Ŗq!%SI]6iDRq r :+xQ1ȁԕpFGTzWמ%:N^J yB7`M PZx*<찋u}=Y%S$C[_W,s.Cy \wRj }N*7?QP2iVMebC(@~\s@wGV}5Ċeu0T3…$㧭tHj-"F2F?>(("mZYyw)C;  fk+_AD8Ĉ NsdNnlKX5}LVPcvS~0ѐ2y'F忛VM=me + dۜ-Eޗ5®#Hfc s\_*4, `烌ZWE7Y.74w x[(L/Ltsg+98J-2{۟4A9 ::˹];HKyGn3`x p*m*msysѤ^x'.Af,@듃tվuUIh'zp}*=kԭ FP[9`DT C$mй'SEd2}MPh4Q@O'E>SEd2}MPh4Q@O'E>SEd2}MPh4Q@O`68 v"͗@&l-c88<)?!N!_>1'Efe]_ȝm`ze,~GSVG˦9VuR}HU ͚\goD91 % Ӣ37xW(i__:(3 ~<*߾*Yrc4y & z}6MCU;pִ dY&ẕH+-72.:miK3I=MhƋB(iPJ GҒ?4yi?L%X>n?Gc:_ tZ44 PpFi>o=y_tgYKKDG ):gX[ )_A{:tO]6*q}qxK-JP%F{Elm+F01mC$wvqn4H:0a+I;UH[;\%yf+ 93`P;dJdf ۻG;Aȥq\VݔI."#)$'W u!<ǐΓ R=>|ȒI1Ue1B$UxGH+*ſY2B=er2Spiaq.vڅi}ė+hYsʹ 7 apH:u'\-׃543Dr4nX;s< o\F;ȯtyْ)%HHdFʀ_n;;v_I/U%[i"Kr1mR7mgaO޸|u{/(Q"XaZ`#bW$O%F+k1jSyw25[wR +o'$-lgǵRJ:f-'N;\ #0jZK0+K!upҶ2H!Pp+VDk? 1x'HbYJJpc8]6˨+mYeI-#Xe*ŷ +e,ZNXԣ+C:4tF-=˄I\!8e'=;-B6<:ҍ>׶X"yJ|O)T6r f%lXCLVy%hRDcUȨ]@b 1q\f [wY7BW]'{t8y|G͕fI.X":X&'ÝԼG-p-n0+򆅑m! G$:$X4c; [AOq~bKx$K=/ +KE :RSr3#se: \XI ?>K6b 13}ɥq]n6ʫY]Ǩ[,|"áV܎~rZuK+Khtx^G \90a)11drˆ%|~ӮfIq\9GL2(~SԜNwfWI6qb'or>P!89E(A…=>r7>Hkk&8{6$Q$*ԎF_ ܵ =:_6fo2[Y~̱"hؑ r 8 W:%1-L\=L0} ڤq\;養kۨcS+_7C`5!ɞIHĄ2Ff.BA\2Hubv:+7*>Su&K`>\+9+I;śC2iӦ:ti :1>ML3ǂђM˃d Hx9#>f3\ eO=8Ff`? ~"PD)(C$|TGdn#>°c(]㸎o!DlRXPA!$ h4{*E]37 v+>}l'k[$e ٸ`$[P2GV$e^ "p |žQ9 VG#ej5Lod>a&L *F#KlGUlO)[q1!:Km%=[e@pQjš[%ώ:MyܲHAXG&0NdQ!(\6?))?:!cf?jMX[jmos"G3!Pn#i>cϯMd/,ǔ5H9^M4{hc7q}/}ιqH[5OUEpA4\ 4PxhaEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPTU-(gKAVVf3ĿI_tU36}PgY >g??#{ >g?_5i Mi4hN9%EV-<*OQ<G >g??D??GI|[?DžexU&OSOPl}~W3)?Kx"(}~GlxI| S gOPY<(5¯y0$/I|[?DžexVI|>OPl}~Zgy'(OQx"3g?_ g?_<}Ƞ <(-´>OQx"3gDžf?Zgy'(a<WD_exQ[?Dž[ZG$B#?>OP2l}~Zgy'(OPl}~Zgy')g?_ x"<C >g?_sUD#'6Ϳ >g?_~a<6Ϳ >g?_~a<6Ϳ >g?_~a<6Ϳ >g?_~a<6Ϳ >g?_~a<6Ϳ >g?_~a<6Ϳ >g?_~a<6?Ϳ_exQ[?DžORȱ͜1V~OP5Kq}EJ;U;>&խ;>& /:uL7U u(EVŲʋ#F̤\eO<3b5NXذWR89G i,!UA$ /xмG?|WZЈ٤)P`)ɭ4f`Q8Ԃ_nr}MYmin춇0'M;A9 @ Zx83Ij)r|겒=ߌ-S76La0)m'OY,EqWi$`` (@lQT?n憎>?n憎]FC`O\T! ~oݼv#av 1k鳸9tQ"9ކ͇ݸ*TI) 4Ef Hu4AEP0(((0k:6w.dVKxllgw;uytgrڅlc=dW^/]ȶPZ4#PVm4;u{@h *`ۆH ;sZZ`T%>`PYdf] 9R 4 if;6 HGP O'&Yfw|G9jY5 $Hg( 7X38S}QtESd d O66 U?O@ۯ/.O@ۯ/..QT?n憎>?n憎ESd d O66 uidKoteHAl9=J>?n憎ʒy$v`;dzVexց,dyC!-69l-& mUWgf`taXEF¸X>n?8*_ Z4!>%}GROΣf Wγ}P(t I;'?fU@ :?$K(j̪XƸr\ǻ+?|oVU)\֜:?y 8417yܬ"XF$zN92N&D?o/+њ~l뉐)=ڝ3ߥ? H;Wzֿx붢Q:zG5^Ŷ [p0AL̝_7䋛d>ȏ#Vmll6@(œ"Uy쑨u5ԿK Ū-t4Jx/EN̋s Ocqj=Y$ ƺUamc9\n\+c=3Y TW].`pǚ?GFu14o/_—ȸ[]Y_?\ϭȸ[Gk>_<_VW̆h2pN2G*N"E*p{&խ;>& /:uL7U u(EUT TQEG?{ҹE9ӧo۹Rq1Ѯd][@`&QAf'SzjhT3HjFP01NJ|KsYY g}YfUUNHчN "0^\,6vдb,yۨ8SyL~l#(K_q0+<#_B'0dRڛ+Hw?6n26yU'vC㔖hK_tJrF[o8Qe=d+O˵9t$*V Vc8;zHz bJ.mwh3;P'[9.U%"bJYGdf+Ձ?\yFKx$f.UF'sTIÖ+[_RNdQEsQEQEQEQEd뗹(`O|شS1ӃY&$t*0mn>怤!q>jdtnܖq5c2L)e!.w) }8]4䛵?fBmbDnc,HRsЖ?Vkdgwre9&k:P+-ݧ]I`(r"?99k? kfٮ/u汖ݙў}}qҶ#|k6[$ɻ]G(X8ʢȜ$ֈ3p5Kd/B-3zS}jIeH`|#4ڨq"|R'ucQEx&EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPKq}E_cΥ Zw}MUZw}M3B_u$/:*oL7PҊJ(*ƩU@aW;H4Qq9F0j4ۻ$4 0XI ":m0ֆ wډXx,V5FmE'E E*ڨG`;sGYдH'4< ܱ,}*hӯ$7 5+ɇWs}o~I{.55D e%[rgT]hk'K{Iq19*hWpȥY>7?QZ#Z]ͼre[xcDEEeܼCyȹFQ?Y>7?QN[aIM>RcHpx,1Hf/tȢ{s!tٍĆ`N7/'{Y,Eeڟ4H3{`!#o_>ҝn~F#8ȭ%[CYY7b]ZKs!УF6^C?YOV=nTı}# A! g[oXgA9 +hWp,EfKi&ƍ}@dP1o_'U;?U ݘ{Y鴘OU]6JLx fĐ#`ra*Rkdi6$g}WpYf(,Et6??4dϰ?sesdϰc>?Gf/k#,Ee&}Ə?'?=ss}o~??lGhWp>7?QGf+ɱq}&}Əw =ss}o~??lGhWp9ϲQYlGhɱq}]3k#,Ee&}Ə?'?=ss}o~??lGhWp>7?QGf+ɱq}&}Əw =ss}o~??lGhWp9ϲQYlGhɱq}]3k#,Ee&}Ə?'?=ss}o~??lGhWp>7?QGf+ɱq}&}Əw k#,Ee&}Ə?'09ϲQYlGhɱq}]3k#,Ee&}Ə?'?=ss}o~??lGhWp>7?QGf+ɱq}&}Əw k#,Ee&}Ə?'09ϲQYlGhɱq}]3ȡq}ERAQWz_ Z4!>%}GROΣf Wγ}P(t /{j]AP4JAf I8&LJu,F;'Ɂw`{@L._D?{ 6F<¶4 @o.A%G8 <tKy15ðokrg RQ@\1aF0MYtxE:˛#L3* c( K^!.X8LByF$sFo\/gᾊ{*kXI*&*v FzDSsNHM%m|_~qQG$7MGbmٓ}0Ef [N&_g8URʹ>~sj=V oėn-K1%RNr<3`  g3On`6y`%d8`=kMP>ܴ2W%iM )@nU#7zDRmUPʳly{3\r/V+57E.9])@$r*14Ŷ6v&xmwHz :^eUفRDއ<7o^-&-:=: "e!$?ػF@QO<Pg&]hwf%bHI,{gh>${kmZYJ8&A[Py"{fKHmk7AH!%p˰(l1NИsM K[Y%Fe7R0bՑж`[v ҲD}XߐFpHt>-VrXC4Y7dgvw;-gJ́7vy`m~;d1P+ h=$k+u* ԻX `İ9${/ q彖ywif$]c [*I Ӭh.gop~P˧Z4 i0c)򢌨hV%枮Cecp.smKg9,I? 7^er Z(b;c(wcvpHKxCmbIcgE!y7܏y /n&խ;>& /:uL7U u(EUT U{ "OT95Y弗Z0yZ؀dhRpCJѬrX:?~\%Ҽ?xT᷼[o]*"42 H8;52魪[y/,(XDpT<5j niWˊ ee%pj+cCkߴ\Z &vE`qפICGD{87sZI?eғ:ҮϫAjX&X>1׾y |Ksmi-MPج&( 7>@rXt89|Clgl:s8EeGx `3H1(MD&WN2qR?$v{,6/%G@Ul9Dd&:LO+_w%W-a>G,p6lCwwp۵$9r:q$q:+"]iS$O/Oc'f+l͌g3Ip:Pך )海lûod.dq^wIi#Mdڑ 6c{Uo |*F Pywu5m;Jdolvڭs28ɠfPv!> 31-ysŽݬ–{ xHYlczkhahdWttl)`42ٮܙ##.;|df9|o,H-\F*<1XېqWtͩmo[lVJ0e YY_hב)3:pG= u9壴<%P6}`A8JP-)$[F8%Y.D\%Qk`zW3mM*ōe͍І8X1+,. Xd/qǾrtKs]=3p4AV$GP V>&(ҌJZ(0=( ?cm }?Qblu HIQG#b%;f6(((((((((((((((((((((¸X>n?Gc:_ Z4!>%}GROΣf Wγ}P(t /{j]AP4JAEc(09Y/@VΏ 4^Imնf'hF*]2kĺbB T%! zwr3 <`&#tmgKk5G+_'?1ut/ͥx@ D$9%VP [w$K{,d(XLhǓ1EQEQEQQOq ,,qF(&3Au<:i˿?gp7v ˑ轪6Vۦa@' O&tyo/Xr ,1Xy U8 ʒu-Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@WTU-(gKAVVf3ĿI_tU3AT*o PWeT?R*ƀ)QE{ҩqi- GC= y(RH F-?ҥ/hjY^F׍6Ub?Uo`(9Z_aa"vEp،Hk06Vgo!IHX+5lm.E-7` -QEQEQEQEQEQEQFk.\۬{䐨1X$~+X^yHK;P:k!"\dOF8B6ԖeԱ>Lӡ|۷v|9\uNh -PEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPKq}EJ;U;>&խ;>& /:uL7U u(EUT TQEG?T?~\%ҢC*]?`i^oW@zS$9chUtaV{0gvȍFd cN26 ;H,ԍjz) oP23KPi*d` B IXxcJKky,$^,y@ny|EmyQ^;#GF~Ea¸.wgY8ﭝUfRI tQU翳˞$N>* m$F,psTŚ+Y}aD{=7Agnp} nQXY533'y8?CHK̒ixRM0=1sXȓY 5+&2"02=E0xbaJKQً#vTq3rIP) 1qFQaUG:@ڦKjwd|ll r[#no@3ׁV:Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@WTU-(gKAVVf3ĿI_tU3AT*o PWeT?R*ƀ)QERpCJtoKy1IK^!EPE%ҹ=qN+M\\Z3hi#V zdzMJ94'Z#ZP/"wH([GDF~VR=.HyVXT>(EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPKq}EJ;U;>&խ;>& /:uL7U u(EUT TQEG?U9e+h7AsxI'=p ?ҲX;\DlN!A3%6 Fse+@9@R="Ze-hWtcs_ʥd_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTP_fyG١kTPTU-(gKAVVf3ĿI_tU3AT*o PWeT?R*ƀ)QXrk/a]E\CQ%Ci#JI$3n6$ r|7ZܾA)9jW TLԎ*[*#ʛZ2^[O-KHn$.Rq$K _>bhC`#q½ESkhR|hek]O١1Cw/E}lk4??Qh5L9cekG/Z~}(_w/Zf? ;[Η~"ց$pDOaSxNc` l`gzwto$mh6 <ֿ7x~bTV_٫~eqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsqwQҭQGjsAQTTUc _ Z4!>%}GROΣf Wγ}P(t 7{jh'-q2F{3&o:%l3ݏA[8aXp 0ʃPt9\󌓞g^QK[?Dž+w͡ȹ7.cW$AЍo{`DŜnl\= w{` <(-žbO{?~b߇j?<(-b߇hس >g??@$س?,/&-<( ?,/&?~g?? 4O?~$hسO&-<( ?,/b߉? >g??@$س?/g?? dj)m$&`c 8QR&R˳ȄNI%Gl~I[?Džhǔfr{_ >e??(We??_ E^-<({_ >e?? 4U<(-€(We??_ E^-<({_ >e?? 4U<(-€(We??_ E^-<({_ >e?? 4U<(-€(We??_ E^-<({_ >e?? 4U<(-€(We??_ E^-<({_ >e?? 4U<(-€(We??_ E^-<({_ >e?? 4U<(-€(We??_ q}ERAQRtkN kN hC?|K:>%}G@_:Bf (-bSy$=c>p78$Hڮvu1lBlV  g@'u;,^{hŴV[s((v^ߎ$~o`FK6R%K/1AH`#k4hd ˘9\c={T~"j&7(UCJʸ4#bZkC#,]xrFkb$yC&@{w==o|iַ1K*|կ{ƢҮ`M6i rj/U0V+c'4c'5cv(]E}5 ??X]E}>m?bCB=G=V>m?b_أPЯcm?bCBi g\( f +=#w{WTVHq:սŴ/q¿Fppy[QQw3kcAojjVF*\F`JJN`* ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (%X>n?Gc:_ Z4!>%}GPk5"  oaǦp>TK*]0GfITpއC#FK ˞@9>he=2O近V?lYfMl 0{=j(˟?"ْErEأ.(?G\Qg6NIt/?Lce|Q?OsGQ?ce|Q?OsGQ?ce|Q?OsGQ?ce|Q?OsGQ?ce|Q?N_+>h'`..[i#}?Tb尛H?G0_f݉YXv}=)I4Ƭ˟ce|U<J0=*n^]$hiF_̓z/h̓z/j2O近2O近`zP?F?F`zQ@$?$F_̓z/h̓z/j2O近2O近`zP?F?F`zQ@$?$F_̓z/h̓z/j2O近2O近`zP?F?F`zQ@$?$F_̓z/h̓z/j2O近2O近`zP?F?F`zQ@$?$F_̓z/h̓z/j2O近2O近`zP?F?F`zQ@$?$F_̓z/h̓z/j2O近2O近`zP?F?F`zQ@$?$F_̓z/h̓z/j2O近2O近`zP?F?F`zQ@\AQTTT/ZӿjZӿi#HiZu;Z@pƹjf?b#i\=I;<{/Gc]ԶSʣ77>} V:.Lfʻ19M oBrÝK;vkx2$Vb8uSt_Qq hCs]OVXsfԱ;('.KU@њ˸Uwޛ_56Fk.KTezo *O컏M/Qq%So4f??7G] Mњ˸Uwޛ_56Fk.KTezo *6o+ǔIum: $<]̹U]9;8+kgm pQ%D\#~9u0ܬC^f} ?>33Ubg>>(EYϹϹg>> U+QV???EYϹϹg>> U+QV???EYϹϹg>> U+QV???EYϹϹg>> U+QV???EYϹϹg>> U+QV???EYϹϹg>> U+QV???EYϹϹg>> U+QV???ZDno."@,GԚHxX^7PrAҩojE=1fgFP0Lj–Uk٣}]K(=ZFL ,rq܎e= q]9;OLn bnm7ltq-© -ObaU %ՔYxFc:a}x5O/ b~Ul0XAtҵ*oص/~Zc ֕oص/~Zc ֕\ ߱j_7Gص/~*(bԿ#o.j_7ZTQp3~ũF?]bԿ#o.fRtE9K'J KU qq*iXR RB)v;=_5]y3G#0N#m[Uu s"o=_4}ѨK%LGg}3Wizj*(_=_4}Ѩ ~?F%LGg}3Wizj*(_=_4}Ѩ ~?F%LGg}3Wizj*(_=_4}Ѩ ~?F%LGg}3Wizj*(_=_4}Ѩ ~?F%LGg}3Wizj*(_=_4}Ѩ ~?F%LGg}3Wizj*(_=_4}Ѩ ~?F%LGg}3Wizj*(_=_4}Ѩ ~?F%LGg}3Wizj*(_=_4}Ѩ *?"OAEd8cZIY'$Se{y]Da BNCb(v/o O|Q9{yL?/"_EQ?a?1b(vA&?Es_E0(b) w#c?%SaFw u*؎!x<|=?Z({y'$QDȓ~tQG3o0$D9{y'$Q<=G'袎vXyzΏ"OAE=ȓ~tyzΊ(a'$Q<=G'袎faI?:<=Es0"OAI?:(yzΏ"OAE=ȓ~tyzΊ(aDȓ~tQG3o0$D9{y'$Q<=G'袎vXyzΏ"OAE=ȓ~tyzΊ(a'$Q<=G'袎faI?:<=Es0"OAI?:(yzΏ"OAE=ȓ~tyzΊ(aDȓ~tQG3o0$D9{y'$Q<=G'袎vXyzΏ"OAE=ȓ~tyzΊ(a'$QODdhP5 -T  0ARGYd61yY>F{GYd61yJFIF``ExifII*C    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222 " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?IeuxSͳ> {123IԓBkxD"8`~Fa[nlf-X`߀n1(GЫ??G$z  A$vh-ԝ2W=Rc XpVœZy>՟MoIeeX 2X?7h.Xv5?#U=W]gYFqy}N5kC o,V P̧'!N퍅0[xͽ|[pKP>(oQY< 4Xv/Y^g)Go(  cjS:hɊ=D=]m >WŚen'mKuw"IZ-1 8)CN|:8:d.>SܤR!C+<WiڿX>2ɳ9vFuZZ<[ZȗRs ?͒r=k54k &I|f*2H9|m{Γߥy嶝۴k\G5KeOm Yؒ)(l麏兡//aK7KsJ# KHm6PƂc|?QIҸ sqɨ'{R)!ww/=v0XAf762z̷_c$bS mZF\a僴Fhvt(\jxMK=43!Ր3QYܹV1u88ScAP%n&iV*%C1p8ORI4Xv::O~y{bH"}22x8&8bꭑ{@u$@ ݓccig5%GtdG'.[89a|?QIҹ)]s:w mia;ʱP' p )i|Q-^;YgmHmwK(9a?QIҹ$]Xi{PՄF@ٕ`m|dA귺 ܣDNTgpS܅@cG'JuH֐nB2\XtrEw/8-mj_뭨A YZޥ. :Cɝ9a?QIҲB[泼-Ty#C"rY_ J`5\j.i\;wl.rmcs|tt(\_j )m1$QqϘAS0R v"^Hwoc !©0d;ph.Xv:?:O~y{RU{bT %عe|W)uS\k7r跷vpswonBU6( b%Irñ~t(\ߋAד¼CtC90b؍m%#Ӆ:6v$dntY:AC5?QIҸ3šڦLuX$H-Z=N8:oZm6[Ao-e/eCDPaFg@*XӨa#G'J z4=wT{K[KmFU[[qYr;@ }z:UK>WoBFSm]d= 0} ~ww4Q\E6^,??V[)=#Bw%mU4@T?-tg?SֵCBOG~A ?]kQ@{(v2[)!oj(eO~A ?]-uE!oVsOi @gX8]?A?d{8_b'J;d2#)|6َI㺹X"e˨Gսc.w"g&2J^y87L&P x-Ppd Agg[[G$%$'bI$I$I4]./-sa,ޣ :d3*a0^T𥅔;iB{(!C&/'L$lVuC O/ȑ2rzi!Y#:Do(swlch;X8l 76an|%W7q}_0<12FGLx:;K JO =ƥ},C_7-9|6T 0>5T ]ɾUuO+9 (*Xav @%KQcqRT[Ym}E{-&yqgN \\\Ej,ᘩKU&vc#?3gı?}.?*_*D,rH[Ig%0NE>o I;Eq+*28?;K 3LW-yRE pHUIR/N:qOw~х$Uc^y5a\TUv>/EYO,t],ߋskn̩"8]W9 bUX ;uMgVͽ17@*UX0d bX\TUؖ>/J #mū0ܵef2FУG*$>[+㷎Ac,s|Unñ,+xnW'3[HO 1V}x^H1q; skkñvC8]wEtFKy3G6c  ԳV{ `e)^~vbplB8z;K Y %ox-ujlInsv"Zt7:lʈ&eڡè; a@em,'+rLuK30cق7<a#tAleY psZC4H2A(v}aؑިxI熿kȼ-s LgB9ǐ36 t'5 [GIc-]6yIVW $tGBElQJ,}M fh#gy]ّ799f9vdI=XgyE}ogqt䴱o#" 7#>]6M0/) S`]paRha\e v«FUgϝ_>|UEr_o~(ϲ;FQ\}ߥ ?/QjuTW+e>v/KhWJtB/KaUQB `0K(0((((((((((((((Xٲaa F;,b-#v1sACNSiszY­h@>Tj3m?9;^WvVW|DLV*Fel @Qܟ@p ,^}w4]J =ٷ!9.ڽKff((+=aII5>-?jZ$XTC09M HHXn ehˆxÆ`ŕvaIkv%noܥӴFզ\D@2r-2[+m:I 9P0r89X^ Ҡ_7 Ͳ5o%WܠlĚ,ʳ -%]a]_ @[l0aшj?7{KG\4Y[җJ{ spf /Q($^Ti&R~K!tCVl9? w/JwE*I?-KfE*I?-KfE*I?-KfE*I?-KfE*I?-KfE*I?-KfE*I?-KfE*I?-KfG?8.+WGGHFANy|ou/8S'!#n庻/2oGe=?PMkNW0[zoOIP$P5ZAh6T.I, dhn/] J'q*=:8hL5-ͣyyɲ$H$(bHI$ 5GC.ZH6hdnƛHݻ,tėQUʆF F'q^ fb2J o'ih*CkoQH8Ppbӑ݃)Ќvn ( ƿ?+foaݖ7 㐧Ҁ)R}o'h74'2&74'2&74'2&74'2&74-g;l(&-45x!/AdE;[R j#[OLUPz, db?厕mfk3D 9O?޹$~mE]q=0Ed"|چy(I-=6j{A<؞$MZd?z)+cqYBGPU4}FmKV5-q gT W j݇*vNЭ,edXخATǵP2G&~F>74}o'h2G&~F>74}o'htZsp7qN9< զ^iQk{`6MlVW SJ|MlQYiǦ&Y8qC-?洟<~$וY2{ _PN:֏Ko>Wlogsv\+VɭDt-PJKot.A+nD `0Gܾ,伿s@5/:5ޛc; u"b# 1g?M4Gn,4ۛ_lF< ֙WPS@ާ YEP0(jV6S^G"GA5jFFQ436Ə36ƪߵ<*qN09IQVe}A!H\1{ζ%tC{[gmlgqV+6C&+kH %iOGbӺ (Š((((((((((*xFD`ƒ9Ef84bkİ ,902u:i|d̖lN[AvK;lŧtnQTJNݤdH= J8$C)*A7) sTu_橡Wں}M \]zv6Y8@c` U%0VG;EtTS(k`|S[j}kfus<FQeJK*ҹ&lGw`άsG &yak3nHzOoͼ$ʥ92<Gjm }q=ɊR%I apV9tSqZVZ,ztWXwL2F0p\oٽU Bkh,зiJ"!˷|Ȕ,j:E[PA஧,R)2`s'Gng?#w<͞۷scҴ=/[֒îyȑ4Mvт$+V.<[o 9/nʼ~_1Y>YN)mCY/f ? Cy*[gvOӿ?fیg8XNWVxbtBIWMA䲝wNWeT$*  SCt_Mx?M4ҰұQ\ ^bޕ"3ّFC)ACt?{{ǩ(Wȼ[4l{ _P<ѿ'yϗl:hHAEsq隮I2Ʃ$Hq2@'bS Y3h$#`pÃ(Q@Q@Q@Q@/o"eB2 ~N8D^޸2Y5_^Pm%,nh#@rTs╄Z/nέ{؛kH {hɉ7F$R>l,kf:\Wȟ-3dB asHCrWp$j)XV;;D¤rF4: w`QM,Q+6i gdcgRdr@?[E*ϝ7;>n>vn7S;? o7@\Cugv%H#ư ZP7yqG$rw}gKӯzօer%έ.HAA5@i6-2[x173+RLPmtw7^VJԮ>V^K=&(]ErYUEX$ C?Urvn: *8'+yc Pn>vn7S;? o7@\EQu?tyS*ϝ7/QT|O|)n>vnzgMu?tU7S;? o7Gϝ7.^Sו+>/%xZ(EB \QS5-n;^T GJD9rLUO+zb?>v'v󍒧we:nuAYf6o7%vvN'j$͡Hg#cwvׅuD$"sl]яX?oE}c4s oK¼F dAVVANQ(K,t$T lLNG.FJm8ܬ! QĆfrAf,xXOrI ?9׵[AZӔFC$:6NWn ;[x"@*(pb+[}N7ֆնJ PU1'k1*暉082DHrsӇN?ƲmK#,gt|Zgm?; N/?Ə8M%ІXj 988[Lu_@?CiCi?Y߅ ?Y߅ 4 EӇN?ƓLu_Lu_@_8?Ci?Y߅ ?Y߅ 4 EӇ{;MծJLo*&S Y߅ 猆v˸%X`neQ8Yn$_]]c}jQDTqȀ/,Jƫissl2(xBdAwWI:v5ݒ^F%k/vHl2?w2KPN?=Ѷp2hw;8?Ck*ª6$s| 8?Ck*ӇN?Ʋ!vx&e cr !###ؑY,ᬃ `A`X1o x>dBq vVSHѭK`GkDH\ aW?Cjh1X)&>>dBq :/Qjpq!4i:/U-:غuv8gd&(ϡxjknK%ܮ^[6I$LH$@')36=B~IEBG$͕{E8RV=I 1 T)ܵaHwLC/#RFx$0 iiZ yp 3F A 5֍ڢj HزV%99RXs0 k%E-仸)29XOAp0˹^g[xGIkۍON3&).w1;C3XPEP]Fz(&i՛5ChӇ(WN?Ə8ʢ5ChӇ(WN?Ə8ʢ5ChӇ(WN?Ə8ʢ5ChӇ(WN?Ə8ʢ5Ck̇N7s&tg:G9m*Y|U}Əq"/[5|tş5XU(#8$\cjsnwN2>G#AʫXj,*w,g  ހ7ChӇ;umfSsQې xNUolȖNZXUs0c!9ChӇ;S]mK]p2I{6㏽ӇN?ƸL<>]j?hm$#% z3MjIkei7Cw`d'N?Ə8ʢ5ChӇ(WN?Ə8ʢ5ChӇ(WN?Ə84}FmKV5-q gY[]ӇN?ƸJYSGsntU\w sGި$~ԑۅiXX}HV8JChӇ;*ivc' R o=pUAl>ùEdm~qtm~qtX.kQY?c]c] VO}G}E橮JKk kˈm]s+x+`c]gAdP># 33h.%x;M^Gao+TK"C:|ĕ'n6^7w`֚kK%<*&20Gw*! X2RE~o|_"u%kys^czWq8~k)>(aKq28`~m]$^ESo5K4mYW[wu Ͷ{8*|,G}\VN[޺MyFE%H1k]2.mҪTBOv hy<xjMMS2Y;D1eR w$d]+WC<bAyD> A*)X9O:mv;WS_ykO%!Ca6q 0f3kױjiGý-laT+ygyٸ,fYIAq=5쪪UHBc q\Yt{4fm7r[[cy.ªdQ , OxHԵ Wm4['# ,@ۂ0z[NzEƢnl$qw1IƍJ mD6lDžo&i.,.T}DEhs/  q η2[RyM0wKdw$n:t:9HĐOHdH#8$A !.mmYn"gdhX: < ?yANKmlzVWLA!wȂ@ Pn|,Ʀy<.%j4Kb[j#oo85&&%IGp?8??8,3vz<Ks$aaIn2H%CQŠwmgX+ml>w70H%{`~VWM9 =#UkUia8S1-? )[N kaE R)3$e?OjԌ"ԚźǺmp>;7pgk:$]Ymr{B:wm$}Jkp98`+((=p* ( Yp,׷ lZG cPI TzYo%ipFł1F I?u^K O/.̙ ~gb@z( zvhKJO/$͎z ;Oj,и.iQDVאcu'rKF->Zi6+d+d4׺̲^Okj:@?Ф })g9nx1 <> 'Gdh  c4\}`HCٕVAyE4uykc?y4y}?O&01mo}<ѻryc`<Ֆ{IC4{рG'8Ͻ"ʛ82 ys2G{eٗP2.|.\20q nsI7& A{dٳ=䕑17U&΢[;N_6xne0I"|Oa9мlt{{olKiUUI(i*md߶K"Ce2mA\f3Or4l`ơ5vEUʢ2q8ǮEp3x[W.}f Un6{4{? rapˉ0inbEk7poq\ ,L[#xP-Ջ7{U+tIWHWi~N@wI`ji/`yO"yh$(5ܭ4Am]"<> k&I'@ًǙn@b 5ZOqЧKpֹ++PὸQbCc X`YW$u 7el`ơ5vEUʢ2q8ǮEGq閖Q^6M*y'UGjaYQ7&o!CRc2/{8#cw9Z\F]u`e i!|́/7%]61j^ۥ쫾;vD9#J- [f*AYn@S;N k%K⹵~DXPv+f2",rJH@<*qҳ|IGi?V[pr;BnaA9&KqC\>gmss!DiXJ0A_3YеoGO[Ѣ[I#RG|;gv#~O1X.Khn`IeèحٛqtQa2` ++bzĶVX.]vUbIFDH}>yܖ=γit[(&fϘ?9ea.α;gR27PriBuE) !C28xɮZK]quKӣ q' eW7 ŷ+;Ha ;M*h[ҍIHW38=3+l}NFf'JۜpHq|w{eS"/@~cֹ9˔k-T亲,Z3$3yʪ@%{?kݗw;6HT\dU.36u$)kykO|`Sv&l*Kh[Jd=DNBdbN k/D4F|L?tc[ :0$eZwmGL_HӞ-GDxqI87|K:Hm6oe4ldA`9>4op7R$\evpKp<=j&~G+Q>?OhXkU6b7ByU{nm!.ݯ>$E,ė'wcP;oو%PH M6\cXm&h =:9 RGk64qd)&0p Ea4Ԭ%kN4˓#y Ԑ{% 4{{fL;dx =BMV,m5ݹ6pO>ɦN{+TL6f)%;2WUlaV4U,U44#GV sXIҘܭv+QfZC E# cOjxKkoV)^LR\qę;F#2[8.n4q,wVyHʬ`;T"ɬVָ>w:bE[ ]Ixm kKIǨ۽KKut2"^r?1PjScf*$hCH2uA^oJОZ>vݽ}D!"~}m9E|YJʂ~%~qvX״>(Š(3Yoa?|IEGVlZX)klk\KUpI=@9l 42F&X*L# :}-/#P3Duqj !C3m;w]u iqle]y.dGs@$==QE^r~Gf9?_ r~Gf9?_ 7g}o'h7bo&^ʻ$X׎ c$p?!V~75ٿO(l'y猟ɣ?Z?m|>r~@gx|>75ٿO(l'y猟ɣ?Z?m|>r~@gx|>75ٿO(l'y猟ɣ?Z?m|>r~@gx|>75ٿO(l'w^XŻtSC[# @4lj#HZm|>r~@gx|>75ٿO(l'y猟ɣ?Z?m|>r~@gx|>75ٿO(l'&\s-ž&V-qZ?Z?m|>r~@gx|>75ٿO(l'yGZ۾74;Ѱr2Y_͙Ttv"$AI--um|>r~@^"Vfm:WoD4A f2Ñ#;ֶۡH_$~z,:>-2{(x,[FpcOֿ_ֿ_U>XwϜQٿO(l'}o >7m|>r~@f9?_縚xZ?ȹ<*O>r~Gf9?_ r~Gf9?_ r~Gf9?_ r~Gf9?_ r~Gf9?_ r~Gf9?_ r~Gf9?_ nL8f#rv9#đQU/^-kFćrX3' wzkix͈C Ģ 㩠 +XVOӴԼ{x#q6gU ;fA~nI]((2ic p8fQOFDE@،,<s( ( ( ( ( ( ( ( ( ( ( ( (vP5#dsbC9`Gh-rZ_u =gT4R>֙WPS@ާ $VN}d>xZ Y+\36 lRLEM"m<# sӓ^⁒Ou8P‚}9?4/MأAjQ?#gh?#gj(36Ə36ƮE['$UF?)nХ ƙA?GƙA?WF(5(li4li5{bRƙA?GƙA?WF(5(li4li5{bRƙA?GƙA?WF(50f\I7- )Ǻ?]Q@Q@:_?W,'}>?:]:܈2 RDUX3**cK`a]?NVkɮme1IʁdU,pʼnv ax~ ɧkweV+kySk.¯! OosX]C%[v9 Ad%T֕+c˼9gi$ʑ5"8Xϴ1mIAog ҧp\@Č-έhdEB@`GҰrm#Iོ2lf :BI&ǧo%C2<˴4o ,,Y>ES-tI5q+r[LPSirwgzs\nkaxUuyR@{{.4۳ M~I:Jz),y?庻k.$j7T:+Fpc;nV;溚VYɥ ͷ(dJJ YZ@ot.PhNF˙gF)\Le*CDnN\r*itk3^qt]](b6I 9PFP}R,7aPώu =vyIV$OLV 4:N-\xlb]W;H^CvnнEQu?tySrr^!uWMђтc]ϝ7!Bn3%kJJ왮edqfW-{]<A#}Ϲ=ם:dǮin/%xZ(EB\QU֨Zz4QEsQ@Q@Q@Q@Q@Q@Q@Q@^AmDO[]>邴nH~TGPkmcҴ&rI7pN :A\yqc²R6<] fQ.Zku4A<_g*RG#]@'6]XK]B8iWEQ P *+#n- g:w!.k `? J/ ״?v=FKxd%(AR粜ҩ.kTU7S;? o7Gϥ7w/QT|O},)n>nzgMu?tU7SK? o7Gϥ7.^YSoQԓjؚ (aZ{˭MO=eEQE_ԯDU򤃀?Ƣj|t_G?eQ@pu!4iC]Es:ƽOeJU-~T4li_\/;{3ӇN?ƹj(Y=i_\ChӇZ?_wcu?pu!4i-E/;:8?Ck?O?pu!5QGN|ΧN?Ə8娣e>gS_G?rQӿ{3ӇN?ƹj(Y=i_\ChӇZ?_wcu?pu!4i-E/;:8?Ck?O?pu!5QGN|ΧN?Ə8娣e>gS_G?rQӿ{3ӇN?ƹj(Y=i_\ChӇZ?_wcu?pu!4i-E/;:8?Ck?O?pu!5QGN|ΧN?Ə8娣e>gS_G?rQӿ{3ӇN?ƹj(Y=i_\ChӇZ?_wcu?pu!4i-E/;:8?Ck?O?pu!5QGN|ΧN?Ə8娣e>gS_G?rQӿ{3ӇN?ƹj(Y=i_\ChӇZ?_wcu?pu!4i-E/;:8?Ck?O?pu!5QGN|ΧN?Ə8娣e>gS_G?rQӿ{3foQԓjlrQE ]jjh.(( /Z֩\̿WtkZq2GEPQ\ǻ~Υݿ\j*?3誺_ٛt F3+WVeH#pr-ͿԄWmiB"/{<ᑐ|q~0r?mQ\富SI&tI& *ʑN8@m犥XXW74h3'Kn;Tm`+ߕtV/CM;M #xFH8=G꾙:Iec6 [zL< &<Q\%4P̏lqvmjR I+q6v9*Fn65cN-I, NݖQCrGDUE-%z:+_ӸQEAEPEPEPEPEPEPEΣ2ȩ7u&?EؚlQ^6?f~}cSo"}PeNduyZ UrqIJҽo- ?EG=ͲE,gh)`J X{d2>sqln[MQtpөkWԘWQE|QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEl:oQkcϧ )Ǻ?]Q@Q@:_?R?ήJ>e|:(v?KQ\ǻ~ιq=T~$g^jw^NR Y"hDAdn6O^թE~s q]Nbvaբ"Zw`|Gm\J|;|!($f,Ѻ;9-)$9S9-GEn_2}35m6P%aDi0Kշ?AQY~#.^Yӭ## 5$Tj5u٢!GծѾϷyvy9FOokե͚+{տQuEO~Oiov;8QGatlP^[_%͝7հppGEMY4ӳ)QEQEV~a>\o)HL#)2ןhQW MN;jdZ}#v ( 1&gqW`/mdmMmom2rpO 7uέjm"y}pjq,k%€8;@3OM4n\a%EXfmdڢ+9s__Etfc=὏OqM!b@T^prſ#ovdFFV#ڟo?ƽl6TDΛoC4o~?&OSb,d{)dG3X h/LU$Wr1J'X[/EB<#>TqIl%FBo <ۥ iʙ&M*$gS<=z[w 4%!h(((((((((((((((((((((ٛsTu$뚣ǟOAES,+SSu|#YuǺ? ( (4tkZq2]j|tQ@Es:v?rݪz?ȨH*:Ӿ7?QOqUG(^xrg#O]Q:BkUZ1>7?QG٦+sE؟+\4iv07?QG٦+sEa+\\Kiq\B9I F!?*v ?/K]s.Ii>uBC $A9El A\l3$a!Saҵ6GwC8%TP00'x{iv8]g*c] ~j?oQkI[˂I\q5bBEi_ mq{Wm4Kk;Hm;bUrrpMMiG'D.(K?m.٦(4EnbBEm.٦(4EnbBEm.!w]:b[nS1ĩ pzqҡwSӵy!븶%n~mv؟(Z,V^v}(ɯ7tW4D 20H^p/]A@YJ*6 4n%O(#* 鿱?!wGVmNuݪKE:.IʊG'FA#52$CU4EfGKεeȆ?5K}bڣhj=q:# 冉LGp*/K]MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]?MQiG'D.(?/K]jsTu)(ejjk.5?_4EPEP-T?__?R?΀#(ݿRW?߇\OGU}CbU}C,sOb{m:K4y! /m am-ᵷ$ qUE81RQ@Q@Q@Q@Q@Q@Q@Q@eZ*^\-gƁcBXHYc SةF;RDZGj֟a_>Z4L0O(+vWl䵺̅H T*X`A"o,#ҵY<ɟ"Qv$ *0lQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE7I5GIlE?QLMO=e֦F2袊(j|uwKW/tQE{Z=uˏv""_bWUT<Ҵt.R Y܀7;1,ǹ$ GFm\H?ıH2r@,V LZ( ( ( ( ( ( ( ( ( ( ( K;keKK?*E G1͞ +tOUa DIHuWBA2ڀ.QY~Ԧռ?gwtCq;%&AxY9 IVZG.v\K eFFTe䌀hQQ<7V\[J6 dGjJ((((((((((((((((((((((((((sTu$뚣"(XVFSSu|#@tQEQEhJ>e|:_+:( =u-bxi`ne|:_+:( [ՃEa +~[F/P?1+F/P?1+lŢ+(((((((((((<'aY? C! VO" ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (0f\I7- )Ǻ?]Q@Q@:_?R?ήJ>e|:(Yi=5;dqqe,Q&@̤=uό tEGE: 6Mo,O7+:pyWxO$ZcpevX$$$cc2ǁz=gG &-Q] ( ( ( ( ( ( ( ( ( ( (9>!y_7شg,>Wwl+пӵsXo*i8ă<OR>f((((((((((((((((((((((((((((oQԓj؊ (aZ{˭MO=eEQE_+-T?_袊*+oԵ{SEGG87D-N u\5_i rD웕]&ԲdnQ$gֺSi!5b;Rۚlѓd)V ,w LѢ+((((((((((oSX|lpAo3H݃sOօs'#HFȓ"{cW9r팃mN3yAg'v,ĒI,I$ZQ@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@3jsTtSQE ]jjh.(( /Z֩\̿WtkZq2GEPQ\ǻ~Υݿ\j*?+F%_Cv?LGƼJ*\<~*C_PĮ?W?aٴAaRC*9#|LwQEQEQEQEQEQEQEQEQEQT-J2ddIG@'B $ I 1 LӤ=C|V -RZvSq0]RW~Fg~\)bĒIff9,ĒKI$I5OJfRhRDIDDqFDRK ' 6PEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP 뚣&\%QE2µ5?_5Z{ˢ((GKW//Z֩\̿@ETW?߇j+o.?ڧĊщ]wj[+KcO,}n?_&x8z z{xn巸9 I]H#V<͡\Ec},iV,ѱ8Xfc$$pimnX,MG>[oqA*9,eu#W+̛Zϥ%FZv;2s@eR䳺er1Qܫ atmYۖ> /G叭fFcq4nX,MatiQYۖ> /G叭fFcq4nX,MatiQYۖ> /G叭fFcq4nX,MatiQYۖ> /G叭fFcq5s[k^CI/'u;Af㨗faל10j,CRԡ-IIdp[y$"@$_MfKԵ&]JD)Lvђ@8\H"&n4>dSt1ufvLBT'Sreh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&04[reh JܱY?,}n?_&0):oQ[OAES,+SSu|#YuǺ? ( (4tkZq2]j|tQ@Es:v?rݪz?ȨHcY#< I$ku.X ܘePNLe0û䫷V?z y_jH|ͻ]j?6G^S;|6cqwYe_&:vMl; q7뎸< ,Iڀk|Vv" !YLx^c1_ lP]Nu/\3# gMiv'XMGj-h=ɶ򕂖dzeu͕sjXO 8lV۸9OCBoWWm)དྷ;I/@,w p kQoO%图xƠ "@' &l0e, Zk4i*I%şp #JL,]OJ7DаHe2&V#l gӓWYMHAiW0kX2)yp%x ᱐ִ[kcK]K [U/"MBd2FYB= /ɦza_xK-Nk?]c<1@"y=pqI\~Yp 519_,Lꒃ LbUq߸}OSÚGG%Q5&s+@.v?0a0Ť'&zlFBʈ 89;2zג[k֭5"u'8c?0Zqm6fҡ[{GP#s6́ C*O}_eqf>]1STUGZҴ/OSsu~1n#8^*2Q[Y[E'~~j{ztOe,x18'nV<$mcΧshުҜD:g 'Z&C!Aʌ)NNG@6a+h#(bPƊQ@cf꺧:`?˟»rxxa$$qTP0O ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ($sTu$뚣"(XVFSSu|#@tQEQEhJ>e|:_+:( =u-2D#)gs*'K])0YIo4"rbn0xe TROҫy_k2J4I;y.JwlMK?r 7~/ʟ̲GeA Ʒg>W޿̞Z]?4Կos(R/[k4y_hg>W޿9iw R ieϨQJVpS@>gC~Cҭy_h,!o}|rAޥ{9G?z OYB_̲Gs?aK?z a¬ K,!o}YB_9_z0ܣ<9k qY[E MԖLt6S!8-d㩧3;V/[k4y_hg>W޿SG_/hW+F< /7g١X83|/[k4y_hg>W޿?wƇ_Ώ6?违g_h,!o}|~6?违l:,!o}YB__z0l:<uYB_̲G3?a4<tyE?̲J*@N '_z0tyEOҏOҗֳ?cr6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r6?违l:__Y_z0r뚣&\{+c  (aZ{˭MO=eEQE_}MɁ+Uf{ hi{*nfpP]<(Mdh:o\ KA}ԽERQEQEQEQEQEQEQEQEZsJTc8'UmGA^I'dfɫ maqrq0skntɄl`/ҹ; ܼZTdtǢcގ%HUQ%UUy]u! a6\+ ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ($sTu$뚣"(XVFSSu|#@tQEQEhJ>e|:_ԯYē?€2h_ ?!c(*̇2??€2$ƱC c8ZِzOِy1E{(׽+ o"fCQE/{(׽+ o"fEQE/{(׽+ o"fEQE/{(׽+ o"fEQE/{(׽+ o"fEQE/{(׽+ o"fEQE/{(׽+ o"fEQE/{(׽+ o"fCQE/{(׽+ o"fEQE/{*).P,}rژs|Vd?/d?N 5ͺYA 0g?+W׽mfC?1ِy1\ʢ!c(̇(ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ʢ!c(̇ +W2?? ΛsTu$뚣"(XVFSSu|#@tW3]#Lּ?%ipz3MdRHny&Ksu=eW͌NUr퉹ݝWUsh_)үu)4"hb2j?5{KGU7tI{?3td^ ]mEc"`fȽ?ۢO"`fn.1?/o.(XȽ??/o.c"`fȽ?ۢO"`fn.1?/o.(XȽ??/o.c"`fȽ?ۢ7R}nV걆EoΤl\+ԼM>{smybK vԩ9˕*44 @=f=̚5^Fܛ ?SV .Ȩ;QYQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEI7I5GIlE?QLMO=eֶKc@>ykr5kCjKu}xؓc85Zo//KoWxy7n |0~s ?G2&cGg,3_] S*[|\r[, $ۇ[ %7;|(S 6aF˄ 5no'h74'2&74'2&74'2&74'2&74'2&74'2&74'2&*.X@1. Emphasis6]hOAh Heading 2 Char456CJOJPJQJ\]^J_HaJmH sH tHBOQB Footnote CharactersH*B'@aB Comment ReferenceCJaJ0Oq0 tagsOJQJCJ^J@&@@ Footnote ReferenceH*:O: Numbering Symbols@O@ Endnote CharactersH*BOB WW-Endnote Characters>O> BulletsCJOJPJQJ^JaJ>*@> Endnote ReferenceH*FOF WW-Footnote ReferenceH*DOD WW-Endnote ReferenceH*>O> Placeholder:B* ph>*NO"N Heading Qx$CJOJPJQJ^JaJ6B@"6 Body Text Rx(/@!2( ListS^JH"@BH Caption Txx $6CJ]^JaJ.OR. IndexU $^J@^@b@ Normal (Web) VPJ>@r>  Footnote TextWCJaJH@H Balloon TextXCJOJQJ^JaJ<@< Comment TextYCJaJ@j@@ Comment SubjectZ5\LOL bulleted![ & F ]^ `$O$ Tags\fOf Contents Heading] $]^`5CJ \aJ F@QF TOC 1"^ ! ]^`F@QF TOC 2"_ ! ]^`F@QF TOC 3"` ! 6]^6`FQF TOC 4"a ! Q]^Q`e@" HTML Preformatted:b 2( Px 4 #\'*.25@9*$CJOJPJQJ^JaJdO2d CodeExamplec$ h8pa$CJOJQJ^JaJFQBF TOC 5"d & l]^l`FQRF TOC 6"e & ]^`FQbF TOC 7"f & ]^`FQrF TOC 8"g & ]^`FQF TOC 9"h & ]^`ROQR Contents 10"i &  ]^ `(OA( Figurej8O!8 Frame contentskSSMark Urban-Lurain*# Mark UrbaMP3E%U123E4Tp>b@d\ ] } ~ YpR{&h7Aj "$_%`%{%%%% &1&R&S&T&_&o&{&|&&&& '2'T'U'`'p'|'}''p())+e,f,,,-----.B.C.Z.[.$01+35555696L6_6p6667"7#7e7x777778818@8C8s8888888899G;H;%=&========> > > >>>>>? ?&?V?W?d?mAnAABBDDDDEEGGII.M/MMMMN0NXNyNNNNNN%OGOHOSOTO>PPPPPQQQQRRRb@d\ ] } ~ YpR{&h7Aj "$_%`%{%%%% &1&R&S&T&_&o&{&|&&&& '2'T'U'`'p'|'}''p())+e,f,,,-----.B.C.Z.[.$01+35555696L6_6p6667"7#7e7x777778818@8C8s8888888899G;H;%=&========> > > >>>>>? ?&?V?W?d?mAnAABBDDDDEEGGII.M/MMMMN0NXNyNNNNNN%OGOHOSOTO>PPPPPQQQQRRRIT#X44:t4t!4!4 _Ref164689627 Ref_SlotsRef_Chapter%208[;q\;qU"̝U"ΡU".U"! U"zU"UU"4,U"U"@U"<" U"\U"͡ U"l] U"d# U" # U"# U"#U"#U",/U"t+U"#U"U"MU" #U"#U"?$U"Lz 9 9 B Z#%&@&&'A'*,-KN?NgNN O4OPP      @ D D ^#%$&G&&%'H'*, -KNKNnNNO;OPP 9*urn:schemas-microsoft-com:office:smarttagsState8*urn:schemas-microsoft-com:office:smarttagsCity=*urn:schemas-microsoft-com:office:smarttags PlaceType=*urn:schemas-microsoft-com:office:smarttags PlaceName9*urn:schemas-microsoft-com:office:smarttagsplace*isiresearchsoft-com/cwywcitation #0B H pr!!""######$$K$U$k%x%%%%%%%%%%%%& &&&#&3&@&a&m&&&&&&&&&&&&' '''$'4'A'b'n'(((()))))) ****,,,,,-C-P-T-a-11d2p244-5955555556(6>6J6c6m66677O7_7j7v7778 8#8/8v8809<9:$:::; <z<<<<>>JJJK{KKKKKK*L4LuMMMMMMMMMMNNN,N2N?N@NJNZNgNNNNNNNNNN O OO'O4OPPPPPPQ(Q,Q9QUUWWxi~iii1l9lLoNoqq{!{a|s|}}*5ȅ^h9D@KLY2?boqśÜ. 9 )*nzci2BU%^%%% &&3&A&&& ''4'B'^)b)**,,,,,,Q/[///001144;#;;;&=6===??CDFF II4J8JNN2N@NZNhNNNN O'O5OPPPPPP2SUCUXsX"Y-YzYYZ%Z\ZdZ[[]]H`Y`fbb6cvc9gCgggoh|hiijjo oooToYo#u)u{{,6 ! T^otÜ33333333333333333333333333333333333333333333333333333333333333333333333333333333Yph{&-.+.Z.W?d?nAADDQQRL j+x@lAlA+/lAlA4=>p@pFp@p@UnknownunknownReza Ferrydiansyah Gz Times New Roman5Symbol3& z ArialG5  hMS Mincho-3 fg5& zaTahoma?5 z Courier NewISimSunMS Mincho;WingdingsQ StarSymbolMS Mincho?Wingdings 2BAh*fQ 8e^Pe^P!24ss3QH(?~ + All about BTReza FerrydiansyahReza Ferrydiansyah0         Oh+'0dL ( D P \ ht| All about BToll Reza Ferrydiansyaheza Normal.dotiReza Ferrydiansyah2zaMicrosoft Word 10.0@P@ʟ>@~w@Z;e^GJVT$m T%S   ."System >ra0  -1MS Mincho-@Times New Roman-- 12 ; Bridge Task Documentation.N4!@;4M;.?T;4Aa4A';& ;A- 2  (>@Times New Roman-,2   By: Reza Ferrydiansyah" !  - 2  (@Times New Roman-- 2 2w (@"Arial-%2 w Table of Contentsn(%)%)0))%)$- 2 w ( -"2  1 Introduction  -;2   ................................ -;2 Q  ................................ -;2   ................................ -#2  ................ - 2 f 2(- 2  ( '- 2 <w ( -/2 < 2 Main features of a BT ,    !-;2 <t  ................................ -;2 <  ................................ -;2 <  ................................ - 2 <T .( - 2 <f 3(- 2 < ( '- 2 vw ( -/2 v 3 LON CAPA .task format $$ !##  %-;2 v  ................................ -;2 vU  ................................ -52 v ............................ - 2 vf 4(- 2 v ( '- 2  ( -.2  3.1 Header Informationt  $ % -;2   ................................ -;2 H  ................................ -72  .............................. - 2 f 4(- 2  ( '- 2  ( -72  3.2 Variables and Parameters.  $    &-;2   ................................ -;2   ................................ -)2 ] .................... - 2 f 5(- 2  ( '- 2 " ( -42 " 3.3 Questions and Criteria.  $   !  -;2 "  ................................ -;2 "|  ................................ -12 " .......................... - 2 "f 6(- 2 " ( '- 2 \ ( -%2 \ 3.4 Finishing up.      -;2 \  ................................ -;2 \  ................................ -;2 \Y  ................................ -2 \ ........ - 2 \f 9(- 2 \ ( '- 2 w ( -52  4 Using the colorful editor $      -;2   ................................ -;2 H  ................................ -72  .............................. - 2 f 9(- 2  ( '- 2  ( -/2  4.1 Creating variables   !   -;2   ................................ -;2 ;  ................................ -82  .............................. - 2 f 9(- 2  ( '- 2  ( -.2  4.2 Creating Questions   !  $ -;2   ................................ -;2 ;  ................................ -52  ............................ -2 M 10- 2  ( '- 2 B ( -2 B  4.3 Criteria  !  -;2 B  ................................ -;2 BQ  ................................ -;2 B  ................................ - 2 B .............. -2 BM 10- 2 B ( '- 2 { ( -%2 { 4.4 Finishing up      -;2 {  ................................ -;2 {  ................................ -;2 {Y  ................................ -2 { ...... -2 {M 10- 2 { ( '- 2 w ( -I2 ) 5 Setting Up the Bridge Task in a Coursen   $  !     !-;2   ................................ -;2 s  ................................ -2  .... -2 M 10- 2  ( '- 2 w ( -72  6 Creating Conditional Seque. !  !   -2  nces-;2 D  ................................ -;2   ................................ -"2  ............... -2 M 11- 2  ( '- 2 (w ( -2 ( 7 Slots  -;2 ("  ................................ -;2 (  ................................ -;2 (b  ................................ -12 ( .......................... -2 (M 12- 2 ( ( '- 2 a ( -A2 a$ 7.1 Adding Slot Using the Interface  #    $   -;2 a  ................................ -;2 a?  ................................ -2 a ........ -2 aM 12- 2 a ( '- 2  ( -:2  7.1.1 Required Slot Attributes.   !    # -;2 k  ................................ -;2    ................................ -2   ............ -2 M 12- 2  ( '- 2  ( -:2  7.1.2 Optional Slot Attributes.   $    # -;2 ^  ................................ -;2   ................................ -2   ............. -2 M 12- 2  ( '- 2  ( -S2 0 7.1.3 Selecting Resource Available Within Slots      ! $  /    -;2   ................................ -#2 w ................ -2 M 13- 2  ( '- 2 G ( -22 G 7.1.4 Specifying Proctors      -;2 G  ................................ -;2 G  ................................ -)2 GC .................... -2 GM 13- 2 G ( '- 2  ( -.2  7.1.5 Specifying Users      $-;2   ................................ -;2 o  ................................ -/2  ........................ -2 M 13- 2  ( '- 2  ( -2   7.2 Uplo  $ -#2 z ading Slot Files     -;2   ................................ -;2 U  ................................ -22  .......................... -2 M 13- 2  ( '- 2  ( -F2 ' 7.2.1 Specifying Types of Input Fields           -;2   ................................ -:2  ................................ -2 M 13- 2  ( '- 2 - ( -:2 - 7.3 Editing and Deleting Slots.      $    -;2 -*  ................................ -;2 -  ................................ -%2 -j ................. -2 -M 15- 2 - ( '- 2 gw ( ->2 g" 8 Uploading Files Using Portfolio $     $   -;2 gD  ................................ -;2 g  ................................ -"2 g ............... -2 gM 15- 2 g ( '- 2 w ( -2  9 XML $,-;2 /  ................................ -;2   ................................ -;2 o  ................................ -/2  ........................ -2 M 15- 2  ( '- 2  ( -2   9.1 Elements   &-;2   ................................ -;2 x  ................................ -;2   ................................ -2   ...........t -2 M 16- 2  ( '- 2   ( -"2   9.2 Attributes  # -;2    ................................ -;2    ................................ -;2  %  ................................ -2    .......... -2  M 16- 2   ( '- 2 M  ( -72 M  9.3 Headers and Root Element.  $  !  &-;2 M 7  ................................ -;2 M   ................................ -#2 M w ................ -2 M M 16 '-                           ՜.+,0\ hp  $ AlgoshoprPs  All about BT IntroductionMain features of a BTLON CAPA .task format Header Information Variables and Parameters Questions and Criteria Finishing upUsing the colorful editor Creating variables $ Creating Questions and Criteria Finishing up'Setting Up the Bridge Task in a CourseCreating Conditional SequencesSlots$ Adding Slot Using the Interface! Required Slot Attributes! Optional Slot Attributes2 Selecting Resource Available Within Slots Specifying Proctors Specifying Users Uploading Slot Files) Specifying Types of Input Fields Editing and Deleting Slots Uploading Files Using PortfolioXML Elements Attributes Headers and Root Element Title Headings  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrtuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      "#$%&'(/Root Entry F Q1Data sdZ1TableWordDocumentSummaryInformation(LDocumentSummaryInformation8!CompObjj  FMicrosoft Word Document MSWordDocWord.Document.89q