Adding this custom JavaScript verification to one or both of the numeric questions will cause the error message to appear if both inputs are left empty:
if (!SSI_GetValue('NumericQ1') && !SSI_GetValue('NumericQ2')) {
strErrorMessage = 'Both questions cannot be left empty';
}
"NumericQ1" and "NumericQ2" must be replaced with the names of the two numeric questions.