We need to enforce the minimum number of trials entered in Data Express and in the Mobile App.
Data Express
Opportunity Based without prompts
Design
- When a user enters trials in the text box, they must adhere to the minimum number of trials.
- If the user enters less trials than specified in the mastery criteria and then clicks "save," they will see the following message "Please enter at least INSERT TRIAL NUMBER trials" and the data will not save.
Business Rules
- A user cannot enter less trials than the mastery criteria specifies. Meaning, if the mastery criteria states a minimum of 5 trials, the numbers typed into the text box for correct/incorrect must add up to at least 5.
Opportunity Based with prompts
Design
- When a user enters trials in the text box, they must adhere to the minimum number of trials.
- If the user enters less trials than specified in the mastery criteria and then clicks "save," they will see the following message "Please enter at least INSERT TRIAL NUMBER prompt attempts" and the data will not save.
Business Rules
- A user cannot enter less trials than the mastery criteria specifies. Meaning, if the mastery criteria states a minimum of 5 trials, the numbers typed into the text box for correct/incorrect must add up to at least 5.
Mobile App
Opportunity Based without prompts
Design
- When a user enters trials in the text box or uses the + and - buttons to record trials, they must adhere to the minimum number of trials.
- If the user enters less trials than specified in the mastery criteria and then clicks "sync," they will see the following message "Please enter at least INSERT TRIAL NUMBER trials" and the data will not sync.
Business Rules
- A user cannot enter less trials than the mastery criteria specifies. Meaning, if the mastery criteria states a minimum of 5 trials, the numbers typed into the text box for correct/incorrect must add up to at least 5.
- When a user clicks sync and error message is produced, no skills/behaviors will be synced. Once the user corrects the issue and hits sync again, we will sync all of the data.
Opportunity Based with prompts
Design
- When a user enters trials in the text box or uses the + and - buttons to record trials, they must adhere to the minimum number of trials.
- If the user enters less trials than specified in the mastery criteria and then clicks "sync," they will see the following message "Please enter at least INSERT TRIAL NUMBER prompt attempts" and the data will not sync.
Business Rules
- A user cannot enter less trials than the mastery criteria specifies. Meaning, if the mastery criteria states a minimum of 5 trials, the numbers typed into the text box for correct/incorrect must add up to at least 5.
- When a user clicks sync and error message is produced, no skills/behaviors will be synced. Once the user corrects the issue and hits sync again, we will sync all of the data.