Hello everyone,
Is it possible to create a file in one activity and use it for the other activity in the same quiz?
For example,
I have a quiz named Python Workshop and I created a CodeRunner Question(test_one) where I ask students to write a python code that creates a random.dat(or any other file format) file that contains a bunch of random numbers.
And now I want to use the data in random.dat in other activity named test_two( which is in the same Python Workshop quiz)
Is there a way to do it with the help of CodeRunner?
Kindly help.