Assessment wanted for Events 1, 2 and 3 skill tests

Assessment wanted for Events 1, Events 2 and Events 3 skill tests

Hello @church_craig

Well done. Everything works as expected.
I have just one note about the first task regarding bigger projects. In general I would refrain from using texts in conditions because it often happens that texts change over time or maybe you would add i18n (multiple languages, internationalization). This would break any logic based on textContent.
A more robust solution would be to use the class for the condition (and change it accordingly in the function).

See you,
Michael