File size: 1,949 Bytes
e33f577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
language: ro
datasets:
  - question-answering
tags:
  - multiple-choice
  - biology
  - education
  - science
---

# Romanian Biology Multiple Choice Questions

This dataset contains multiple-choice questions on various biology-related topics. The questions are presented in Romanian, and each question includes four possible answer choices, with the correct answer indicated. The dataset is primarily designed for educational purposes.

## Dataset Structure

The dataset is composed of a series of records, each representing a single question. Each record has the following fields:

- **question**: The question being asked, formatted as a string.
- **options**: A list of possible answers for the question. Each option is a string, formatted as: "Option Letter. Option Text".
- **right_answer**: The letter corresponding to the correct answer (A, B, C, or D).
- **type**: The type of the question, in this case, "single-choice".
- **description**: Additional details or context about the question, which in this case is left blank.

## Example

### Question 1:
**Question**: "Trypanosoma:"

**Options**:
- A. Este un gen care include specii libere și parazite
- B. Parazitează intestinul animalelor
- C. Parazitează sângele oamenilor
- D. Este un zooflagelat colonial

**Correct Answer**: C

---

### Question 2:
**Question**: "Organismele au în corpul lor un procent variabil de apă:"

**Options**:
- A. Meduzele – peste 90%
- B. Semințele uscate – sub 2%
- C. Algele – sub 90%
- D. Omul – peste 80%

**Correct Answer**: A

---

### Question 3:
**Question**: "Thomas Hunt Morgan a elaborat teoria cromozomială a eredității în secolul:"

**Options**:
- A. XVII
- B. XVIII
- C. XIX
- D. XX

**Correct Answer**: D

---

## Usage

This dataset can be used to train models for question-answering, educational apps, and quizzes related to biology, as well as for other educational tasks involving multiple-choice questions.

---