title | description |
---|---|
Test |
Test |
type: NormalExercise
key: 45a4daf3df
lang: python
xp: 100
skills: 2
This is the assignment text. It should help provide students with the background information needed. The instructions that follow should be in bullet point form with clear guidance for what is expected.
@instructions
- Instruction 1
- Instruction 2
- Instruction 3
@hint
- Here is the hint for this setup problem.
- It should get students 50% of the way to the correct answer.
- So don't provide the answer, but don't just reiterate the instructions.
- Typically one hint per instruction is a sensible amount.
@pre_exercise_code
# Load datasets and packages here.
@sample_code
# Your
# sample
# code
# should
# be
# ideally
# 10 lines or less,
# with a max
# of 16 lines.
@solution
# Answer goes here
# Make sure to match the comments with your sample code
# to help students see the differences from solution
# to given.
@sct
# Update this to something more informative.
success_msg("Some praise! Then reinforce a learning objective from the exercise.")