hello,
I bought LMS template and there is something doesn’t work!
When I wached a video the tag (done) it is appear then after exit from this lesson it is disapear…after review the condition when lesson done means watched must the current date/ time show in the database …but this action doesn’t work I mean the current date/ time doesnt appear in the data base
plz help
If the Set Column Values fails, that suggests that the condition is not true.
Check the isCompleted column.
Looks like this is a @grumo template. He may be able to advise you further.
The condition is true but the action doesn’t work automatically
Try changing the condition to isCompleted is unchecked
.
@Razan Sorry, I just saw this. The Completed Button disappears because for some weird reason when you reload the lesson, it resets the “Video Progress” column back to 0. In my opinion, it should only overwrite it if the student plays back the video again.
To prevent the “Mark as Done” button to disappear, just add an “OR” visibility condition to the button to display it if the Completed Date column is not empty. In other words, to check whether the video was indeed marked as completed in the past.