Changeset 3252397
- Timestamp:
- 03/08/2025 01:48:39 AM (12 months ago)
- Location:
- rapidresult
- Files:
-
- 2 edited
-
tags/1.2/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rapidresult/tags/1.2/readme.txt
r3251841 r3252397 33 33 Contact with us if you are in any trouble. We are happy to help you. 34 34 35 == Installation == 35 == Frequently Asked Questions == 36 37 = How to use this plugin? = 36 38 Using this plugin is VERY easy. Lets do in three steps: 37 39 <ol> … … 41 43 </ol> 42 44 45 = How to import results from a CSV file? = 46 <ol> 47 <li>First, export the results as a CSV file.</li> 48 <li>If no results exist, the exported CSV will be empty. To get a proper structure, add some results before exporting.</li> 49 <li>Open the exported CSV and enter your results based on the header row.</li> 50 <li>To add more subjects, extend the header row using this format: 51 <ul> 52 <li>subject_name_1, subject_name_2, subject_name_3, ...</li> 53 <li>subject_no_1, subject_no_2, subject_no_3, ...</li> 54 <li>Enter the corresponding subject results under these headers.</li> 55 </ul> 56 </li> 57 <li>Once your CSV is ready, import it using the "Import from CSV" menu.</li> 58 </ol> 59 60 == Installation == 61 Just install via Plugin > Add new & search from WP directory. Or use upload method. 62 43 63 == Changelog == 44 64 ### 1.2 -
rapidresult/trunk/readme.txt
r3251841 r3252397 33 33 Contact with us if you are in any trouble. We are happy to help you. 34 34 35 == Installation == 35 == Frequently Asked Questions == 36 37 = How to use this plugin? = 36 38 Using this plugin is VERY easy. Lets do in three steps: 37 39 <ol> … … 41 43 </ol> 42 44 45 = How to import results from a CSV file? = 46 <ol> 47 <li>First, export the results as a CSV file.</li> 48 <li>If no results exist, the exported CSV will be empty. To get a proper structure, add some results before exporting.</li> 49 <li>Open the exported CSV and enter your results based on the header row.</li> 50 <li>To add more subjects, extend the header row using this format: 51 <ul> 52 <li>subject_name_1, subject_name_2, subject_name_3, ...</li> 53 <li>subject_no_1, subject_no_2, subject_no_3, ...</li> 54 <li>Enter the corresponding subject results under these headers.</li> 55 </ul> 56 </li> 57 <li>Once your CSV is ready, import it using the "Import from CSV" menu.</li> 58 </ol> 59 60 == Installation == 61 Just install via Plugin > Add new & search from WP directory. Or use upload method. 62 43 63 == Changelog == 44 64 ### 1.2
Note: See TracChangeset
for help on using the changeset viewer.