diff --git a/conjugation/drill.js b/conjugation/drill.js index 6ca0339..cd0134d 100644 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -1320,6 +1320,12 @@ $('window').ready(function() { phrase: transformation.phrase, tags: transformation.tags.concat(["trick"]) }); + + // Cheap trick to make trick questions appear on average 25% of the time + // instead of 50%. I'll fix this later *cough*. + + trick_forms.push(transformation); + trick_forms.push(transformation); }); transformations = transformations.concat(trick_forms);