elibrowne commited on
Commit
f493f9e
1 Parent(s): 3c7ec40

Example question and answers

Browse files
Files changed (1) hide show
  1. test.json +8 -1
test.json CHANGED
@@ -1,3 +1,10 @@
1
  {
2
- "example_string": "Proof that we can read JSON via HF datasets!"
 
 
 
 
 
 
 
3
  }
 
1
  {
2
+ "id": -1,
3
+ "prompt": "An ordinance of City makes it unlawful to park a motor vehicle on a City street within ten feet ofa fire hydrant. At 1:55 p.m. Parker, realizing he must be in Bank before it closed at 2:00 p.m., and finding no other space available, parked his automobile in front of a fire hydrant on a City street. Parker then hurried into the bank, leaving his aged neighbor, Ned, as a passenger in the rear seat of the car. About 5 minutes later, and while Parker was still in Bank, Driver was driving down the street. Driver swerved to avoid what he mistakenly thought was a hole in the street and sideswiped Parker's car. Parker's car was turned over on top of the hydrant, breaking the hydrant and causing a small flood of water. Parker's car was severely damaged and Ned was badly injured. There is no applicable guest statute.",
4
+ "question": "If Ned asserts a claim against Parker, the most likely result is that Ned will",
5
+ "a": "recover because Parker's action was negligence per se",
6
+ "b": "recover because Parker's action was a continuing wrong which contributed to Ned's injuries",
7
+ "c": "not recover because a reasonably Prudent person could not foresee injury to Ned as a result of Parker's action",
8
+ "d": "not recover because a violation of a city ordinance does not give rise to a civil cause of action",
9
+ "answer": "C: not recover because a reasonably Prudent person could not foresee injury to Ned as a result of Parker's action."
10
  }