Filter: gravityview/field/quiz_percent/format
Modify the format of the display of Quiz Score (Percent) field.
Parameters
| Name | Type | Description |
|---|---|---|
| $format | string | Format passed to printf() function. Default %d%%, which prints as "{number}%". Notice the double %%, this prints a literal '%' character. |
| $gravityview | \GV\Template_Context | The context. |
See Also
Since
Source
- Defined in
templates/fields/field-gquiz_percent-html.phpat line 29 - Defined in
templates/deprecated/fields/gquiz_percent.phpat line 22