+ 1
How do I create a code for the following, and in any language (Python preferred): See Function for fillable form:
Create a 5 question quiz where: - the answer will be manually typed into a Word document (Edit update: previously wrote handwritten) - Array of answers can be correct - grade is generated based on correct responses
1 Answer
0
Thanks! I'll admit, I'm a beginner studying Python atm. Great response btw! I'm looking for ways to automate a few things at work. I meant, manually entered (not handwritten). Let's say these are adults, entering the answer to questions in Microsoft Word. An array of answers are correct. A grade is generated, 4/5 is satisfactory. I am seeing how you can program arrays of answers and also how you can read document files to scan word documents by line. Eventually, I'd like to add to this, where I can add conditions, like if the answer to question 4 is something, then the array of answers for 5 changes. Correct answers are mostly defined here, but the grader on the back end may accept some responses manually on the back end. Then I have some crazy things in mind for the next phases that I'm trying to learn my way to(maybe recommendation algorithm) to make suggestions to the test-taker based on the previously accepted responses (Accepted from defined array or manually). Loaded response