- Joined
- Aug 25, 2022
- Messages
- 2
- Reaction score
- 0
Some jobs require fast typing, but they also require accuracy.
Conditions:
If accuracy is 90% or higher, then they pass.
If it is lower, then they fail.
Inputs:
"pass" or "fail"
Example:
Input:
"JavaScript can be used to make websites interactive."
"JavScript ca be used tt make wehsites interactive."
Output:
"pass"
Notes:
If something is not capitalized when they should be, mark it wrong.
Thanks, a newbie coder
Conditions:
If accuracy is 90% or higher, then they pass.
If it is lower, then they fail.
Inputs:
- The text to type
- The text a person typed (this will never go past the length of the text to type)
"pass" or "fail"
Example:
Input:
"JavaScript can be used to make websites interactive."
"JavScript ca be used tt make wehsites interactive."
Output:
"pass"
Notes:
If something is not capitalized when they should be, mark it wrong.
Thanks, a newbie coder