Tables: dropdown or auto-fill

If I have a table that I want students to fill in, can we:

  1. set one column to be answered via a dropdown box?

  2. autofill parts of the table, e.g. if they choose “Bikes” in the dropdown column - can I then autofill in the price of the bikes into another column (rather than have them flick back in and see what the cost is on a previous slide)

Welcome!

  1. No that’s not possible at the moment. Multiple choice is the closest to a dropdown.
  2. Yes that’s totally possible using when-otherwise statements for the tableCellContent.

To wit:

1 Like

Brilliant… thanks for this guys - I’ll have a play with these =)