Skip to content
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

added an interactive fill in the blanks exercise #321

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _sources/lectures/TWP05/TWP05_14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ Prueba de escritorio o simulación
600
====== ====== ========

.. fillintheblank:: tw2
:casei:

Usando "deuda = deuda + compra, inicialmente deuda = 0, compra = 100", complete los espacios en blanco en la tabla.

El nuevo valor de la deuda para la próxima línea es |blank|

- :100: Correcto.
:x: Incorrecto. Intente con '100'."


No tengas prisa por la prueba de escritorio
-------------------------------------------
Expand Down
9 changes: 9 additions & 0 deletions _sources/lectures/TWP05/TWP05_14_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ Desktop testing or simulation
600
===== ======== ======

.. fillintheblank:: tw1
:casei:

Using "debt = debt + purchase, intially debt = 0, purchase = 100", fill in the blanks in the table.

The new debt value for the next line is |blank|

- :100: Correct.
:x: Incorrect. Try '100'.

Don't rush desktop testing
--------------------------------
Expand Down
Loading