Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
concepts [2017/03/20 14:24] steveclarke [Concepts] |
concepts [2019/02/28 14:48] (current) mikecable [Selection Grids] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Concepts ====== | ====== Concepts ====== | ||
+ | |||
+ | ==== Archive Sessions ==== | ||
+ | Item Writing assigns Registrants to [[session_entry|Sessions]] of [[exam_entry|Exams]]. Over time many Sessions may be created for an Exam. Each Session will have its own roster of Registrants. Some clients require that Sessions that identify a grouping of Registrants be removed from the system for confidentiality reasons. However, it is still required to keep all of the registrant responses, so that aggregated [[stats_item|Item Statistincs]] can be created. | ||
+ | |||
+ | To handle this, Item Writing has **Archive Sessions**. When an Exam is created and Archive Session is automatically created for the Exam. Over time other Sessions will be created for the Exam. When the User deletes those Sessions, all the Registrants for those Sessions along with their response records are transferred to the Archive Session. This way the Archive Session preserves all the responses, but removes the confidential grouping information. | ||
==== Authentication Modes ==== | ==== Authentication Modes ==== | ||
Line 149: | Line 154: | ||
The Track Changes functionality entirely relies on HTML to show, recognize and manipulate the tracked content. Upon user interaction Track Changes adds and/or modifies the HTML output with additional tags and attributes which represent the actual tracked change. | The Track Changes functionality entirely relies on HTML to show, recognize and manipulate the tracked content. Upon user interaction Track Changes adds and/or modifies the HTML output with additional tags and attributes which represent the actual tracked change. | ||
===== Versioning ===== | ===== Versioning ===== | ||
- | [[attachment_entry|Attachments]], [[item_entry|Items]] and [[exam_entry|Exams]] can be reversioned. By default, all new Attachments, Items and Exams are created as **Version** 1 with a **Version 1 ID** value pointing to their ID. Reversioning an object, creates a copy of that object in the same [[concepts#Banks and Bank Level |Bank]]. The new object has a **Version** = Version + 1 with its **Version 1 ID** still pointing to the original version 1 record. | + | [[attachment_entry|Attachments]], [[item_entry|Items]], [[item_group_entry|Item Groups]] and [[exam_entry|Exams]] can be reversioned. By default, all new Attachments, Items, Item Groups and Exams are created as **Version** 1 with a **Version 1 ID** value pointing to their ID. Reversioning an object creates a copy of that object in the same [[concepts#Banks and Bank Level |Bank]]. The new object has a **Version** = Version + 1 with its **Version 1 ID** still pointing to the original version 1 record. |
- | Example: Attachment "Eiffel Tower " ID=25, Version=1 is reversioned. The original Attachment has 25 is Version1ID=25 because it is the first version of the Attachment. The reversioned record will get the next available Attachment ID automatically generated by the system. For sake of this example, lets assume it is 201. So the new Attachment record would by ID=201, Version=2, Version1ID=25. If the version 2 record is reversioned, then lets assume the next available ID=320, so the new record would be ID=320, Version=3, Version1ID=25. | + | Example: Attachment "Eiffel Tower " ID = 25, Version = 1 is reversioned. The original Attachment has 25 is Version1ID = 25 because it is the first version of the Attachment. The reversioned record will get the next available Attachment ID automatically generated by the system. For sake of this example, assume it is 201. So the new Attachment record would by ID = 201, Version = 2, Version1ID = 25. If the version 2 record is reversioned, then assume the next available ID = 320, so the new record would be ID = 320, Version = 3, Version1ID = 25. |
^ID^Version^Version1ID^ | ^ID^Version^Version1ID^ | ||
Line 161: | Line 166: | ||
==== Selection Grids ==== | ==== Selection Grids ==== | ||
- | The Attachment, Item and Exam grids by default only show the most recent version of the records. To display prior versions of the records, click the **Include Prior Versions** check box in the title bar. | + | The Attachment, Item, Item Group and Exam grids by default only show the most recent version of the records. To display prior versions of the records, click the **Include Prior Versions** check box in the title bar. |
{{:examentryspecialfilters.png?600|}} | {{:examentryspecialfilters.png?600|}} | ||
==== Viewing Prior Versions while Editing ==== | ==== Viewing Prior Versions while Editing ==== | ||
- | When editing Attachments, Items or Exams, users can navigate to other versions of the records by using the **Select Version** drop down on the blue info bar on the edit page. If there is only one version of the records, the **Select Version** drop down is disabled. | + | When editing Attachments, Items, Item Groups or Exams, users can navigate to other versions of the records by using the **Select Version** drop down on the blue info bar on the edit page. If there is only one version of the records, the **Select Version** drop down is disabled. |
{{:examversion1.png?400|}} | {{:examversion1.png?400|}} | ||
{{:examversion2.png?400|}} | {{:examversion2.png?400|}} | ||