Skip to content Skip to main navigation Skip to footer

Export Result (timer)

Welcome to QSM Support Forum. Forums QSM Pro Support Export Result (timer)

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #810
    Mo MoMo Mo
    Participant

    Hello
    i purchased export results plugin, and the plugin not export same result page results
    i wanna to replace timer (in seconds) in sheet exported to (time to complete) (in minutes) as results page
    thanks in advance

    Attachments:
    You must be logged in to view attached files.
    #826
    KharisKharis
    Keymaster

    Hello there,

    I’d like to help. But, I am having a nasty eye infection, please expect some delays in response. Sorry for the inconvenience. Thank you for your patience.

    Regards,
    Kharis

    #841
    Mo MoMo Mo
    Participant

    Hello
    Never mind but don’t forget to help me
    i wanna timer in csv file in minutes and seconds not seconds only
    for example: (timer) 10 minutes 20 seconds or 00:10:20
    not 620 like exported file (csv)
    thanks in advance

    #849
    Mo MoMo Mo
    Participant

    i wait the solution!!

    #871
    Mo MoMo Mo
    Participant

    ?!!

    #875
    KharisKharis
    Keymaster

    Hello there,

    Edit this file in the Export Result plugin folder: php/create-csv.php

    Go to line 226. Replace this line of code:

    
    $new_row[] = $quiz_answers[0];
    

    with:

    
    $new_row[] = gmdate('H:i:s', $quiz_answers[0]);
    

    Regards,
    Kharis

    #881
    Mo MoMo Mo
    Participant

    okay it’s working
    thanks

    #896
    Mo MoMo Mo
    Participant

    hello
    please reply to this topic to buy another plugin

    User Dashboard

    #909
    KharisKharis
    Keymaster

    I’ve just written you a reply there already. Let me know if you haven’t yet received it.

    Regards,
    Kharis

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.