Skip to content

quiz2 should have ??? markers in case student is reading too fast #496

Closed
@riking

Description

@riking

I was slightly tripped up by quiz2 because I initially saw a bunch of string-ish things in tuples not being used.

I think this patch would help a lot:

-    ("blue");
+    ???("blue");
-    ("red".to_string());
+    ???("red".to_string());
...

making it obvious even in a comments-removed view what the desired solve action is. (The initial compiler error suggests that I need to add a type hint to .into(); I slowed down and read the comments because a "quiz" couldn't possibly be that simple.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions