Difference between revisions of "User:CreativeHedgehog/Templates/Alcumus Test"
(Created page with "<div class="variable-control-panel" style="--problema-a:block; --problema-b:none; --problemb-a:none; --problemb-b:block; --answeraa-a:block; --answeraa-b:none; --answerab-a:n...") |
|||
Line 11: | Line 11: | ||
B:7 | B:7 | ||
+ | |||
+ | <div>You guessed {{{2}}}.</div> | ||
+ | |||
+ | Result: | ||
<div style="display:var(--answeraa-{{{2|none}}}, none);">Wrong!</div> | <div style="display:var(--answeraa-{{{2|none}}}, none);">Wrong!</div> | ||
Line 23: | Line 27: | ||
b:6 | b:6 | ||
+ | <div>You guessed {{{2}}}.</div> | ||
+ | |||
+ | Result: | ||
<div style="display:var(--answerba-{{{2|none}}}, none);">Correct!</div> | <div style="display:var(--answerba-{{{2|none}}}, none);">Correct!</div> |
Latest revision as of 21:40, 8 August 2020
What is 3+4?
A:10
B:7
You guessed {{{2}}}.
Result:
Wrong!
Correct!
What is 3+5?
a:8
b:6
You guessed {{{2}}}.
Result:
Correct!
Wrong!
Template use:
{{User:CreativeHedgehog/Templates/Alcumus Test|problem letter(A or B for now)|once you see the problem you can submit your answer. It is multiple choice.}}
{{User:CreativeHedgehog/Templates/Alcumus Test|b|b}} will give
What is 3+4?
A:10
B:7
You guessed b.
Result:
Wrong!
Correct!
What is 3+5?
a:8
b:6
You guessed b.
Result:
Correct!
Wrong!