Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: add worksheet 4 student challenge url (#1663)
Browse files Browse the repository at this point in the history
* fix: add worksheet 4 student challenge url

* update worksheet 4 description
  • Loading branch information
razvan-pro authored May 19, 2022
1 parent 7299ab3 commit 7dd5b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aimmo/worksheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ def next_turn(world_state, avatar_state):
return action
""",
active_image_path="images/worksheets/modern_active.png",
description="After successfully collecting all the missing artefacts from the first time checkpoint, you arrive at what looks like the 21st century. You recognise some cars parked here and there, old-fashioned roads and houses like the ones your history teacher told you about. On the bright side, you seem to be alone and safe to walk around... for now. A more recent timeline doesn’t make artefacts easier to find, though. Or at least not the right ones. In this timeline there seems to be an amount of falsified objects that resemble the ones you’re looking for, but aren’t quite genuine. These will have no value in the museum. Your navigation system will be able to tell you whether an object is genuine or not, but it’s up to you to decide which ones to bring back!",
description="After successfully collecting all the missing artefacts from the first time checkpoint, you arrive at what looks like the 21st century. You recognise some cars parked here and there, just like the ones your history teacher told you about. In this timeline, there seems to be some object which will have no value in the museum.",
image_path="images/worksheets/modern.jpg",
short_description="After successfully collecting all the missing artefacts from the first time checkpoint, you arrive at what looks like the 21st century.",
thumbnail_text="",
student_challenge_url="",
student_challenge_url="https://code-for-life.gitbook.io/learning-resources/student-challenges/student-challenge-4",
),
5: Worksheet(
id=5,
Expand Down

0 comments on commit 7dd5b30

Please sign in to comment.