{{ block title }}Welcome to the Knapsack problem!{{ endblock }} {{ block content }} {% if boardNumber == 1 %}

You are going on a camping trip but only have space for one backpack/knapsack. Your sack can hold a limited weight. You have a list of items that you can take with you on your trip. Each item will improve your chance of survival by a number survival points. However, each item also has a set weight. For each round, choose your items wisely to increase your survival points (and chance of surviving your camping trip) while keeping the maximum possible weight of your sack in mind.

How to play:

Remember these rules:

While you don’t have a time limit for this task, your time will be recorded.

Please DO NOT refresh the page. This will bias the results.

Click on the Next button for a single practice round. The testing phase will start afterwards.

{% endif %} {{ next_button }} {% block scripts %} {% endblock %} {{ endblock }}