Administering videos in CSPro

What would you like to see in CSPro?
Post Reply
ajparag
Posts: 4
Joined: April 2nd, 2013, 6:57 am

Administering videos in CSPro

Post by ajparag »

Hi,
I have a query regarding administering videos in CSPro. I wish to administer videos and then ask related questions to the respondent. Is it possible?
ajparag
Posts: 4
Joined: April 2nd, 2013, 6:57 am

Re: Administering videos in CSPro

Post by ajparag »

I would really appreciate if anyone can post a reply or a solution for my query.
ajparag
Posts: 4
Joined: April 2nd, 2013, 6:57 am

Re: Administering videos in CSPro

Post by ajparag »

Can nobody help me with this? Can we or can we not play videos in CSPro?
p-air

Re: Administering videos in CSPro

Post by p-air »

CSPro cannot play videos. The only way I can think of playing a video is to invoke an external video player from within CSPro using the execsystem function. You can use CSPro to write a command line batch program to dynamically play a video that relates to a certain question then use the execsystem to run that batch program.
Gregory Martin
Posts: 1796
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Administering videos in CSPro

Post by Gregory Martin »

p-air is correct. CSPro cannot natively play videos, so your best option is to launch a program that can using the execsystem function, for example:
execsystem('"C:\Program Files\QuickTime\QuickTimePlayer.exe" "My Video.mp4"',wait);
Post Reply