-
Notifications
You must be signed in to change notification settings - Fork 178
updating <details> to <Accordion> and remove pre-course survey #4927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 6 commits
2a6c5f5
018bd1a
b969313
e70a305
8bea876
e80bc7b
48bd17e
c4e2a6f
e851fa1
f143128
960d5ae
49d446c
9ff84e2
51e8975
3a22bf0
edfc9a9
f99b8da
997ca88
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,35 +35,27 @@ | |
| "\n", | ||
| "\n", | ||
| "#### Check your understanding\n", | ||
| "<details>\n", | ||
| "<summary>\n", | ||
| "\n", | ||
| "How many qubits are in the circuit below?\n", | ||
| "\n", | ||
| "\n", | ||
| "\n", | ||
| "</summary>\n", | ||
| "<Accordion>\n", | ||
| "<AccordionItem title=\"How many qubits are in the circuit below? \">\n", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @0sophy1 a link (even to an image) will not render in the accordion - I suggest either putting the image directly below the accordion, or directly above (and change the language to "how many qubits are in the circuit above?")
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi Abby, thanks for the heads‑up. I saw that the preview can render the image in the title, so I thought we could use it there. |
||
| "\n", | ||
| "__Answer:__\n", | ||
| "\n", | ||
| "Four.\n", | ||
| "\n", | ||
| "</details>\n", | ||
| "</AccordionItem>\n", | ||
| "</Accordion>\n", | ||
| "\n", | ||
| "#### Check your understanding\n", | ||
| "<details>\n", | ||
| "<summary>\n", | ||
| "\n", | ||
| "Suppose you are modeling the electrons in a molecule. You want to approximate (a) the ground state energy of the molecule, and (b) which computational basis states are most dominant in the ground state of the molecule. In each case, would you use the Estimator or Sampler primitive?\n", | ||
| "\n", | ||
| "</summary>\n", | ||
| "<Accordion>\n", | ||
| "<AccordionItem title=\"Suppose you are modeling the electrons in a molecule. You want to approximate (a) the ground state energy of the molecule, and (b) which computational basis states are most dominant in the ground state of the molecule. In each case, would you use the Estimator or Sampler primitive?\">\n", | ||
| "\n", | ||
| "__Answer:__\n", | ||
| "\n", | ||
| "(a) Estimator\n", | ||
| "(b) Sampler\n", | ||
| "\n", | ||
| "</details>" | ||
| "</AccordionItem>\n", | ||
| "</Accordion>" | ||
| ] | ||
| }, | ||
| { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.