Pass dynamic variable to mysql db

I’ve created a quiz with following variables: name phone email score.

The first three varibles are submitted by form and sent to db(these are 3 text fields).

A end of test I need to send the score
(score is a dynamic text field which kept score throughtout quiz) to mysql db.
The variable for score is also called “score”

Can this be done using loadVArs? should I be using “score.text” to ref score
variable?

thanks

Rod :emb: