clear_dynamic_info

Declaration

clear_dynamic_info

Description

Clears all the user's information associated with each question in the current query, including the answer, how much time was spent on the question and how many times the question has been visited.

See Also

clear_answers
database functions
Database

Example

script reset_test1is
  load_query ('test1')
  clear_dynamic_info
end