You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to download a spreadsheet with questions and current answers. It should be possible to re-upload the spreadsheet with answers/comments to populate the Web interface / database.
The text was updated successfully, but these errors were encountered:
- `generate_test_data.py`: Changed created_at date to datetime object, as was expected by the Sample.objects.create method. Was previously returning an error for this on my end.
- `views/assess.py`: Added view with comments for uploading and saving data from an XLSX file
Note: A lot of temporary elements that'll be removed in the later versions such as comments and print statements.
It is possible to download a spreadsheet with questions and current answers. It should be possible to re-upload the spreadsheet with answers/comments to populate the Web interface / database.
The text was updated successfully, but these errors were encountered: