diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-07-20 15:16:21 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-07-20 15:16:21 +0100 |
| commit | de1e419ae39fa7b1f315ad00cb2671bd976c5d6d (patch) | |
| tree | 1c1f7a15c9a555ae4dd7c6a026b820671f0c7e9e | |
| parent | 04923e6c38d3a3cd894849537f1cddd37f3c3829 (diff) | |
| download | org-drill-de1e419ae39fa7b1f315ad00cb2671bd976c5d6d.tar.gz org-drill-de1e419ae39fa7b1f315ad00cb2671bd976c5d6d.zip | |
All more README tests
| -rwxr-xr-x | robot/all-card-run.sh | 2 | ||||
| -rw-r--r-- | robot/all-card.org | 65 |
2 files changed, 66 insertions, 1 deletions
diff --git a/robot/all-card-run.sh b/robot/all-card-run.sh index 25d560d..78de056 100755 --- a/robot/all-card-run.sh +++ b/robot/all-card-run.sh @@ -6,7 +6,7 @@ this_dir="$(dirname "$0")" source $this_dir/robot.sh -card_no=12 +card_no=18 function run_drill { ## Org-drill should be running at this point, so give three answers diff --git a/robot/all-card.org b/robot/all-card.org index c056287..01498a2 100644 --- a/robot/all-card.org +++ b/robot/all-card.org @@ -131,3 +131,68 @@ This is the body of a multiclozed card: show1_lastmore + +* Readme + +** Simple Items + +*** Item :drill: +What is the capital city of Estonia? + +**** The Answer +Tallinn. + +*** Item :drill: + +The capital city of Estonia is [Tallinn]. + +*** Multi-Close :drill: + +Type 1 hypersensitivity reactions are mediated by [immunoglobulin E||molecule] +and [mast cells||cell type]. + + +*** Twosided :drill: + :PROPERTIES: + :DRILL_CARD_TYPE: twosided + :END: + + Translate this word. + +**** Spanish + la mujer + +**** English + the woman + +**** Example sentence + ¿Quién fue esa mujer? + Who was that woman? + + +*** Multisided :drill: + :PROPERTIES: + :DRILL_CARD_TYPE: multisided + :END: + + Translate. + +**** Spanish + la mesa + +**** English + the table + +**** Picture + PICTURE + + +*** Fact :drill: + :PROPERTIES: + :DRILL_CARD_TYPE: hide1cloze + :END: + + The capital city of [New Zealand] is [Wellington], which is located in + the [North||North/South] Island and has a population of about + [400,000]. + |
