Case Citations
Data license: Public court records
6 rows where cited_by = "Kassab" and filing_id = 54
This data as json, CSV (advanced)
cited_by 1
- Kassab · 6 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 633 | 54 54 | Implement Dealers Mut. Ins. Co. v. Castleberry | 368 S.W.2d 249, 253 | Tex. Civ. App.—Beaumont | 1963 | The essential element to render a question improper as leading is that it suggests the specific answer desired | Kassab |
| 634 | 54 54 | Wheeler v. State | 433 S.W.3d 650, 655 | Tex. App.—Houston [1st Dist.] | 2014 | The mere fact that a question may be answered by a simple yes or no does not render it an impermissibly leading question | Kassab |
| 635 | 54 54 | Newsome v. State | 829 S.W.2d 269 | Tex. App.—Dallas | 1992 | It is only when the question suggests which answer is desired, 'yes' or 'no,' that it becomes a leading question | Kassab |
| 636 | 54 54 | Holbert v. State | 457 S.W.2d 286, 289 | Tex. Crim. App. | 1970 | Leading questions may be permitted to clarify a witness's previous testimony or to jog the memory of a witness whose recollection has been exhausted | Kassab |
| 637 | 54 54 | In re Soto | 270 S.W.3d 732, 735 | Tex. App.—Amarillo | 2008 | A party's failure to comply with rules of civil procedure waives objections | Kassab |
| 638 | 54 54 | In re Swepi L.P. | 103 S.W.3d 578, 590 | Tex. App.—San Antonio | 2003 | Terms used in discovery requests, although undefined, may be easily defined in the context of the lawsuit; parties have a duty to use common sense in interpreting them | Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE citations (
citation_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
case_name TEXT,
citation TEXT,
court TEXT,
year INTEGER,
proposition TEXT,
cited_by TEXT
);