You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a function which creates an ImageTask object, containing data that you are tracking. Then, use the ImageTask.ImageTask.StoreUserInput() function to store different types of input. Passing this unit test would entail the following:
Storing False on a photo labeled false should set UserCorrect to true
Storing True on a photo labeled false should set userCorrect to false
The other two permutations of this logic array
Ensure that the time stamp stored in the userDecisionPoints array matches the one that we sent
The text was updated successfully, but these errors were encountered:
Testing whether ImageTask.StoreUserInput() properly saves data.
Write a function which creates an ImageTask object, containing data that you are tracking. Then, use the ImageTask.ImageTask.StoreUserInput() function to store different types of input. Passing this unit test would entail the following:
The text was updated successfully, but these errors were encountered: