Introduction
As the total number of questions in a form increases, the RAM used on the mobile device increases. There is a threshold with the allowable amount of RAM that can be used by any Android application before the Operating System will close that application, which could lead to data loss. Please use the following guidelines given the number of questions in regular sections and the number of questions in repeat sections to determine the maximum iterations of repeats that will be possible for a mobile user with a device having 1GB of RAM. If your mobile user needs to repeat more than the allowed time given the size of the Form, consider breaking your Form into multiple Forms. Please note that other features like scoring, dynamic operations and skip logic could affect these limits, so always test your Jobs before deploying to your mobile users. Also, if your mobile users have more than 1GB of RAM, the maximum iterations of repeat sections will also be higher.
Mobile User Response Limitations
Questions in Regular Sections | Questions in Repeat Sections | Maximum Iterations of Repeat Section |
10 | 5 | 300 |
10 | 10 | 300 |
10 | 50 | 70 |
10 | 100 | 70 |
100 | 5 | 300 |
100 | 10 | 300 |
100 | 50 | 100 |
100 | 100 | 200 |
200 | 5 | 300 |
200 | 10 | 300 |
200 | 50 | 100 |
200 | 100 | 60 |
Comments
0 comments
Please sign in to leave a comment.