File size: 1,444 Bytes
85c5476 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
{
"header": {
"university": "University of Advanced Earth Sciences",
"name":" John Doe",
"department": "Geology and Geophysics",
"course_code": "GEOL 304 / GEOPH 202",
"course_title": "Geology and Geophysics",
"date": "October 18, 2024",
"duration": "2 hours",
"instructor": "Dr. Jane Rockford"
},
"short_answer_questions": {
"question1": {
"question": "How do sedimentary rocks form?",
"answer": "Sedimentary rocks form from the accumulation of sediments."
},
"question2": {
"question": "How do metamorphic rocks form?",
"answer": "Metamorphic rocks form under pressure and heat, altering existing rocks."
},
"question3": {
"question": "What are the stages of the rock cycle?",
"answer": "The rock cycle involves the transformation of rocks through melting, cooling, weathering, and erosion."
}
},
"long_answer_questions": {
"question1": {
"question": "What is the purpose of down-hole logging?",
"answer": "It is used to gather detailed information about rock layers and fluids."
},
"question2": {
"question": "What types of logs are used in down-hole logging?",
"answer": "Common logs include resistivity logs, sonic logs, and density logs."
}
}
}
|