|
|
@ -33,7 +33,7 @@ const AnswerSheet = ({ questionStart, questionEnd, optionsQuantity, selectedCour |
|
|
|
return (success == selectedCourseId && success !== undefined?
|
|
|
|
return (success == selectedCourseId && success !== undefined?
|
|
|
|
|
|
|
|
|
|
|
|
<div className="w-full flex justify-center"> |
|
|
|
<div className="w-full flex justify-center"> |
|
|
|
<button className="bg-green-600 text-white p-4 mt-40 rounded-md font-bold">ویرایش پاسخ ها</button> |
|
|
|
<button className="bg-green-600 text-white p-4 mt-40 rounded-md font-bold" onClick={() => setSuccess(!selectedCourseId)}>ویرایش پاسخ ها</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
: |
|
|
|
: |
|
|
|