This commit is contained in:
Kenneth Jannette
2024-03-02 18:59:21 -06:00
parent 6dba81ad5e
commit 109701233c
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
export const rogInstructions = [
{
id: "c42293a4-77fd-4c1f-926d-72c36af01298",
text: "These requests are continuing in character and require you to file supplementary or amended responses if you obtain further, different or contradictory information at any time prior to a trial of this action.",
},
{
id: "17822ae2-d8ae-4d76-aff6-2c0740d7ba0e",
text: "Unless otherwise stated, these requests refer to the time, place, and circumstances of the occurances described and/or complained of in the Complaint and which form the basis for this action.",
},
{
id: "959f3415-92b1-41f3-8954-b69f186d3988",
text: "Where name and identity of a person is required, state the full name, home address and business address, if known.",
},
{
id: "5ac2d7bb-183d-4e88-91cf-f3fe11810d73",
text: "When the identity of a corporation or other business entity is requested, state the entity's principal place of business, address and telephone number. Also, set forth the individual or individuals with knowledge of the facts and circumstances that form the basis for this action.",
},
{
id: "530e79d2-fa37-4ac0-97de-66a4fa5db5a9",
text: "Where knowledge or information in possession of a party is requested, such request includes knowledge of the partys agents, representatives, and, unless privileged, attorneys. ",
},
{
id: "031da6a5-808b-4cd2-aaaa-f4d72d1e549c",
text: "Where the respondent is a corporation or other business entity, state the name, address and title of persons supplying the information and making the affidavit, and state with particularity the source of his or her information and basis of knowledge.",
},
{
id: "8eedfd95-2590-432c-8e64-03b0751e55e3",
text: "“You” refers to the party to whom the requests are addressed and any addiitonal parties or entities as described above.",
},
{
id: "15f855ea-2a7b-4f3d-878b-9c0749ca8e44",
text: "If you are unable to provide an accurate answer to an interrogatory, or are uncertain regarding a response to any item, please provide your best estimate of the information requested, specifying that the answer is merely an estimate, and that an accurate response cannot be given by you to the item.",
},
{
id: "2f3ac0b0-8a1f-4683-bf96-1e11054f7f56",
text: "“You” refers to the party to whom the requests are addressed and any addiitonal parties or entities as described above.",
},
{
id: "545bff8d-66de-47fd-9f01-26c945ba8db3",
text: "“You” refers to the party to whom the requests are addressed and any addiitonal parties or entities as described above.",
},
{
id: "695ec39a-078a-4c43-b9ba-93403a14a0bb",
text: "If you withhold any information or documents on the basis of privilege, confidentiality, relevance, or for any other reason whatsoever please identify it, providing sufficient information to identify the withheld documents or items for this party and the Court to determine whether the documents, items or information should be disclosed.",
},
];
export const foundationRogs = [
{ id: "81094bfb-07d4-4b46-bc73-641ab62ce80b", text: "" },
{ id: "fb50e08b-2009-4588-89b8-4842481f434a", text: "" },
{ id: "72680c6f-4d7e-4e6b-a932-477e0392db98", text: "" },
{ id: "6933ce23-8c88-4c6b-877c-c59629685ea1", text: "" },
{ id: "ec035502-b3bc-436f-b517-b77721a97b58", text: "" },
{ id: "ae5e13e3-1296-4d89-a873-8949be9d7bcf", text: "" },
{ id: "e2c7bb8d-48cf-47e9-b27d-e872dcffdd3d", text: "" },
{ id: "4c3ffbf0-6259-4f43-8996-bdb25e6203a7", text: "" },
];