ham_general_qs
2 rows where question contains "vdc"
This data as json, CSV (advanced)
| id ▼ | question | class | subelement | group_index | group_number | answer | answer_a | answer_b | answer_c | answer_d | help_link |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 229 | How many watts of electrical power are consumed if 400 VDC is supplied to an 800-ohm load? | G | 5 | B | 03 | B | A. 0.5 watts | B. 200 watts | C. 400 watts | D. 3200 watts | |
| 230 | How many watts of electrical power are consumed by a 12 VDC light bulb that draws 0.2 amperes? | G | 5 | B | 04 | A | A. 2.4 watts | B. 24 watts | C. 6 watts | D. 60 watts |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE ham_general_qs (
id integer primary key,
question text,
class text,
subelement text,
group_index text,
group_number text,
answer text,
answer_a text,
answer_b text,
answer_c text,
answer_d text,
help_link text
);