Skip to main content
Contents Index
Dark Mode Prev Up Next Scratch ActiveCode Profile
\(\newcommand{\identity}{\mathrm{id}}
\newcommand{\notdivide}{{\not{\mid}}}
\newcommand{\notsubset}{\not\subset}
\newcommand{\lcm}{\operatorname{lcm}}
\newcommand{\gf}{\operatorname{GF}}
\newcommand{\inn}{\operatorname{Inn}}
\newcommand{\aut}{\operatorname{Aut}}
\newcommand{\Hom}{\operatorname{Hom}}
\newcommand{\cis}{\operatorname{cis}}
\newcommand{\chr}{\operatorname{char}}
\newcommand{\Null}{\operatorname{Null}}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\newcommand{\sfrac}[2]{{#1}/{#2}}
\)
Exercises 5.11 Horizontal Parsons Exercises
1. Parsons Problem, SQL statement.
Form the SQL statement by rearranging the four blocks.
Source on GitHub
2. Parsons Problem, Python import.
Testing syntax highlighting.
Source on GitHub
3. Parsons Problem, SQL statement, no randomization.
Form the SQL statement by rearranging the four blocks. This version of this problem will
always present the blocks in the same fixed order (but incorrect, hopefully!), as prescribed by the author in the source.
Source on GitHub
4. Parsons Problem, SQL statement, automatic feedback.
Form the SQL statement by rearranging the four blocks.
Source on GitHub
5. Parsons Problem, Natural Language.
Form the sentence often used to show font samples. You can reuse blocks as needed.
Source on GitHub
6. Parsons Problem, Natural Language, with Distractors.
Form the sentence often used to show font samples. Again, but now with distractors.
Source on GitHub
7. Parsons Problem, SQL statement, reusable.
Form the SQL statement by rearranging the four blocks. Same problem as above, but we allow blocks to be reused (even though the solution does not require that).
Source on GitHub
8. Parsons Problem with math blocks.
Testing math mode blocks - correct answer is
\(\pi\sum\beta\alpha\)
Source on GitHub You have attempted
of
activities on this page.