IsabelWaiata / Stroop

1 stars 0 forks source link

Add Control for both languages #1

Open waiata-net opened 1 year ago

waiata-net commented 1 year ago

Need Control-Chinese as well as Control-English modes for comparison of results

waiata-net commented 1 year ago

Refactored Mode system to a struct With enum for language and Boolean for variable/control.

Consolidated all Test Views into one with improved flexibility

waiata-net commented 1 year ago

Still worrying hack in TestView

let mode = stroop.phase.mode ?? .first

Should never be nil but seems to be getting called when moving to results page. Maybe better to just offer up blank view.