Skip to content

Commit

Permalink
Fill in blanks for desk checking PyAr#240
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhambhar007 committed Nov 26, 2023
1 parent cfc58b6 commit a12d93f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _sources/lectures/TWP05/TWP05_14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@ Prueba de escritorio o simulación
600
====== ====== ========

Given the following statements:

.. code-block:: c
:linenos:
precio = 10
cantidad = 20
.. fillintheblank:: t5_1
:casei:

Complete los espacios en blanco para formar la siguiente fórmula: "ventas = precio * cantidad".

sales = |blank|*|blank|.

- :precio: Tu respuesta es correcta, ¡buen trabajo!
:x: Tu respuesta es incorrecta, intenta nuevamente.
- :cantidad: Tu respuesta es correcta, ¡buen trabajo!
:x: Tu respuesta es incorrecta, intenta nuevamente.

No tengas prisa por la prueba de escritorio
-------------------------------------------
Expand Down
19 changes: 19 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,25 @@ Desktop testing or simulation
600
===== ======== ======

Given the following statements:

.. code-block:: c
:linenos:
price = 10
quantity = 20
.. fillintheblank:: t5_2
:casei:

Fill in the blanks to make the formula for total sales

sales = |blank|*|blank|.

- :price: Your answer is correct, good job!
:x: Your answer is incorrect, please try again.
- :quantity: Your answer is correct, good job!
:x: Your answer is incorrect, please try again.

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

0 comments on commit a12d93f

Please sign in to comment.